-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just upgraded to Ubuntu 23.04, and BH crashes and burns. #122
Comments
@ravenpi can you try to do a quick reinstall on this system using the latest dev branch? |
@rcaloras
|
UPDATE: I can't re-authenticate during setup, apparently, but I just typed "bh" by accident, and guess what: it's working. (I tried wiping my BH directory and doing a clean install; same 400 failure.) |
It likely preserved your config during install. Not sure why it failed to
authenticate though and can follow up.
…On Wed, May 17, 2023 at 1:21 PM ravenpi ***@***.***> wrote:
UPDATE: I can't re-authenticate during setup, apparently, but I just typed
"bh" by accident, and guess what: it's working.
—
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABESOSUCKQUWZK6DH3UNXDXGUCH3ANCNFSM6AAAAAAXQ62BP4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@ravenpi Think I got it working in the latest dev branch. Mind giving a try? |
@rcaloras
Welcome to bashhub setup! Please enter your bashhub credentials P.S. I even cut-and-pasted my password, so I was 100% I was doing the right one. |
ken@mithrandir ~/tmp/switchportmapper $ bh
Traceback (most recent call last):
File "/usr/lib/python3.11/importlib/metadata/init.py", line 563, in from_name
return next(cls.discover(name=name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ken/.bashhub/bin/bh", line 33, in
sys.exit(load_entry_point('bashhub===-version-', 'console_scripts', 'bh')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ken/.bashhub/bin/bh", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/metadata/init.py", line 981, in distribution
return Distribution.from_name(distribution_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/metadata/init.py", line 565, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for bashhub
The text was updated successfully, but these errors were encountered: