You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a RG40XXV
RomM is hosted via Traefik. Nothing special.
Have tried using a direct tailscale connection with the same error message below in the logs.
Ping to server works via SSH on the RG40XXV
The login shows it connected on the administration page.
Exception in thread Thread-2 (fetch_platforms):
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
self.run()
File "/usr/lib/python3.11/threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "/mnt/mmc/MUOS/application/.romm/api.py", line 237, in fetch_platforms
self._fetch_platform_icon(platform["slug"])
File "/mnt/mmc/MUOS/application/.romm/api.py", line 163, in _fetch_platform_ic on
response = urlopen(request, timeout=120) # trunk-ignore(bandit/B310)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 525, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 634, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 563, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/usr/lib/python3.11/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
The text was updated successfully, but these errors were encountered:
Using a RG40XXV
RomM is hosted via Traefik. Nothing special.
Have tried using a direct tailscale connection with the same error message below in the logs.
Ping to server works via SSH on the RG40XXV
The login shows it connected on the administration page.
The text was updated successfully, but these errors were encountered: