kavezo / ZipZap

48 stars 16 forks source link

It crashes every time I try to do anything #55

Open Darkstar0001 opened 3 years ago

Darkstar0001 commented 3 years ago

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?

Darkstar0001 commented 3 years ago

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

kavezo commented 3 years ago

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.

Darkstar0001 commented 3 years ago

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