Error while running a python code in Studio

Niharika
Niharika New Altair Community Member
edited November 2024 in Community Q&A
 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.

Best Answer

  • varunm1
    varunm1 New Altair Community Member
    edited October 2019 Answer ✓
    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).

Answers

  • varunm1
    varunm1 New Altair Community Member
    edited October 2019 Answer ✓
    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).
  • mortiz
    mortiz New Altair Community Member
    Are you calling on it using the rm_main() function?
  • Niharika
    Niharika New Altair Community Member
    Hi mortiz
    I had given the rm_main() function
  • Niharika
    Niharika New Altair Community Member
    Thanks varunm1 I was able to find the error using the logs