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

Update broken #98

Open
sanselon opened this issue May 23, 2023 · 4 comments · Fixed by trembon/switch-library-manager#2
Open

Update broken #98

sanselon opened this issue May 23, 2023 · 4 comments · Fixed by trembon/switch-library-manager#2

Comments

@sanselon
Copy link

Hello,

SLM does not update correctly anymore.

Thank you for your work

@jampash1996
Copy link

This seems to be caused by blawar's titledb repo no longer having titles.US.en.json / titles.json

@Masamune3210
Copy link

It is indeed, you can manually generate the needed file if you want, the instructions are in the titledb repo readme

@mspykerez
Copy link

Tinfoil.io has been stuck with the updates hence SLM is not updating properly because SLM updates by grabbing these 2 files from tinfoil.io and not directly from the repo:
https://tinfoil.media/repo/db/versions.json
https://tinfoil.media/repo/db/titles.json

titles.json seems ok
versions.json on another hand is not.
Try downloading versions.json directly from https://github.com/blawar/titledb/blob/master/versions.json and replace the one on the SLM folder with it.

@Buzbee
Copy link

Buzbee commented Jul 25, 2023

I swapped the commented-out line below in the settings/settings.go file and rebuilt it. This is the only change I made and it seems to fix the version update issue for now. Windows MacOS and Linux binaries are included.

VERSIONS_JSON_URL = "https://tinfoil.media/repo/db/versions.json"
//VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json"

is now

//VERSIONS_JSON_URL = "https://tinfoil.media/repo/db/versions.json"
VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json"

I hope this is allowed. Total File size is 244MB. Max allowed file size here is only 25MB. https://1fichier.com/?pox2c6f7705i9qtbv2hd

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

Successfully merging a pull request may close this issue.

5 participants