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

Connection attempts fail (Stuck on fetching platforms) #8

Open
slimshizn opened this issue Feb 6, 2025 · 1 comment
Open

Connection attempts fail (Stuck on fetching platforms) #8

slimshizn opened this issue Feb 6, 2025 · 1 comment

Comments

@slimshizn
Copy link

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
@slimshizn
Copy link
Author

Missing icons caused the issues via Discord conversation.

commodore-cdtv.ico | 404 | text/html | index-C_rpTz4h.js:18 | 555 B | 124 ms |  
pc-8800-series.ico | 404 | text/html | index-C_rpTz4h.js:18 | 555 B | 123 ms |  
amiga-cd32.ico | 404 | text/html | index-C_rpTz4h.js:18 | 555 B | 123 ms |  
pc-9800-series.ico | 404 | text/html | index-C_rpTz4h.js:18 | 555 B | 125 ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant