Search found 8810 matches

by sander
March 11th, 2024, 2:23 pm
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 929

Re: Fatal error in Downloader - invalid literal for int() with base 10

garbage in the answer in the precheck: thousands of \x00 (limited to 80 characters in logging below) 2024-03-11 20:17:12,608::DEBUG::[newswrapper:97] SJ 200: bytearray(b'223 0 <JxFgMzBwLqVoRcPuJzHoSgFy-1658672651406@nyuu>\r\n@premiumize.me (no posting)\r\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...
by sander
March 11th, 2024, 2:10 pm
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 929

Re: Fatal error in Downloader - invalid literal for int() with base 10

More fun, with the 100MB test download, with sabnzbd WARNING a few seconds ago 10@usenet.premiumize.me recieved unknown status code 400 for article ExOtMnHzYeTeXbPrQpMqQcEd-1658672646626@nyuu: 400 Archive server temporarily offline WARNING a few seconds ago 5@usenet.premiumize.me recieved unknown st...
by sander
March 11th, 2024, 1:53 pm
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 929

Re: Fatal error in Downloader - invalid literal for int() with base 10

And without "Check before download", no Traceback, but again the weird response immediatly at the beginning of the download And the download succeeds. So OP, turn off the "check before download" WARNING 10 minutes ago 11@usenet.premiumize.me: Received unknown status code 400 for ...
by sander
March 11th, 2024, 1:50 pm
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 929

Re: Fatal error in Downloader - invalid literal for int() with base 10

Ignore my hypothesis above about proxmox/docker! Because: OP give me the problematic NZB, and with "Check before download" on, I do get the Traceback ... in the checking phase: 2024-03-11 18:05:54,488::DEBUG::[downloader:744] Article <hcqsDHTqW6xYgZU7ss@d106420829d7979391nvei38GALVE6L35cyB...
by sander
March 11th, 2024, 11:51 am
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 929

Re: Fatal error in Downloader - invalid literal for int() with base 10

I did a few dozen real (smaller) downloads from usenet.premiumize.me:, and not one error, and not one traceback. (FWIW: A lot of downloads failed because of missing articles) The difference with your setup: proxmox. So ... is it caused by proxmox? Let's verify: can you run SABnzbd on a PC/Mac, and d...
by sander
March 11th, 2024, 11:32 am
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 929

Re: Fatal error in Downloader - invalid literal for int() with base 10

I did a few test download with usenet.premiumize.me. I don't get tracebacks, but I do get the status codes 400 at the beginning of almost each download. Googling, I get "400 service discontinued". Weird. WARNING 2 minutes ago 4@usenet.premiumize.me: Received unknown status code 400 for art...
by sander
March 11th, 2024, 7:28 am
Forum: Bug Reports
Topic: 4.10+ Entry Point Not Found (Python 3.12) pssquerysnapshot could not be located [Windows Server 2012 ]
Replies: 5
Views: 382

Re: 4.10+ Entry Point Not Found (Python 3.12) pssquerysnapshot could not be located [Windows Server 2012 ]

so "Windows Portable (32bit and legacy)" ... maybe specify that "legacy" as "Windows Server 2012, Windows 7, Windows 8" or just "Windows legacy"?
by sander
March 11th, 2024, 6:28 am
Forum: Bug Reports
Topic: 4.10+ Entry Point Not Found (Python 3.12) pssquerysnapshot could not be located [Windows Server 2012 ]
Replies: 5
Views: 382

Re: 4.10+ Entry Point Not Found (Python 3.12) [Windows Server 2012 ]

Based on your text, I think you've already googled it, right? Python 3.12 on Windows Server 2012 ... does not look hopeful at all: https://github.com/python/cpython/issues/110375 ... also with pssquerysnapshot error. ... but still: you could try to install Python 3.12 on Windows Server 2012 ... does...
by sander
March 11th, 2024, 1:40 am
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 929

Re: Fatal error in Downloader - invalid literal for int() with base 10

So a non-mainstream newsserver. The problem is this: ValueError: invalid literal for int() with base 10: b'>\r\n' SABnzbd expects a 3-digit number back (like "211"), and converts that to an integer. However: your newsserver usenet.premiumize.me just sends a newline '\r\n'. And running int(...
by sander
March 10th, 2024, 6:18 am
Forum: General Help
Topic: The IP address refused by SAB
Replies: 4
Views: 313

Re: The IP address refused by SAB

why don't you use http://127.0.0.1:8080 ?
by sander
March 10th, 2024, 4:17 am
Forum: General Help
Topic: Slow download from container install
Replies: 3
Views: 233

Re: Slow download from container install

SABnzbd container setups cause slow-downs. Especially proxmox is infamous for that. But your performance numbers look OK. Maybe your setup allows peak loads (=performance measurements), but limits continuous loads (=real download)? So can you do this: set Complete to the /ssd_downloads/ Do the 10GB ...
by sander
March 9th, 2024, 3:00 am
Forum: General Help
Topic: Folder setup problems - Sabnzbd in a container with NFS mapping
Replies: 1
Views: 167

Re: Folder setup problems - Sabnzbd in a container with NFS mapping

If I console into the container I can navigate and see all the structure on the NFS share.
OK, so you know the path?

If so, put the full path, including leading "/", into SAB fill out box for Complete directory and click Save
by sander
March 7th, 2024, 10:45 pm
Forum: General Help
Topic: Endless cycle of servers working then timing out
Replies: 6
Views: 356

Re: Endless cycle of servers working then timing out

lsio is not provided by the SAB team. However, I tried the lsio sabznbd image, and it goes well: $ sudo docker run lscr.io/linuxserver/sabnzbd:unstable 2024-03-08 03:44:33,429::INFO::[SABnzbd:1145] SABnzbd.py-4.2.3RC3 2024-03-08 03:42:34,085::INFO::[SABnzbd:458] UNRAR binary... found (/usr/bin/unrar...