Closed lealgamb closed 6 years ago
Is this reproducible locally at all? Do you have any guesses as to why this fixes it?
Everything worked locally on my end. My guess is that putting it out of the try-catch block was calling on Datastore before the server even tried to start? Also, I didn't fully run mvn appengine:update
. However, prior to this change I got an error at about 8% and after it was going through. I just stopped it since I was working on master.
That makes sense. One liners are the worst haha.
Moved
BotController
declaration into try-catch block. This seemed to stop giving me the error mentioned in the chat.