kaltura-vpaas / webcasting-app-python

sample app for webcasting integration
0 stars 2 forks source link

Invalid syntax for python3 #6

Open stacysimpson opened 4 years ago

stacysimpson commented 4 years ago

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

stacysimpson commented 4 years ago

For the record, all 0's doesn't work either.

KalturaClient.exceptions.KalturaException: Conversion profile id "0" not found (CONVERSION_PROFILE_ID_NOT_FOUND)