FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
Tuesday - last edited Tuesday
Hi,
I'm trying to use the Python runtime libraries in the IDE app, but I'm encountering an "Unauthorized request" error.
The documentation doesn't mention the token authorization, and I couldn't find any posts about it.
Do i have to manage it in my code ?
Thank you for your assistance.
Solved! Go to Solution.
Tuesday
Hi @Felix_ ,
Are you executing the script in the browser or in a script interpreter instance? You'll want to run in an interpreter instance to automatically authenticate on the integrated datalayer library.
Tuesday
You are right, I wasn't executing it in a script interpreter instance. Now it's much better
Thank you @Sgilk for all you answers