-
Notifications
You must be signed in to change notification settings - Fork 8
Description
So I set your plugin up on my server and all was well, but I started getting reports that the syncing wasn't working.
I restarted the minecraft server and it works again.
Noticed this in my logs. Not sure if this is a problem or not. Users report the link they click after doing a twitchsync says not responding. But the restart of the minecraft server worked.
[17:54:23] [Server thread/INFO]: USERNAME1 issued server command: /twitchsync
[17:54:23] [Async Chat Thread - #27/INFO]: <[Sub] USERNAME3> too fast
[17:54:31] [Server thread/INFO]: USERNAME2 issued server command: /twitchsync
[17:54:31] [Server thread/INFO]: CONSOLE issued server command: /broadcast USERNAME1 has subscribed!
[17:54:31] [pool-12-thread-1/INFO]: [LP] USERNAME1 now inherits permissions from sub in context global.
[17:54:41] [Thread-22/WARN]: java.lang.IllegalArgumentException: Sync response must either be success or failure.
[17:54:41] [Thread-22/WARN]: at me.okx.twitchsync.TwitchServer.lambda$start$0(TwitchServer.java:71)
[17:54:41] [Thread-22/WARN]: at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
[17:54:41] [Thread-22/WARN]: at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83)
[17:54:41] [Thread-22/WARN]: at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82)
[17:54:41] [Thread-22/WARN]: at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675)
[17:54:41] [Thread-22/WARN]: at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79)
[17:54:41] [Thread-22/WARN]: at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647)
[17:54:41] [Thread-22/WARN]: at sun.net.httpserver.ServerImpl$DefaultExecutor.execute(ServerImpl.java:158)
[17:54:41] [Thread-22/WARN]: at sun.net.httpserver.ServerImpl$Dispatcher.handle(ServerImpl.java:431)
[17:54:41] [Thread-22/WARN]: at sun.net.httpserver.ServerImpl$Dispatcher.run(ServerImpl.java:396)
[17:54:41] [Thread-22/WARN]: at java.lang.Thread.run(Thread.java:748)