Installed v3.1 via docker image from linuxserver.io and getting an error when running. Wanted to check if this is a problem your end first, looks to me like a web server error.
[ ] WebGrab++ license request and update log
[ ] 2020/06/20 16:22
[ ] Job finished at 20/06/2020 16:22:02 done in 0s
[Critical]
Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
[Critical]
at WG.common.azure.Azure_Access. () [0x00016] in :0
at WG.common.azure.Azure_Access..ctor () [0x00006] in :0
at .–..ctor (System.Collections.Generic.Dictionary`2[TKey,TValue] , System.Boolean , System.Boolean ) [0x004c2] in <896f87e576a8482c8f603908a14ec73f>:0
at . ..ctor (System.String ) [0x012fb] in <896f87e576a8482c8f603908a14ec73f>:0
at .―. (System.String[] ) [0x00351] in <896f87e576a8482c8f603908a14ec73f>:0
[Critical] Unhandled Exception
[Critical] For detailed info, see log file /config/WGLicense.log.txt
[Critical] Execution stopped
Encountering the same issue. Posting to see any new comments on this.
Got the same issue after container update from 3.0.1 to 3.1.0
Same here
I did raise with linuxio.
Friend found that if u install mono-complete on docker it seems to fix it
Yes, thanks!! if u install mono-complete on docker it fix it.
Can confirm. Works after install of mono-complete. Had to run update first:
apt-get update
apt-get install mono-complete
Thanks to alexdc12. Worked for me too.
we informed the docker maintainer, hopefully he will update mono version
Docker has been updated now