Unraid docker Setup not working can someone help figure it out

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Kindledruins
Posts: 2
Joined: Tue Jul 13, 2021 1:13 pm

Unraid docker Setup not working can someone help figure it out

Post by Kindledruins »

I've been trying to get Mylar3 working and i cant seem to get it to properly connect with my NZBget, im fairly sure its connectd to NZBHyrda properly but im not sure. I get this error while searching.
2021-07-13 09:25:18 ERROR Traceback (most recent call last):
File "/app/mylar3/mylar/search.py", line 3133, in searchforissue
foundNZB, prov = search_init(
File "/app/mylar3/mylar/search.py", line 520, in search_init
findit = NZB_SEARCH(
File "/app/mylar3/mylar/search.py", line 2443, in NZB_SEARCH
searchresult = searcher(
File "/app/mylar3/mylar/search.py", line 4075, in searcher
ss = nzbget.NZBGet()
File "/app/mylar3/mylar/nzbget.py", line 38, in __init__
val = (protocol,)
UnboundLocalError: local variable 'protocol' referenced before assignment
Traceback (most recent call last):
File "/app/mylar3/mylar/search.py", line 3133, in searchforissue
foundNZB, prov = search_init(
File "/app/mylar3/mylar/search.py", line 520, in search_init
findit = NZB_SEARCH(
File "/app/mylar3/mylar/search.py", line 2443, in NZB_SEARCH
searchresult = searcher(
File "/app/mylar3/mylar/search.py", line 4075, in searcher
ss = nzbget.NZBGet()
File "/app/mylar3/mylar/nzbget.py", line 38, in __init__
val = (protocol,)
UnboundLocalError: local variable 'protocol' referenced before assignment
CarePackage link: https://www.dropbox.com/s/a4ameyxm0ef1c ... e.zip?dl=0
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Unraid docker Setup not working can someone help figure it out

Post by evilhero »

You need to specify the protocol (http:// or httpa://) for your nzbget host.
Kindledruins
Posts: 2
Joined: Tue Jul 13, 2021 1:13 pm

Re: Unraid docker Setup not working can someone help figure it out

Post by Kindledruins »

Thank you so much i was hitting my head against the wall last night got it working now thanks a million.
Post Reply