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

Prod.keys doesn't work #70

Open
Fili-ai opened this issue Nov 8, 2023 · 7 comments
Open

Prod.keys doesn't work #70

Fili-ai opened this issue Nov 8, 2023 · 7 comments

Comments

@Fili-ai
Copy link

Fili-ai commented Nov 8, 2023

Hi,
I'm running ownfoil v2 using docker-compose without problems but when I try to upload prod.keys from the website everything crashes and I can't reach the site anymore. The only way to reach again the shop is to stop the container, delete the folder config and run again the container.

Step to reproduce

From the settings page of the site I upload my prod.keys

@Sev7nrayne
Copy link

@Fili-ai are you still facing this issue?
Also if the GUI crashes you still can get to the settings by adding /settings to the end of the URL string.
U can use keys from here to test:
https://prodkeys.co/yuzu-prod-keys/

@Fili-ai
Copy link
Author

Fili-ai commented Nov 15, 2023

Yes, the step to reproduce my error is the following:

  • open settings;
  • load the prod.keys in the correct form;
  • submit the key and the site display the green text "Keys are valid";
  • click on "Library" and the site starts to load but nothing happens.

After a while of loading the screen became white and showed me this:
20231115_17h09m30s_grim
20231115_17h09m46s_grim

If I try to refresh the page it shows the white screen attached before.
If I turn off the docker container, delete the config folder and restart the container it work but I can't see all of my games.

@Sev7nrayne
Copy link

@Fili-ai you are not alone,
This is currently still an issue we are facing
See: #52
Waiting for the OP to resolve.

In the meantime the shop still works in the background only the GUI is not populating.
You can still proceed with setting up your shop in tinfoil to install games.

@Fili-ai
Copy link
Author

Fili-ai commented Nov 15, 2023

Thanks, sorry I didn't see that issue.
Unfortunately I still don’t see all my games in the tinfoil shop. However, the shop.json file is populated with all the games in my directory. I thought it was a prod.keys problem but even with the shop background it persists.

@Sev7nrayne
Copy link

@Fili-ai
Make sure the naming convention for all files follow name[titleid][version]

.nsp will show up in [New Games]
.xci will show up in [XCI]
Xci is a cartridge dump and nsp are eshop files*

Titles are cross checked here when it is loaded into the DB: https://github.com/blawar/titledb

You can search here for correct titleid, versions, dlc, builds: https://tinfoil.io/Title/

@a1ex4
Copy link
Owner

a1ex4 commented Nov 15, 2023

Should be fixed by latest commit.

@Fili-ai
Copy link
Author

Fili-ai commented Nov 15, 2023

Thanks, I try it now.

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

3 participants