FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
2 weeks ago - last edited 2 weeks ago
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.
2 weeks ago
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.
2 weeks ago
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