I checked when I upgraded to 0.7.19, and if my info is correct the issue started then (most of the jobs run unattended, so for quite a while I was not aware of the problem).
So it seems the issue could have been introduced by the upgrade from 0.7.18 to 0.7.19.
Search found 5 matches
- December 22nd, 2014, 8:57 am
- Forum: General Help
- Topic: Last few MBs of every files take @ 2 hours to download?
- Replies: 7
- Views: 4293
- December 22nd, 2014, 5:06 am
- Forum: General Help
- Topic: Last few MBs of every files take @ 2 hours to download?
- Replies: 7
- Views: 4293
Re: Last few MBs of every files take @ 2 hours to download?
I've got the same problem, and also it seems a lot of disk access happens when the slowdown occurs.
I think I'll go back to 0.7.19.
Or is there a fix in the making?
I think I'll go back to 0.7.19.
Or is there a fix in the making?
- September 2nd, 2013, 2:56 pm
- Forum: Bug Reports
- Topic: SANnzbd 0.7.15 Config/Special -> 500 Internal Server Error
- Replies: 2
- Views: 1798
Re: SANnzbd 0.7.15 Config/Special -> 500 Internal Server Err
Many thx!
I hope you can beat the stampede ;-)
I hope you can beat the stampede ;-)
- September 2nd, 2013, 2:37 pm
- Forum: Bug Reports
- Topic: SANnzbd 0.7.15 Config/Special -> 500 Internal Server Error
- Replies: 2
- Views: 1798
SANnzbd 0.7.15 Config/Special -> 500 Internal Server Error
Hello, I'm glad to see the fixes and new features in 0.7.15. Unfortunately there seems to be a regression; when selecting Config/Special this errors out. I tested - on NAS4Free/FreeBSD - with my 0.7.14 sabnzbd.ini file, and with a new one; same result: 500 Internal Server Error The server encountere...
- August 23rd, 2013, 2:52 pm
- Forum: Bug Reports
- Topic: par2 skipped in 0.7.14
- Replies: 16
- Views: 10920
Re: par2 skipped in 0.7.14
I use Nas4Free, and the following change makes automatic repair using Par files work again:
Code: Select all
diff newsunpack.py.orig newsunpack.py
971c971
< wildcard = os.path.join(os.path.split(parfile)[0], '*')
---
> wildcard = os.path.join(os.path.split(parfile)[0], '\*')