Issue attempting to check for latest version
srnyx opened this issue ยท 1 comments
Not sure if this is vault or not
Paper-Spigot 1.14.4, latest plugin version
Go to lines 854-880
https://pastebin.com/2caQtJgb
You have a network issue it seems there's a ton of other stuff erroring in here. Vault checks curseforge for updates, not api.connorlinfoot.com - it also supresses any form of http connection failures because they're not useful.
Vault/src/net/milkbowl/vault/Vault.java
Line 552 in 2a85b77
that's the code block that checks for updates. You can verify this in your logfile by matching the numeric log statements with the plugins Vault shows as 22 in your logfile.
Closing this issue as it's invalid. There is no problem here.