We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line: https://github.com/kaltura-vpaas/webcasting-app-python/blob/master/create.py#L30
Traceback (most recent call last): File "main.py", line 2, in <module> from create import Livestream File ".../webcasting-app-python/create.py", line 30 live_stream_entry.conversionProfileId = 0000000git ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
For the record, all 0's doesn't work either.
KalturaClient.exceptions.KalturaException: Conversion profile id "0" not found (CONVERSION_PROFILE_ID_NOT_FOUND)
Sorry, something went wrong.
No branches or pull requests
This line: https://github.com/kaltura-vpaas/webcasting-app-python/blob/master/create.py#L30
Traceback (most recent call last): File "main.py", line 2, in <module> from create import Livestream File ".../webcasting-app-python/create.py", line 30 live_stream_entry.conversionProfileId = 0000000git ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: