IzuTJ / wca-bot

A bot to check WCA results from Discord
GNU General Public License v3.0
1 stars 0 forks source link

Promise statement exceptions are unhandled (Linux) #1

Open IzuTJ opened 4 years ago

IzuTJ commented 4 years ago

Have to implement a global system to manage promise exception for calls to the WCA API.

IzuTJ commented 4 years ago

The system works in windows, but on Linux, with the same version of node, the script does not run. The error is "unhandled promise rejection" The promise statements are currently in a async/await function with a try/catch block.