issues Search Results · repo:IoTtalk/iottalk-py language:Python
Filter by
17 results
(56 ms)17 results
inIoTtalk/iottalk-py (press backspace or delete to remove)SA code 裡面有 define _Model 卻執行時後有問題,error log:
Process DAI-1:
Traceback (most recent call last):
File /usr/lib/python3.9/multiprocessing/process.py , line 315, in _bootstrap
self.run()
File /home/kevin/my-dummydevice-venv/lib/python3.9/site-packages/iottalkpy/dai.py ...
helioz11
- Opened on Sep 5, 2022
- #49
- 問題描述:當一開始 sa.py 中的 endpoint 打錯導致 requests 無法正常將 request 送到 EC 時,subprocess 會拋出 exception 但整個程式並不會中止而是 halt 住,需要多按一次
CTRL-C 才能終止
- 執行環境:
- OS: Debian 10
- Python: CPython 3.7.3
...
vava24680
- 2
- Opened on Dec 7, 2020
- #41
- 當 DA 有多個相同功能的 device features 時,如:Switch-O1, Switch-O2 時,SDK 無法正確辨識出正確的 device feature callback function 導致 DA
無法正常收發資料
vava24680
- Opened on Aug 24, 2020
- #36
requirements.txt
paho-mqtt==1.5.0
requests~=2.22.0
執行 pip install . 時會壞掉如下圖
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c import sys, setuptools, tokenize; sys.argv[0] ...
boyankuo
- 4
- Opened on Nov 26, 2019
- #23
root@arduino556:~# pip install iottalk-paho-mqtt==1.4.0.dev2
Collecting iottalk-paho-mqtt==1.4.0.dev2
/usr/lib/python2.7/site-packages/pip-10.0.1-py2.7.egg/pip/_vendor/urllib3/util/ssl_.py:339: SNIMissingWarning: ...
boyankuo
- 1
- Opened on Nov 26, 2019
- #22
1. rebuild dai to class DAI for multi-use
2. rename dai.main - DAI.start
3. support nonblocking on main(start) use new argument block=true
Ksoy
- 9
- Opened on Nov 21, 2019
- #21
https://github.com/IoTtalk/iottalk-py/blob/1509a7adbdad83ce2b9561683abf0f7fdd1d386a/iottalkpy/dan.py#L388
當並非系統回復的訊息時,會導致無法解析 response 的 json, 進而引發 decode error。
Ksoy
- 5
- Opened on Sep 24, 2019
- #16

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.