-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Run the Python app
- Select "127.0.0.1" from the IP address dropdown
- 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)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working