Search found 5329 matches

by safihre
February 18th, 2017, 1:39 pm
Forum: General Help
Topic: SABNZBD running slowly/crashing
Replies: 10
Views: 3212

Re: SABNZBD running slowly/crashing

Could you maybe see in the log if there's a traceback for that "Saving X failed" and post it here? It's right below the message in the log.
by safihre
February 18th, 2017, 1:26 pm
Forum: General Help
Topic: SABNZBD running slowly/crashing
Replies: 10
Views: 3212

Re: SABNZBD running slowly/crashing

External can work, but would normally always say to do incomplete folder on internal drive.
by safihre
February 18th, 2017, 1:25 pm
Forum: General Help
Topic: Error "[Errno 8] Exec format error"
Replies: 17
Views: 5430

Re: Error "[Errno 8] Exec format error"

You should update your unrar to unrar-nonfree, not the free one that comes with some OS'es.
Is that possible?
by safihre
February 18th, 2017, 10:30 am
Forum: General Help
Topic: SABNZBD running slowly/crashing
Replies: 10
Views: 3212

Re: SABNZBD running slowly/crashing

What version of SABnzbd?
Can you try 1.2.1RC1?
by safihre
February 17th, 2017, 10:51 am
Forum: General Discussion
Topic: All Downloads fail and speed is slow
Replies: 8
Views: 5541

Re: All Downloads fail and speed is slow

Try setting the number of connections to 8, does that help?
by safihre
February 17th, 2017, 9:13 am
Forum: General Discussion
Topic: All Downloads fail and speed is slow
Replies: 8
Views: 5541

Re: All Downloads fail and speed is slow

Aaah a VPN.. That explains.
We build safeguards in 1.2.0 to make sure it doesn't slowdown on a VPN, but seems not to be working..
by safihre
February 17th, 2017, 7:44 am
Forum: General Discussion
Topic: Not specified Directory
Replies: 2
Views: 2003

Re: Not specified Directory

If the drive isn't available when SAB is started (for example Windows wasn't done mounting it yet), it will revert back to using the default derectories.
You can set the Special setting 'wait_ext_drive' to increase the amount of seconds SAB should wait for it to become available on startup.
by safihre
February 17th, 2017, 6:49 am
Forum: Bug Reports
Topic: Layout issue on processing
Replies: 1
Views: 1056

Re: Layout issue on processing

In 1.2.1 it will be fixed, from then on the HTML will be removed from that line.
by safihre
February 16th, 2017, 5:42 pm
Forum: General Discussion
Topic: All Downloads fail and speed is slow
Replies: 8
Views: 5541

Re: All Downloads fail and speed is slow

What were you using before? 1.2.0?
by safihre
February 16th, 2017, 1:28 am
Forum: Bug Reports
Topic: Downloads result in a bunch of par2 files
Replies: 1
Views: 1161

Re: Downloads result in a bunch of par2 files

Tell us a bit more about your setup: what OS do you use? What version of Sabnzbd? Do you not have Rar listed on your Cleanup list? Are all categories set to +Delete? Next we can inspect the log. If you turn on Debug logging in the Status window and then see what is in the par2 section. Probably some...
by safihre
February 16th, 2017, 1:26 am
Forum: Bug Reports
Topic: [SOLVED] A + is attached at the end of every folder
Replies: 2
Views: 1559

Re: A + is attached at the end of every folder

It's a bug! Found and fixed it, will be in the next 1.2.1 release.
by safihre
February 16th, 2017, 1:25 am
Forum: Bug Reports
Topic: Directory names not case-sensitive (tv sorting)
Replies: 2
Views: 1622

Re: Directory names not case-sensitive (tv sorting)

It's probably something sabnzbd does wrong.
We didn't invest much time in the sorting recently, with everybody using apps like Sonarr or sickbeard.
But if you have some python knowledge, you can always come and help us fix this, since you have the best real life test setup :)
by safihre
February 16th, 2017, 1:23 am
Forum: General Discussion
Topic: All Downloads fail and speed is slow
Replies: 8
Views: 5541

Re: All Downloads fail and speed is slow

Can you try deleting your sabnzbd and sabnzbd settings completely (you can see the settings file location on first page of Config). And then reinstall fresh.
It seems something got wrong with the settings.
And make sure to use sabnzbd 1.2.0.
by safihre
February 16th, 2017, 1:22 am
Forum: Debian/Ubuntu Package
Topic: Cant start sabnzbd anymore
Replies: 2
Views: 2129

Re: Cant start sabnzbd anymore

You should try and reinstall python disttools and/or setuptools and/or packaging (it's a pip module). Either using pip or apt.
by safihre
February 15th, 2017, 9:50 am
Forum: General Help
Topic: Error Renaming (Sab & SB on different machines)
Replies: 1
Views: 960

Re: Error Renaming (Sab & SB on different machines)

If SB accesses the file exactly when SAB is trying to rename it, Windows will not allow a rename and Python/SAB chooses the hard way of just copying.
In 1.2.1 we will put a workaround to wait 3 seconds and then try again a simple rename, before doing the last-resort copy.