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

3DS QR Code Generator - issues when RetroNAS has multiple network interfaces #400

Closed
citizen-why opened this issue Jun 6, 2024 · 2 comments

Comments

@citizen-why
Copy link

Issue: I have a retronas with two network interfaces active. When generating the 3DS QR codes, the url included in the html pages and embedded in the QR codes are corrupt, in that they attempt to use the IPs of both active interfaces. the form of the url is thus

http://[IP_INTERFACE_1] [[IP_INTERFACE_1]/3ds/cia//[FILENAME].cia

@sairuk
Copy link
Collaborator

sairuk commented Jun 6, 2024

thanks this is a known issue; to properly fix this there is some work to do to allow the user to select the appropriate int to generate the code for and storing and recalling the settings at runtime

@sairuk
Copy link
Collaborator

sairuk commented Aug 19, 2024

497ac89 adds the requirement to generate the ip address from a user selected interface, this should address this issue

@sairuk sairuk closed this as completed Aug 19, 2024
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

2 participants