View Single Post
02/26/16, 11:07 AM   #6
Beege
Join Date: Feb 2016
Posts: 2
Same issue for me

I wasn't sure if there was a way to submit a ticket or if I just post to the forums but I'm having the exact issue as above. Unfortunately the steps mentioned previously didn't resolve it. My error log does have an error about a mismatch on the MD5 compare. I've tried installing both SkyShard and Lorebook addons and neither finish 'downloading'.
I will note the zip file appears to be created once (in the ..\AddOns\ folder)I tell it to install the addon but it never finishes downloading (can't open the zip if I try to open it manually).

I also tried running minion as administrator just in case with no luck as well.

My setup:
Win10 Pro 64bit
i7 4790k
32gb Ram
512 SSD drive with over 300gb available
Kaspersky anti-virus (although I told it to disable while trying this with no change)


error from error log (attached):
Feb 26, 2016 8:26:55 AM com.zam.minion.util.DownloadManager lambda$null$272
SEVERE: DownloadService (update) failed: {0}
java.lang.IllegalStateException: File verification failed - MD5 mismatch: Feed md5: a17e823f76e71f6671e2098d77662ed9 calculated: de628bd3096bd3028a492b175c09f546
at com.zam.minion.service.DownloadService$1.call(DownloadService.java:130)
at com.zam.minion.service.DownloadService$1.call(DownloadService.java:71)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1409)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javafx.concurrent.Service.lambda$null$436(Service.java:718)
at javafx.concurrent.Service$$Lambda$375/1724192859.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javafx.concurrent.Service.lambda$executeTask$437(Service.java:717)
at javafx.concurrent.Service$$Lambda$372/2081613060.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

I also attached the xml file but I edited out the auth and refresh tokens within the xml.
Attached Files
File Type: log minion0.log (7.5 KB, 587 views)
File Type: xml minion - Copy.xml (1.6 KB, 580 views)

Last edited by Beege : 02/26/16 at 11:14 AM. Reason: added xml file
  Reply With Quote