Search found 991 matches

by jcfp
October 14th, 2022, 5:12 am
Forum: General Help
Topic: Using local_ranges and Sonarr cannot connect
Replies: 5
Views: 1761

Re: Using local_ranges and Sonarr cannot connect

smcoz wrote: October 14th, 2022, 12:29 amThe error returned in Sonarr and Radarr is:
What does the (debug) logging on the sabnzbd end say when doing this?
by jcfp
October 1st, 2022, 8:17 am
Forum: General Help
Topic: Warning about plush template not being located
Replies: 4
Views: 1317

Re: Warning about plush template not being located

Maybe the template is passed as a command line option on startup? That could also cause that warning to re-appear.
by jcfp
September 27th, 2022, 1:27 pm
Forum: General Help
Topic: local_ranges and specific tailscale ip
Replies: 3
Views: 1134

Re: local_ranges and specific tailscale ip

Can the "local_ranges" include a specific IP address rather than a range (eg 100.xxx.xxx.xxx)? I believe Tailscale assigns IPs to the mesh network as individual addresses rather than a range. Ranges and single addresses aren't mutually exclusive: there's nothing stopping you from defining...
by jcfp
July 18th, 2022, 1:48 am
Forum: Debian/Ubuntu Package
Topic: problem sending to root /media/greg/data/TV
Replies: 2
Views: 1379

Re: problem sending to root /media/greg/data/TV

You'll have to be more clear than this. Describe exactly what settings you used, what results you get and how and where that differs from your expectations.
by jcfp
July 18th, 2022, 1:44 am
Forum: General Help
Topic: API key missing
Replies: 3
Views: 1805

Re: API key missing

This log message tells you something tried to connect to sabnzbd's API, but didn't have the required credential (API key). The request came from the same system that the program is running on, and the user-agent strongly suggests it originated at firefox - most likely an addon or extension installed...
by jcfp
July 10th, 2022, 3:06 pm
Forum: General Help
Topic: OSX Monterey - Sabnzbd stops listening: OSError: [Errno 57] Socket is not connected
Replies: 6
Views: 1339

Re: OSX Monterey - Sabnzbd stops listening

Put the log / traceback on a pastebin and post the link (add some spaces so that the anti-spam feature doesn't kick in).
by jcfp
June 4th, 2022, 1:30 am
Forum: General Help
Topic: speed question
Replies: 2
Views: 805

Re: speed question

my speed (using speed.com) It told me my download speed was 7.5Mbps. My download speed,k with sabnzbdplus is between 400KB and 1.2Mb. The difference is probably the speedtest reporting in bits vs sabnzbd using bytes. The measured 7.5 mbit (once divided by 8 to convert to bytes) falls within the ran...
by jcfp
May 5th, 2022, 3:09 am
Forum: Debian/Ubuntu Package
Topic: E: Unable to correct problems, you have held broken packages.
Replies: 2
Views: 24249

Re: E: Unable to correct problems, you have held broken packages.

Same result after adding non-free to that file. You did tell apt to update the repo info after that? The last update to the sab package in debian dates back to february; rar and (non-free) unrar also look normal with last updates about a month ago. @road hazard: unrar-free is useless in the context...
by jcfp
May 3rd, 2022, 12:27 pm
Forum: General Help
Topic: Download Movie file. But can't find it anywhere. Catogery was default and didn't have that catogery
Replies: 1
Views: 513

Re: Download Movie file. But can't find it anywhere. Catogery was default and didn't have that catogery

The default category always exists (see config -> Categories ) and determines what to do with jobs that aren't subject to a user-defined category. If the default category has no specific Folder/Path set for file storage, the location defaults to whatever is set in config -> Folders , which in turn d...
by jcfp
March 31st, 2022, 11:29 am
Forum: Debian/Ubuntu Package
Topic: Can no longer update Sab and it fails to start via systemctl
Replies: 2
Views: 2803

Re: Can no longer update Sab and it fails to start via systemctl

The ubuntu package ships only an init.d script by the name of sabnzbdplus, that takes its configuration from /etc/default/sabnzbdplus. This service is the one that shows up in your upgrade log. The sabnzbd.service file you posted on the other hand is a manual addition, which will be deemed a separat...
by jcfp
March 30th, 2022, 7:20 am
Forum: General Help
Topic: An Extra PNG File
Replies: 1
Views: 466

Re: An Extra PNG File

There is no function in sab creating images in download directories, so there's nowhere to turn it off either. These files either comes as part of the download (in which case you could use the cleanup function to have them deleted), or are generated by a post-processing script or 3rd-party app.
by jcfp
March 22nd, 2022, 1:41 am
Forum: General Help
Topic: Error pop from empty list while running par2
Replies: 22
Views: 38220

Re: Error pop from empty list while running par2

Does this help at all? File "\usr\local\lib\python3,8\site-packages\sabnzbd\nzbstuff,py", line 1141, in get_extra_blocks new_nzf = block_list,pop() IndexError: pop from empty list While this is the type of information we need to fix bugs (preferably with debug logging too), the bug in you...
by jcfp
March 13th, 2022, 11:26 am
Forum: General Help
Topic: Fals virus detections SABnzdb.exe
Replies: 2
Views: 596

Re: Fals virus detections SABnzdb.exe

Some of these programs might tone things down a bit if the filename suggests the file is beta or rc software, assuming such releases are used by fewer people and therefore slower to show up on their radar. Others will continue to try selling their wild guesses with fancy terms involving clouds, arti...
by jcfp
March 13th, 2022, 3:57 am
Forum: General Help
Topic: History does not show the successful downloads from Sonarr
Replies: 3
Views: 1768

Re: History does not show the successful downloads from Sonarr

xrqp wrote: March 13th, 2022, 1:25 amMaybe it is a Sonarr setting i need to fix.
This behaviour is indeed sonarr's doing, and can be disabled in that app.
by jcfp
February 10th, 2022, 9:50 am
Forum: Bug Reports
Topic: [Fedora 35] gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
Replies: 5
Views: 4820

Re: [Fedora 35] gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed

Conz wrote: February 10th, 2022, 5:46 amBit weird that it just randomly started giving those errors though.
The assertion mentioned in the error in somewhere in Gtk/gdk code, so it could well have been an OS update to those libs that started it.