🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Error while running a python code in Studio

User: "Niharika"
New Altair Community Member
Updated by Jocelyn
 I am executing a python code in my studio.Its a bit long code which fetches data from elastic and takes time .I am getting an error in studio.The code works fine in python IDE(Spyder).So I am not sure how to figure out why its is going wrong here and throwing an error.Can you help me with the same.

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Updated by varunm1
    Hello @Niharika

    Can you see what error it is throwing in the "Log" window? To view log window, you need to go to View --> Show Panel --> Log (available on the menu bar).
    User: "mortiz"
    New Altair Community Member
    Are you calling on it using the rm_main() function?
    User: "Niharika"
    New Altair Community Member
    OP
    Hi mortiz
    I had given the rm_main() function
    User: "Niharika"
    New Altair Community Member
    OP
    Thanks varunm1 I was able to find the error using the logs