subject-f / guyamoe

Kaguya Manga Reader Website
https://guya.moe
GNU Affero General Public License v3.0
462 stars 66 forks source link

Getting 500 server error for my gdrive gist #113

Closed rohiCoder closed 3 years ago

rohiCoder commented 3 years ago

I have two gdrive gists. One that I created 5 months ago and one that I created just now. The previous one works very well but the recent one gives 500 error whatever I do. The unix timestamps are correct (I think) as mentioned in the closed issue. The previous one is - https://guya.moe/proxy/gist/Jszg1/ Gist - https://raw.githubusercontent.com/rohiCoder/selfhosted-manga-cubari/main/AoT(complete)

The current one - https://guya.moe/proxy/gist/Jrzu5/ Gist - https://raw.githubusercontent.com/rohiCoder/selfhosted-manga-cubari/main/Kny(complete)

Please direct me as to what I am missing.

Algoinde commented 3 years ago

You have unescaped "s in the description. Use this tool to catch any mistakes like these: https://jsonformatter.curiousconcept.com/

rohiCoder commented 3 years ago

You have unescaped "s in the description. Use this tool to catch any mistakes like these: https://jsonformatter.curiousconcept.com/

Removed those " but still it shows error. To be sure I also put it in the website and copied over the fixed json.

rohiCoder commented 3 years ago

You have unescaped "s in the description. Use this tool to catch any mistakes like these: https://jsonformatter.curiousconcept.com/

Removed those " but still it shows error. To be sure I also put it in the website and copied over the fixed json.

Sorry the problem now seemed to be my git.io link. Thanks for such quick help. I'll close the issue. Sorry 😔