Vault

Vault

7M Downloads

Issue attempting to check for latest version

srnyx opened this issue ยท 1 comments

commented

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

commented

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.

public double updateCheck(double currentVersion) {

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.