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
How to reproduce
>>> import iottly_sdk >>> sdk = iottly_sdk.IottlySDK("Wilson") >>> sdk.start() >>> Exception in thread receiver_t: Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.5/dist-packages/iottly_sdk-1.3.0-py3.5.egg/iottly_sdk/iottly.py", line 486, in _receive_msgs_from_agent self._process_msg_from_agent(msg) File "/usr/local/lib/python3.5/dist-packages/iottly_sdk-1.3.0-py3.5.egg/iottly_sdk/iottly.py", line 506, in _process_msg_from_agent self._handle_signals_from_agent(msg['signal']) File "/usr/local/lib/python3.5/dist-packages/iottly_sdk-1.3.0-py3.5.egg/iottly_sdk/iottly.py", line 519, in _handle_signals_from_agent self._on_connection_status_changed_cb(status) TypeError: 'NoneType' object is not callable
Cause
iottly-sdk-python/iottly_sdk/iottly.py
Lines 513 to 519 in 890a18b
Lines 550 to 551 in 890a18b
Thanks to @Oscar-Campo and @lupodellasleppa 🎖️
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce
Cause
iottly-sdk-python/iottly_sdk/iottly.py
Lines 513 to 519 in 890a18b
The invocations should be guarded like in
iottly-sdk-python/iottly_sdk/iottly.py
Lines 550 to 551 in 890a18b
Thanks to @Oscar-Campo and @lupodellasleppa 🎖️
The text was updated successfully, but these errors were encountered: