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
$ uberspace tools version show rust
No version set for 'Rust', using default: 'stable'
takeout: Setting: Tool Versions
Traceback (most recent call last):
File "/opt/uberspace/commands/uberspace-takeout", line 11, in <module>
sys.exit(main())
File "/opt/uberspace/python-venv-3.6/lib/python3.6/site-packages/uberspace_takeout/__main__.py", line 32, in main
t.takeout(tar_path, args.username, args.skip_item)
File "/opt/uberspace/python-venv-3.6/lib/python3.6/site-packages/uberspace_takeout/__init__.py", line 69, in takeout
item.takeout()
File "/opt/uberspace/python-venv-3.6/lib/python3.6/site-packages/uberspace_takeout/items/u7.py", line 108, in takeout
version = re.search(r"'([0-9\.]+)'", out[0]).groups()[0]
AttributeError: 'NoneType' object has no attribute ‘groups’
"stable" does not match [0-9\.]+.
The text was updated successfully, but these errors were encountered:
"stable"
does not match[0-9\.]+
.The text was updated successfully, but these errors were encountered: