pkshetlie / RagnaCustomsApp

Application to help player of ragnarock VR
https://ragnacustoms.com/application
18 stars 14 forks source link

Issues with Cyrillic characters in title or download stalling on random songs #44

Closed UnforeseenOcean closed 3 months ago

UnforeseenOcean commented 8 months ago

Symptoms are as follows:

This song is a repeat offender: ragnac://install/3318 Nuking everything related to the RC app then reinstalling does not help at all.

UnforeseenOcean commented 5 months ago

The problem is related to the fact that the server does not return a correct name for the ZIP file, thus resulting in zip being its name. The resulting name, zip, cannot be used by the program since it does not match up to the expected name, and the program hangs. The server must return a valid name (e.g. artistnamesongnameauthorname.zip), or the client must be set to transliterate such characters and accept malformed data. Please fix.