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
Bug report. If you’ve found a bug, please provide information below.
Configuration
Operating system: Linux
PlatformIO Version (platformio --version): 3.0.0a3
Description of problem
Exception when trying to update libraries
Steps to Reproduce
platformio lib update
Actual Results
Error: Traceback (most recent call last):
File "/home/palfrey/src/microbit/ENV/src/platformio/platformio/__main__.py", line 105, in main
cli(None, None, None)
File "/home/palfrey/src/microbit/ENV/local/lib/python2.7/site-packages/click/core.py", line 700, in __call__
return self.main(*args, **kwargs)
File "/home/palfrey/src/microbit/ENV/local/lib/python2.7/site-packages/click/core.py", line 680, in main
rv = self.invoke(ctx)
File "/home/palfrey/src/microbit/ENV/local/lib/python2.7/site-packages/click/core.py", line 1027, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/palfrey/src/microbit/ENV/local/lib/python2.7/site-packages/click/core.py", line 1024, in invoke
Command.invoke(self, ctx)
File "/home/palfrey/src/microbit/ENV/local/lib/python2.7/site-packages/click/core.py", line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/palfrey/src/microbit/ENV/local/lib/python2.7/site-packages/click/core.py", line 508, in invoke
return callback(*args, **kwargs)
File "/home/palfrey/src/microbit/ENV/local/lib/python2.7/site-packages/click/decorators.py", line 16, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/palfrey/src/microbit/ENV/src/platformio/platformio/commands/lib.py", line 63, in cli
click.echo("Library Storage: " + storage_dir)
TypeError: cannot concatenate 'str' and 'NoneType' objects
Expected Results
No exception :)
Additional notes
platformio lib -g update works fine, so guessing something up with the local library support. Tried removing .pioenvs and .piolibdeps in case this was related.
The text was updated successfully, but these errors were encountered:
* develop:
Fix incorrect line order when converting from INO to CPP and pointer is used
Fix unit test
Notify about `version` field when creating library
Add support for SparkFun Blynk Board
Return valid exit code from ``plaformio test`` command
Disable SSL Server-Name-Indication for Python < 2.7.9
Version bump to 3.0.1 (issue #772)
Disable temporary SSL for PlatformIO services // Resolve#772
Version bump to 3.0.0 (issues #770, #766, #747, #730, #765, #640, #659, #742, #459, #542, #763, #759, #753, #757, #749, #748, #745, #519, #709, #743, #413, #498, #410, #740, #361, #414, #554, #732, #588, #475, #461, #101, #719, #721, #537, #415, #522, #289, #556, #570, #456, #617, #432, #408, #479, #667, #510)
Fix menu height for docs
Fix issue with multiple archives when linking firmware
Add migration guide for PIO2 to PIO3
Search libraries by headers/includes with ``platformio lib search --header`` option
Update pio run command examples
Add Unit Testing Demo
Update PIO Plus badge title and link
Add PlatformIO Plus badge
Add links to PlatformIO Plus
What kind of issue is this?
Configuration
Operating system: Linux
PlatformIO Version (
platformio --version
): 3.0.0a3Description of problem
Exception when trying to update libraries
Steps to Reproduce
platformio lib update
Actual Results
Expected Results
No exception :)
Additional notes
platformio lib -g update
works fine, so guessing something up with the local library support. Tried removing .pioenvs and .piolibdeps in case this was related.The text was updated successfully, but these errors were encountered: