Error when running make_session.py #46
Unanswered
joshegreenfield2
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Hi Josh, thanks for submitting the ticket! Can you please post what version of Pro Tools you are using? |
Beta Was this translation helpful? Give feedback.
4 replies
-
I've made a small change in client.py that fixes this, it's presently on master can you give it a try and let me know if it works for you? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I keep getting this error message when trying to run make_session.py
Exception has occurred: CommandError
ErrType 100: PT_UnknownError (is_cloud_project)
File "/Users/py-ptsl/ptsl/client.py", line 161, in run
raise CommandError(command_errors.errors)
File "/Users/.../py-ptsl/ptsl/builders/create_session_builder.py", line 75, in create
self._engine.client.run(op)
~~~~~~~~~~~~~~~~~~~~~~~^^^^
File "/Users/.../py-ptsl/examples/make_session.py", line 24, in
builder.create()
~~~~~~~~~~~~~~^^
ptsl.errors.CommandError: ErrType 100: PT_UnknownError (is_cloud_project)
I have been able to successfully run GET functions, like print_tracks.py and session_info.py but I cant do any POST commands like make_session.py. Please advise. I don't see any refernce to cloud projects in the python code, but I do see on the Avid documentation
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions