Skip to content

IP address dropdown not fully working #79

@lbleier-GSFC

Description

@lbleier-GSFC

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions