yariplus / minecraft-nodebb-integration

A plugin for Minecraft servers for integration with a NodeBB forum.
Creative Commons Zero v1.0 Universal
9 stars 4 forks source link

"address" option in "socketio" needs to be manually set, else throws "xhr poll error" #11

Closed Aziroshin closed 8 years ago

Aziroshin commented 8 years ago

Problem Description: The "address" option in the "socketio" section needs to be manually set to the NodeBB URL in the config file for the plugin to connect. If that isn't done, the following error is produced repeatedly in an interval of a few seconds:

[23:41:45 INFO]: [NodeBB-Integration] io.socket.engineio.client.EngineIOException: xhr poll error [23:41:50 INFO]: [NodeBB-Integration] Error connecting to the forum.

Environment:

yariplus commented 8 years ago

Thanks for all the details. I believe I fixed this in a recent commit, I just need to do some testing and cleanup.

Just an fyi, the next version will likely require Java 8.

yariplus commented 8 years ago

Are you able to update to Java 8?

yariplus commented 8 years ago

I published a new release that should fix this, but requires Java 8.

If you for some reason cannot update to Java 8, let me know.

yariplus commented 8 years ago

Closing this since addressed.

Plugin uses the forum url by default, and the socket.io address can be set in game with /nodebb live {URL}