Cannot connect to nzbget. Error insists the port is nonnumeric.

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
carbonunit
Posts: 8
Joined: Thu Aug 30, 2018 8:52 pm

Cannot connect to nzbget. Error insists the port is nonnumeric.

Post by carbonunit »

Hi,
I get this error in the logs when trying to test NZBGET:

Code: Select all

2025-03-11 12:18:21	ERROR	Unable to retrieve data from nzbget. Error returned: nonnumeric port: '6789None'
2025-03-11 12:18:21	INFO	Now testing connection to NZBGet @ http://localhost:6789
I cannot figure it out. The config file looks like this:

Code: Select all

[NZBGet]
nzbget_client_post_processing = True
nzbget_category = Comics
nzbget_priority = Default
nzbget_directory = D:\complete\
nzbget_password = XXXX
nzbget_port = 6789
nzbget_username = carbonunit
nzbget_host = http://localhost
nzbget_sub = None
User avatar
evilhero
Site Admin
Posts: 2904
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Cannot connect to nzbget. Error insists the port is nonnumeric.

Post by evilhero »

Check your port value in the GUI, it looks like it has the word None appended to the end of it for some reason.

The values in your ini are only updated on a save of the config, and if the config.ini file is open when you go to save in the GUI it won't save the changes as it can't write to the file.
carbonunit
Posts: 8
Joined: Thu Aug 30, 2018 8:52 pm

Re: Cannot connect to nzbget. Error insists the port is nonnumeric.

Post by carbonunit »

The GUI is correct. It does not say 6789None I'm aware I need to stop the program before I manually update the config file. Even after I do this correctly it still shows the same error.
carbonunit
Posts: 8
Joined: Thu Aug 30, 2018 8:52 pm

Re: Cannot connect to nzbget. Error insists the port is nonnumeric.

Post by carbonunit »

I just installed an instance of Mylar3 on a different machine. I get the same error.
carbonunit
Posts: 8
Joined: Thu Aug 30, 2018 8:52 pm

Re: Cannot connect to nzbget. Error insists the port is nonnumeric.

Post by carbonunit »

OK. If I erase the word "None" in the NZBGet Sub-Path field it works.... But then it automagically resets back to "None" in that field.
Post Reply