-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
[Bug] Network Error message when lauching a GBA game #1223
Comments
I need the browser console and container logs before we can look into this. |
I am experiencing the same issue, but it doesn't affect all roms. |
I was able to reproduce the issue when using filenames with non-ASCII characters. Will be working on a fix for that to have it patched ASAP. That was very useful, @sfaucheux, thank you! @update-freak, is it also your case that failing roms have non-ASCII characters in their filenames? Or are you experiencing it with all roms? |
@sfaucheux Thank you very much for that info. |
When serving files using the `X-Accel-Redirect` header in nginx, the header values must be URL-encoded. Otherwise, nginx will not be able to serve the files if they contain special characters. This commit adds a new `FileRedirectResponse` class to the `utils.nginx` module, to simplify the creation of responses that serve files using the `X-Accel-Redirect` header. Fixes #1212, #1223.
A fix for this has been merged, and will be available in the next release! |
@adamantike When is the next release being launched? It's been more than a month since fix was merged, and I still have the same issue. |
RomM version
3.5.1
Describe the bug
When I try to start a GBA game I got the message Network Error (see attached file)
To Reproduce
Expected behavior
Game will start
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: