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

IP address dropdown not fully working #79

Open
lbleier-GSFC opened this issue Apr 29, 2020 · 2 comments
Open

IP address dropdown not fully working #79

lbleier-GSFC opened this issue Apr 29, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@lbleier-GSFC
Copy link
Contributor

Describe the bug
The dropdown in the main window indicates "All" or "127.0.0.1" as options. When "All" is selected, it seems to work fine, but a Python exception is thrown when "127.0.0.1" is selected:

Traceback (most recent call last):
  File "GroundSystem.py", line 87, in startTlmSystem
    subscription = '--sub=GroundSystem.' + selectedSpacecraft + '.TelemetryPackets'
TypeError: must be str, not bytes

To Reproduce
Steps to reproduce the behavior:

  1. Run the Python app
  2. Select "127.0.0.1" from the IP address dropdown
  3. Try opening the telemetry page

Expected behavior
Telemetry page should open and no crashes should occur

Reporter Info
Leor Bleier NASA GSFC\Code 582 (with support from @skliper)

@lbleier-GSFC
Copy link
Contributor Author

The crash no longer occurs thanks to #72 but having the menu on 127.0.0.1 doesn't seem to work at all, not sure why

@thnkslprpt
Copy link
Contributor

Working fine for me at the moment on Debian. Whatever was causing this may have been fixed up in one of the previous updates.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants