Search found 137 matches
- June 24th, 2022, 7:28 am
- Forum: General Help
- Topic: Unhandled exception in script: [WinError 5] Access is denied
- Replies: 26
- Views: 516
Re: Unhandled exception in script: [WinError 5] Access is denied
As I've been trying to explain I think it's a filesystem problem, not a registry problem. Filesystem permissions are edited by right clicking a file or directory, click Properties and then Security. I don't know where in the directory structure you have to go to fix anything as broken as this, though.
- June 23rd, 2022, 4:41 pm
- Forum: General Help
- Topic: Unhandled exception in script: [WinError 5] Access is denied
- Replies: 26
- Views: 516
Re: Unhandled exception in script: [WinError 5] Access is denied
The user that SABnzbd is running under does not have access to the directories and files it needs to use. When you reinstall Windows or SABnzbd over an existing filesystem or clone the filesystem with the broken permissions they will probably keep lingering. Either you have to find out why the permi...
- June 23rd, 2022, 6:22 am
- Forum: General Help
- Topic: Sabnzbd.exe Issue
- Replies: 2
- Views: 117
Re: Sabnzbd.exe Issue
Also check if there is anything in the Windows Event log. https://www.freecodecamp.org/news/event ... ivity-log/
- June 23rd, 2022, 6:19 am
- Forum: General Help
- Topic: Unhandled exception in script: [WinError 5] Access is denied
- Replies: 26
- Views: 516
Re: Unhandled exception in script: [WinError 5] Access is denied
The permissions may be confused by using an old disk with a new install. Try to check and update them manually for the directories that are used.
- June 23rd, 2022, 5:38 am
- Forum: General Help
- Topic: Computer crashed
- Replies: 3
- Views: 103
Re: Computer crashed
sabnzbd.ini is the main config file. There are some data files (history etc.) in the admin directory but they are not required.
- June 23rd, 2022, 5:20 am
- Forum: General Help
- Topic: SABnzbd lost after config file change
- Replies: 1
- Views: 94
Re: SABnzbd lost after config file change
There are no errors below.
- February 13th, 2022, 10:53 am
- Forum: General Help
- Topic: is the queue stored in a file?
- Replies: 3
- Views: 253
Re: is the queue stored in a file?
You can recover the queue from the Incomplete folder by clicking on the wrench and look for orphaned jobs, though. The queue file is useless alone.
- January 6th, 2022, 6:08 pm
- Forum: General Help
- Topic: SSL problem on Manjaro after update
- Replies: 11
- Views: 10756
Re: SSL problem on Manjaro after update
This happens when you are tryng to connect to a server, right? If so then it's probably because Python 3.10 is more strict about what it will accept than earlier Python versions. Try the SABnzbd 3.5 beta if you can. It has some changes to make it work with more servers.
- January 3rd, 2022, 9:03 am
- Forum: General Help
- Topic: Allow multiple, reject multiple in single RSS filter
- Replies: 4
- Views: 12299
Re: Allow multiple, reject multiple in single RSS filter
I think this regex will do what you want:
Code: Select all
^((?!four|five|six).)*(one|two|three)((?!four|five|six).)*$
- December 8th, 2021, 8:06 am
- Forum: General Help
- Topic: Very low internet speed downloading with ethernet [raspi]
- Replies: 12
- Views: 11966
Re: Very low internet speed downloading with ethernet [raspi]
[email protected]:~$ sudo hdparm -Tt /dev/sda /dev/sda: Timing cached reads: 1658 MB in 2.00 seconds = 829.74 MB/sec Timing buffered disk reads: 172 MB in 3.35 seconds = 51.27 MB/sec hdparm reads the disk sequentially outside the file system and it is read speed, not write speed. The result can be quit...
- December 6th, 2021, 2:55 pm
- Forum: General Help
- Topic: SABnzbd: Warning: Empty NZB file...
- Replies: 2
- Views: 3367
Re: SABnzbd: Warning: Empty NZB file...
Have you checked that the nzbs aren't actually empty?
- December 6th, 2021, 2:53 pm
- Forum: General Help
- Topic: Failing to connect
- Replies: 5
- Views: 12540
Re: Failing to connect
Is there an error message? What does it say when you try Test server on the server config page?
- December 4th, 2021, 3:59 pm
- Forum: General Help
- Topic: Error pop from empty list while running par2
- Replies: 22
- Views: 35714
Re: Error pop from empty list while running par2
Which usenet server are you using (specific address and port)? It could be a Supernews problem. Try getting the free 25 GB from xsusenet.com and add it as a secondary server. I would also run a memcheck program, if there is such a thing for Mac.
- December 4th, 2021, 11:01 am
- Forum: Post-Processing Scripts
- Topic: Powershell script for moving sample mkvs into folder
- Replies: 5
- Views: 108241
Re: Powershell script for moving sample mkvs into folder
Add some debug output to the scripts. Print the directory the scripts are using as base and each command they are executing with the variables expanded. I don't know PS so I can't help you with the exact commands.
- November 28th, 2021, 9:18 am
- Forum: General Help
- Topic: Disk error on creating file = Errno 13
- Replies: 36
- Views: 121860
Re: Disk error on creating file = Errno 13
I have added printing of the error in a pull request on Github. You can download binaries for Windows here: https://github.com/sabnzbd/sabnzbd/actions/runs/1512830592 (Requires Github account). I would appreciate if you can test it and let us know what it says. There should be an info line which say...