vocatwk / CodeU-Nemo

Chat web app for CodeU
Apache License 2.0
1 stars 3 forks source link

Fixed deployment problem #107

Closed lealgamb closed 6 years ago

lealgamb commented 6 years ago

Moved BotController declaration into try-catch block. This seemed to stop giving me the error mentioned in the chat.

yebrahim commented 6 years ago

Is this reproducible locally at all? Do you have any guesses as to why this fixes it?

lealgamb commented 6 years ago

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.

lealgamb commented 6 years ago

That makes sense. One liners are the worst haha.