Search found 12 matches

by fleXible
07 Oct 2020, 15:38
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification
Replies: 58
Views: 253044

Re: [PP-Script] NotifyPlex - Library Update and GUI Notification

Need little guidance. I am using linuxserver/nzbget image and getting this message. Thank you I just had a quick look at the image you use. Regarding installed software packages it comes just with the bare minimum. For python not even pip is available. Weird thing is, while building the docker imag...
by fleXible
13 Mar 2020, 08:04
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61257

Re: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)

geewhiz wrote:
06 Nov 2019, 01:26
With python 2 support sun setting in 2020, does this script support python 3 yet? Thanks.
Python 3 support has finally arrived!
by fleXible
25 Nov 2019, 06:11
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61257

Re: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)

Hey,
looks like everything is working. Have you since tried it again? Maybe the issue was only temporary.
by fleXible
24 Nov 2019, 01:12
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61257

Re: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)

Have you googled the error message already? There seem to be a lot of people with exactly this problem on Windows. Please check your local firewall settings. Can you open a python shell and enter this: >>> import socket >>> s = socket.socket() >>> s.connect(('www.google.com', 80)) >>> import request...
by fleXible
23 Nov 2019, 03:50
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61257

Re: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)

@doenerR: The error message suggests your system has no access to internet.
Try this on your console:

Code: Select all

host google.com
It should print the ip addresses of google.
by fleXible
06 Nov 2019, 23:45
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61257

Re: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)

Good call! I heard it and just finished testing and making the needed changes.
I've updated the Pull-Request to let it sink in for a couple of days.
by fleXible
04 Nov 2019, 23:48
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61257

Re: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)

Hi manabis, it took me a while to go through your code and take in the changes. I've created a pull-request on github , so you can check and comment. I didn't take all the changes proposed, because I wanted to stay close to the NZBGet community especially regarding message output. I don't really get...
by fleXible
27 Sep 2019, 09:50
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61257

Re: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)

I just check with my installation, there it's working correctly. Pls check your plexIP setting again. I entered IP:Port there