Welcome to the Panopto Community

Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.

Does the Panopto Python SOAP API have any support for timeouts or ways to handle API failures?

Caitlin McCabeCaitlin McCabe Administrator

Original Post:  Doug Costain, Moderator, March 1, 2019 at 12:09 PM

Does the Panopto Python SOAP API have any support for timeouts or ways to handle API failures? (Something like try: except: ?)

Posted on behalf of Charles Barbour


Responses:

Joe Malmsten, Moderator, March 6, 2019 at 3:01 PM

Hi,

On server errors the API will throw a 500 exception that Python should be able to catch, Try/Except blocks should work on these errors.

On issues such as Client side timeouts the API has no control over this so no error will be thrown from Panopto for this.

Tagged:
Sign In or Register to comment.