You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2023. It is now read-only.
The bot will not sync with the vatsim data file if the bot is added/connected to the Discord server. It gets stuck at "Connected to WebSocket" after load.
Output from the console:
java -jar .\VATSIM_Notify-1.1.jar
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder".
SLF4J: Defaulting to no-operation MDCAdapter implementation.
SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details.
[main] INFO JDA - Login Successful!
[JDA MainWS-WriteThread] INFO WebSocketClient - Connected to WebSocket
The text was updated successfully, but these errors were encountered:
The issue here is that Discord has updated their API, and has required the Bot's to pass "Gateway Intents". If I have some free time this week, I'll make a new version that is updated with JDA, and VATSIM's new feed.
The bot will not sync with the vatsim data file if the bot is added/connected to the Discord server. It gets stuck at "Connected to WebSocket" after load.
Output from the console:
The text was updated successfully, but these errors were encountered: