kavezo/ZipZap

It crashes every time I try to do anything

Opened this issue · 3 comments

Every time I try to access Stages, Mirrors, magical girl list, gacha, individual tabs within the archive, etc, I get the error "An unexpected error occurred. We are sorry for the inconvenience.[500]" The server command line reads, upon attempting to access the magical girls page:

KeyError: 400011
127.0.0.1 - - [2021-07-26 21:24:39] "GET /page/CharaListTop?value=userChapterList,userSectionList,userQuestBattleList&timeStamp=1627352678376 HTTP/1.1" 500 426 0.007001

Attempting to access Mirrors yields:

KeyError: 4000111
127.0.0.1 - - [2021-07-26 21:25:34] "GET /page/ArenaTop?value=userArenaBattle,userQuestBattleList,userSectionList&timeStamp=1627352732965 HTTP/1.1" 500 426 0.020001

and so on. This just started happening when I updated to the latest version. Everything on the main menu looks okay, though. I even got a daily login bonus. Any idea what's going on?

I tested some other releases, and v0.6.1 has similar problems, but v0.6.0 (I think?) seems to be okay.

Are you using exported user data, or starting from scratch? Between 0.6.0 and 0.6.1 is when I added the labyrinth quests, and 400011 and 4000111 just happen to be the labyrinth section and Monday quest IDs. I did also add a function to make sure only the correct labyrinth quests were returned, and that might have messed things up for certain user data.

Oh my god you're alive! Eh heh, sorry, anyway... I'm using my own data from the original server, not starting from scratch.