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
po0w@(wow-cutoff) >> a 776861ca-0782-5449-943a-9bdd74e61e86
Traceback (most recent call last):
File "/opt/conda/lib/python3.12/site-packages/bw2ui/bin/bw2_browser.py", line 856, in do_a
a_numerical_id = int(arg)
^^^^^^^^
ValueError: invalid literal for int() with base 10: '776861ca-0782-5449-943a-9bdd74e61e86'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/conda/bin/bw2-browser", line 10, in <module>
sys.exit(main())
^^^^^^
File "/opt/conda/lib/python3.12/site-packages/bw2ui/bin/bw2_browser.py", line 1816, in main
activitybrowser.cmdloop()
File "/opt/conda/lib/python3.12/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.12/cmd.py", line 217, in onecmd
return func(arg)
^^^^^^^^^
File "/opt/conda/lib/python3.12/site-packages/bw2ui/bin/bw2_browser.py", line 861, in do_a
_ = get_activity(key)
^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.12/site-packages/bw2data/utils.py", line 432, in get_activity
return get_node(**kwargs)
^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.12/site-packages/bw2data/utils.py", line 414, in get_node
raise UnknownObject
bw2data.errors.UnknownObject
seen on version 0.42.0
The text was updated successfully, but these errors were encountered:
current
supplying a bogus activity id breaks the app
expected
be more graceful
seen on version 0.42.0
The text was updated successfully, but these errors were encountered: