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
Traceback (most recent call last):
File "/home/bossie/opt/pycharm-community-2023.3.3/plugins/python-ce/helpers/pydev/pydevconsole.py", line 364, in runcode
coro = func()
File "<input>", line 6, in <module>
File "/home/bossie/PycharmProjects/openeo/venv38/lib/python3.8/site-packages/uri/uri.py", line 254, in relative
return scheme.is_relative(self)
File "/home/bossie/PycharmProjects/openeo/venv38/lib/python3.8/site-packages/uri/scheme.py", line 48, in is_relative
return not uri._host or not uri._path.is_absolute()
AttributeError: 'NoneType' object has no attribute 'is_absolute'
The text was updated successfully, but these errors were encountered:
Example from the docs:
Fails with:
The text was updated successfully, but these errors were encountered: