FIX94 / Nintendont

A Wii Homebrew Project to play GC Games on Wii and vWii on Wii U
1.95k stars 326 forks source link

Will not update files #956

Closed Sollymans11 closed 2 years ago

Sollymans11 commented 2 years ago

16401296240063632564633209916962 I have been trying to update my files on Nintendont and it would just freeze. While I was writing this, I finally got an error that was shown in the image. Would I have to do this from a computer or just keep trying? I was trying to update the titles.txt and controllers.zip files.

Duknine2 commented 2 years ago

I'm here to report that I also have the same problem. I've read reports of other people having managed to update, they were able to download the background. In my case, whenever I try to update, this app crashes and only exits when the console is forcibly turned off.

carnage702 commented 2 years ago

I'm here to report that I also have the same problem. I've read reports of other people having managed to update, they were able to download the background. In my case, whenever I try to update, this app crashes and only exits when the console is forcibly turned off.

official nintendont does not download any backgrounds so this isnt a issue for the official app, whatever isnt official its not to be reported on the official github.

cyberstudio10 commented 2 years ago

Did some cursory look. Changed the code to point to my own http (not https) server and hosted the files (titles.txt et al) and that worked fine except

Next, with wget, I did a slew of experiments with HTTP GET headers, to see if there are certain missing fields causing github to just throw away the request. Things like User-Agent, Accept, etc. Turns out nothing found, github is very lenient. You don't have to tell it what browser you are, or referrer, or just about anything at all.

When you add the 2 cursory data points together it points to something wrong with SSL. Anyone wants to drill down from here?