blinker-iot / blinker-py

Blinker python library for hardware. Works with Raspberry Pi, Banan Pi, Linux devices
MIT License
3.2k stars 29 forks source link

python3运行几分钟就报错 #59

Closed abackup closed 4 years ago

abackup commented 4 years ago

File "me.py", line 52, in Blinker.run() File "/usr/local/lib/python3.7/dist-packages/Blinker-0.2.0-py3.7.egg/Blinker/Blinker.py", line 247, in run BlinkerPY.checkAutoFormat(self) File "/usr/local/lib/python3.7/dist-packages/Blinker-0.2.0-py3.7.egg/Blinker/Blinker.py", line 357, in checkAutoFormat BLINKER_LOG_ALL("auto format: ", json.loads(bProto.sendBuf)) File "/usr/lib/python3.7/json/init.py", line 348, in loads return _default_decoder.decode(s) File "/usr/lib/python3.7/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.7/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)