Deviot
Deviot copied to clipboard
dev fatal bug
osx started having an issue , this is the error. seems to be somehting wrong with my libraries, I noticed I have 2 showing in my update list also dup entries for adafruit gfx
Traceback (most recent call last):
File "/Users/shawn/Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/platformio/command.py", line 235, in _finish
self._txt.print("\n[{0}]", end_time)
AttributeError: 'NoneType' object has no attribute 'print'
Exception in thread Thread-48:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "/Users/shawn/Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/libraries.py", line 308, in save_installed_list
self.quicked(out)
File "/Users/shawn/Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/libraries.py", line 137, in quicked
id = item['id']
KeyError: 'id'