pretendo-docker icon indicating copy to clipboard operation
pretendo-docker copied to clipboard

Online services wont load

Open IceCreeper opened this issue 10 months ago • 1 comments

When I attempt to connect to online in any game/app it gets stuck on loading, the only thing I've successfully gotten to load was the account settings

IceCreeper avatar Feb 14 '25 05:02 IceCreeper

If you're using a VPS, it's possible that this is a similar issue to https://github.com/MatthewL246/pretendo-docker/issues/231#issuecomment-2668715591 and you need to open some UDP ports in your hosting provider's firewall.

Otherwise, I'd recommend checking mitmproxy for any errors using these steps.

There are two places to check for errors here:

  • The requests lists for failed requests (the response code will be colored red instead of green)
  • The mitmproxy log for things like SSL errors (there should be a checkbox to show the log inside the "View" tab at the top)

MatthewL246 avatar Feb 19 '25 16:02 MatthewL246