I had the same issue and managed to get the webui up and running by editing the appdata\binhex-nzbget\nzbget.conf file as follows:
- I edited the file and changed the line with "WebDir=/usr/share/nzbget/webui" to "WebDir=/usr/local/bin/nzbget/webui"
- Restarted the docker
- WebUi was accessible.
BUT when accessing settings it showed an error: "Loading configuration failed". I fixed this as follows:
- I then edited the file again and edited "ConfigTemplate=/usr/share/nzbget/nzbget.conf" to "ConfigTemplate=/usr/local/bin/nzbget/nzbget.conf"
- Restarted the docker again
- Everything seems to work.
Hopefully I won't have to make manual changes again when a proper fix comes.
For anyone interested: to roll back to a previous version refer to the second post Q11 at binhex's general support page.
I followed the instructions to roll back to the 3.2.36.0-1-01 build from 24 days back and my Emby docker starts again.
Thanks binhex for your awesome work!
Identical error in log as last 3 posts by unevent Cr0nis and Jaff.
I'm pretty new at unraid, so my skills are limited, but I guess my best option for now is to do some research to try and figure out how to revert to the previous build until a fix is forthcoming?