Skip to content
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

Bugs discovered in preperation for the demo #14

Open
MrKevinWeiss opened this issue Mar 5, 2024 · 0 comments
Open

Bugs discovered in preperation for the demo #14

MrKevinWeiss opened this issue Mar 5, 2024 · 0 comments
Labels
bug Something isn't working tracking Tracking a large amount of issues

Comments

@MrKevinWeiss
Copy link
Contributor

MrKevinWeiss commented Mar 5, 2024

  • The warning for run inet-nm update-from-os has an extra space in it
  • Running 2 tmux sessions without specifying the session name will overwrite the previous one
  • inet-nm-show-location -g -u with an unassigned or non-commissioned one has an issue
$ inet-nm-show-location -g -u
Traceback (most recent call last):
  File "/home/weiss/repos/inet-nm/.venv/bin/inet-nm-show-location", line 8, in <module>
    sys.exit(main())
  File "/home/weiss/repos/inet-nm/src/inet_nm/cli_show_location.py", line 74, in main
    _main()
  File "/home/weiss/repos/inet-nm/src/inet_nm/cli_show_location.py", line 65, in _main
    names = [usb_info["name"] for usb_info in matching_locs]
  File "/home/weiss/repos/inet-nm/src/inet_nm/cli_show_location.py", line 65, in <listcomp>
    names = [usb_info["name"] for usb_info in matching_locs]
TypeError: string indices must be integers
@MrKevinWeiss MrKevinWeiss added bug Something isn't working tracking Tracking a large amount of issues labels Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracking Tracking a large amount of issues
Projects
None yet
Development

No branches or pull requests

1 participant