Search found 228 matches

by l2g
08 Sep 2020, 18:49
Forum: Support
Topic: RPM Packaging for NZBGet for Fedora 30+ and CentOS/Redhat 8
Replies: 0
Views: 3272

RPM Packaging for NZBGet for Fedora 30+ and CentOS/Redhat 8

I tried to share this info on /r/usenet but it got down voted into oblivion. Since it took me several hours to build an entire RPM suite for NZBGet with extensions, I figured I'd try just passing the announcement here too. @HugBug please feel free to delete/move this post if this isn't the right spo...
by l2g
28 Nov 2019, 22:25
Forum: Extension scripts
Topic: [Testing Script] Failure
Replies: 6
Views: 9826

Re: [Testing Script] Failure

NZBGet uses the exit code to determine the success of the plugin you wrote. It's a way of relaying back to the user: Everything is good! I did what i was intended to do: exit 93 It was a failure; we just couldn't complete our task: exit 94 I didn't need to do anything, or I did do stuff, but it real...
by l2g
27 Nov 2019, 15:14
Forum: Extension scripts
Topic: [Testing Script] Failure
Replies: 6
Views: 9826

Re: [Testing Script] Failure

add the following at the end and try again:

Code: Select all

exit 93
by l2g
22 Nov 2019, 14:09
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195618

Re: [PP-Script / Queue-Script] Notifications (All In One)

Sure thing Krocko , Think of the Apprise URLs just like regular Web URLs (like the websites you visit with your browser). The first parameter always starts with a question mark ( ? ) signifying then end of the URI and the start of the parameters. Parameters are separated by ampersand ( & ). {schema}...
by l2g
22 Sep 2019, 14:19
Forum: Extension scripts
Topic: [PP-Script / Queue-Script] Notifications (All In One)
Replies: 142
Views: 195618

Re: [PP-Script / Queue-Script] Notifications (All In One)

Hi,

Your issue seems really similar to this one. You could try:

Code: Select all

pip install setuptools
What OS are you using?
by l2g
17 Sep 2019, 01:05
Forum: Support
Topic: Solved: Python 3, XMLRPC Error: xmlrpc.client.Fault: <Fault 2: 'Invalid parameter (NZBContent)'>
Replies: 9
Views: 9755

Re: Python 3, XMLRPC Error: xmlrpc.client.Fault: <Fault 2: 'Invalid parameter (NZBContent)'>

OK, I got it working: I tricked the code to convert the base64 bytes to a string ... so that the xmlrpc is again <string>: b64content = standard_b64encode(f.read().encode('utf-8')).decode("utf-8") And now NZBget accepts it. But I wonder what is correct / best: change it on the python3 site, or on n...
by l2g
15 Sep 2019, 22:13
Forum: Support
Topic: Solved: Python 3, XMLRPC Error: xmlrpc.client.Fault: <Fault 2: 'Invalid parameter (NZBContent)'>
Replies: 9
Views: 9755

Solved: Python 3, XMLRPC Error: xmlrpc.client.Fault: <Fault 2: 'Invalid parameter (NZBContent)'>

HugBug, I get the the following error in Python 3 (Python 2 seems fine) when using the XMLRPC append API call: Traceback (most recent call last): File "test.py", line 27, in <module> dup_mode, File "/usr/lib64/python3.7/xmlrpc/client.py", line 1112, in __call__ return self.__send(self.__name, args) ...
by l2g
19 Jul 2019, 23:14
Forum: Extension scripts
Topic: [Scan-Script] TidyIt - Media Library House Cleaning
Replies: 25
Views: 23957

Re: [Scan-Script] TidyIt - Media Library House Cleaning

It's been a while ( almost 5 years ), so I felt the need to update this script and slap a new build number on it. Release v0.8.0 ( Direct Download Link ) is now in place. The release details (and new documentation) can be found at the head of this thread ( quick link ). Changes with this release: Sm...
by l2g
19 Jul 2019, 22:59
Forum: Extension scripts
Topic: [Schd-Script] DirWatch - Multiple NZB-File Drop Support
Replies: 32
Views: 29521

Re: [Schd-Script] DirWatch - Multiple NZB-File Drop Support

It's been a while, so I felt the need to update this script and slap a new build number on it. Release v0.5.0 ( Direct Download Link ) is now in place. The release details (and new documentation) can be found at the head of this thread ( quick link ). Changes with this release: Directory Watch files...