Closed MrMirhan closed 2 years ago
That's... peculiar. Has no story been ever created on this account ? It could be that the keystore never got initialized or has been initialized wrongly. It should at the very least be in the form {"keystore": null}
as per https://api.novelai.net/docs/ (/user/keystore and GetKeystoreResponse), unless the documentation is outdated... I get no problem with my test account, so it might be a problem with yours.
You can see the content by using the low level get_keystore function, but I suspect it will be {}
.
This issue has not received update for a whole month. As such, I will close it. Reopen it if you find anything that seems reproducible.
I'm trying to create Class for run functions in novella inside of flask application. But I have an error.
This is my code: