You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am using Sinric Pro to stimulate a python script that simulates a simple lamp, so I can control it with Alexa.
My code is pretty much one of your code examples in https://github.com/sinricpro/python-sdk.
It works fine for several hours, but after less than 24h the script shows an error message that says connection with the server has been lost.
I have restarted the process many times with the same outcome: in less than 24h the connection with the server is lost (no re-connection attempts but the python process does not terminate).
Is this a known issue?
Thanks!
The text was updated successfully, but these errors were encountered:
I have released a new version of the SDK 2.6.3 which does a clean exit if the connection has been lost. You can use supervisord or something similar to reconnect I will look into adding an internal retry in the next release.
Hi!
I am using Sinric Pro to stimulate a python script that simulates a simple lamp, so I can control it with Alexa.
My code is pretty much one of your code examples in https://github.com/sinricpro/python-sdk.
It works fine for several hours, but after less than 24h the script shows an error message that says connection with the server has been lost.
I have restarted the process many times with the same outcome: in less than 24h the connection with the server is lost (no re-connection attempts but the python process does not terminate).
Is this a known issue?
Thanks!
The text was updated successfully, but these errors were encountered: