Search found 22 matches

by deoneR
24 Nov 2019, 12:22
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61275

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

ty for you help

thats what i get after this commands

Code: Select all

>>> import socket
>>> s = socket.socket()
>>> s.connect(('www.google.com', 80))
>>> import requests
>>> requests.get('http://www.google.com')
<Response [200]>
>>>
by deoneR
23 Nov 2019, 06:52
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61275

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

i am running windows server 2019
internet is working just fine on the machine
by deoneR
19 Nov 2019, 09:11
Forum: Extension scripts
Topic: [PP-Script] NotifyPlex - Library Update and GUI Notification (now on GitHub)
Replies: 16
Views: 61275

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

hi i just installed it but getting this error: Tue Nov 19 2019 10:04:25 NotifyPlex: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='my.plexapp.com', port=443): Max retries exceeded with url: /users/sign_in.xml (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection ...
by deoneR
18 Nov 2019, 15:52
Forum: Support
Topic: Permission denied for unpack
Replies: 2
Views: 1578

Re: Permission denied for unpack

ahh this would be it (plex should be scanning this file)
whats the best way to prevent this?
by deoneR
18 Nov 2019, 15:21
Forum: Support
Topic: Permission denied for unpack
Replies: 2
Views: 1578

Permission denied for unpack

ERROR Mon Nov 18 2019 16:14:48 Unpack for xxxx file failed ERROR Mon Nov 18 2019 16:14:48 Could not move file D:\media\movie\_unpack\xxx.mkv to D:\media\movie\xxx\xxx.mkv: Permission denied why is this happening? i run the latest nzbget as an admin user on windows server 2019 when i post process th...
by deoneR
19 Mar 2015, 20:32
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 528041

Re: [PP-Script] VideoSort - better video sorting

hey, i got the following error when trying to run the script: Thu Mar 19 20:26:06 2015 INFO Executing post-process-script videosort/VideoSort.py for Bates.Motel.S03E02.720p.HDTV.x264-KILLERS Thu Mar 19 20:26:10 2015 INFO VideoSort: Traceback (most recent call last): Thu Mar 19 20:26:10 2015 INFO Vid...
by deoneR
06 Dec 2014, 10:08
Forum: Feature discussion
Topic: [Feature Request] Add Hours to Custom Pause Time
Replies: 4
Views: 2984

Re: [Feature Request] Add Hours to Custom Pause Time

its not hard in that sense but annoying to fire up calculator every time i want to pause to a specific time.
it seemed like an "easy" thing to add and makes nzbget more complete since it splits the pause time in h and min afterwards anyway.
by deoneR
05 Dec 2014, 12:01
Forum: Feature discussion
Topic: [Feature Request] Add Hours to Custom Pause Time
Replies: 4
Views: 2984

[Feature Request] Add Hours to Custom Pause Time

Hello!

I would really love to input hours + minutes to the Custom Pause Time in nzbget.
by deoneR
30 Sep 2014, 16:14
Forum: Extension scripts
Topic: [PP-Script / Scan-Script] Automatically Fetch Subtitles
Replies: 281
Views: 211384

Re: [PP-Script / Scan-Script] Automatically Fetch Subtitles

hey l2g, i searched for the distutils package for the platform and just installed it (python-distutils_2.7.2-r8.17_mips32el.ipk) and everything is working now without any problem :) thanks for the help /e one more question - how can i stop the script vom renaming the srt file to moviename.en.srt to ...