thorrak / fermentrack

A replacement web interface for BrewPi
MIT License
134 stars 61 forks source link

"Debug Connection" to controller fails on Telnet test #730

Closed ghost closed 1 year ago

ghost commented 1 year ago

From Sentry:

OSError: [Errno 113] No route to host
(6 additional frame(s) were not displayed)
...
  File "app/decorators.py", line 25, in _wrapped_view
    return view_func(request, *args, **kwargs)
  File "app/views.py", line 1032, in debug_connection
    connection_check, version_check, version_string = connection_debug.test_telnet(hostname, active_device.wifi_port)
  File "app/connection_debug.py", line 32, in test_telnet
    tn = telnetlib.Telnet(host=hostname, port=port, timeout=3)