-
Notifications
You must be signed in to change notification settings - Fork 8
update error #32
Description
with the last update i become follow response:
`00:46:02 INFO [ServerService] Failed to upgrade AV node.
java.lang.RuntimeException: Failed to get response from vHackOS 404 {https://api.vhack.cc/mobile/16/mining.php?user=XXX&pass=XXX}
at net.olympiccode.vhackos.api.requests.Requester.getResponse(Requester.java:96)
at net.olympiccode.vhackos.api.requests.Route$CompiledRoute.getResponse(Route.java:178)
at net.olympiccode.vhackos.api.entities.impl.MinerImpl.isRunning(MinerImpl.java:23)
at net.olympiccode.vhackos.bot.core.misc.MiscService.runService(MiscService.java:68)
at net.olympiccode.vhackos.bot.core.misc.MiscService.lambda$setup$1(MiscService.java:38)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
00:46:03 WARN [MiscService] The misc service has been shutdown due to an error.
java.lang.RuntimeException: Failed to get response from vHackOS 404 {https://api.vhack.cc/mobile/16/store.php?user=XXX&pass=XXX}
at net.olympiccode.vhackos.api.requests.Requester.getResponse(Requester.java:96)
at net.olympiccode.vhackos.api.entities.impl.AppManagerImpl.getApps(AppManagerImpl.java:24)
at net.olympiccode.vhackos.bot.core.updating.UpdateService.runService(UpdateService.java:101)
at net.olympiccode.vhackos.bot.core.updating.UpdateService.proccessBoosts(UpdateService.java:160)
at net.olympiccode.vhackos.bot.core.updating.UpdateService.runService(UpdateService.java:119)
at net.olympiccode.vhackos.bot.core.updating.UpdateService.lambda$setup$0(UpdateService.java:41)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
00:46:03 WARN [UpdateService] The update service has been shutdown due to an error.
`