So https://imgur.com/a/SLJexfL
... I can't read too much from it. I can only see you have 79 (?) pages of queue ... so a total of 80*20 = 1600 items. And that you have too little disk space to download that.
That is how you want it?
Search found 7987 matches
- July 6th, 2022, 11:24 am
- Forum: General Help
- Topic: Multiple Issues with no known setting changes
- Replies: 2
- Views: 19
- July 4th, 2022, 8:45 am
- Forum: Bug Reports
- Topic: Sabnzbd deletes .gz files
- Replies: 2
- Views: 41
Re: Sabnzbd deletes .gz files
On Windows? It must be a file extension association. So ... google "Remove File Type Association"?
I haven't got Windows, so I can't try nor recommand a page.
I haven't got Windows, so I can't try nor recommand a page.
- July 4th, 2022, 2:11 am
- Forum: Bug Reports
- Topic: Sabnzbdplus keeps crashing with TypeError: str, bytes or bytearray expected, not NoneType
- Replies: 1
- Views: 42
Re: Sabnzbdplus keeps crashing with TypeError: str, bytes or bytearray expected, not NoneType
File "/usr/share/sabnzbdplus/sabnzbd/newswrapper.py", line 341, in connect self.sock.connect((self.host, self.nw.server.port)) TypeError: str, bytes or bytearray expected, not NoneType I think it goes wrong on connecting to a newsserver. And specifically: host and/or port is not filled ou...
- June 20th, 2022, 3:53 am
- Forum: General Help
- Topic: Unhandled exception in script: [WinError 5] Access is denied
- Replies: 26
- Views: 389
Re: Unhandled exception in script: [WinError 5] Access is denied
If you do fresh install of Windows, with a plain install of SABnzbd, I cannot imagine you get a "[WinError 5] Access is denied"
- June 20th, 2022, 2:04 am
- Forum: General Help
- Topic: Unhandled exception in script: [WinError 5] Access is denied
- Replies: 26
- Views: 389
Re: Unhandled exception in script: [WinError 5] Access is denied
And then you wrote " Eveything was fine until I cloned from HDD to NVMe"
- June 20th, 2022, 1:15 am
- Forum: General Help
- Topic: Unhandled exception in script: [WinError 5] Access is denied
- Replies: 26
- Views: 389
Re: Unhandled exception in script: [WinError 5] Access is denied
Maybe time for a fresh Windows install, and no cloning?
- June 20th, 2022, 12:40 am
- Forum: General Help
- Topic: 3.6.0 not working on FreeBSD / TrueNAS
- Replies: 2
- Views: 84
Re: 3.6.0 not working on FreeBSD / TrueNAS
worth a try: specify the template directory with
sabnzbdplud -t <blalba>
or
./SABnzbd.py -t <blabla>
-t --templates <templ> Template directory
sabnzbdplud -t <blalba>
or
./SABnzbd.py -t <blabla>
-t --templates <templ> Template directory
- June 16th, 2022, 11:57 am
- Forum: Bug Reports
- Topic: Script / Drive / Folder Error since 3.6RC1
- Replies: 1
- Views: 54
Re: Script / Drive / Folder Error since 3.6RC1
It all happens within 'beets'. So I would say not SABnzbd related. It might be a filesystem rights problem. "File "c:\python37\lib\site-packages\beets\util\__init__.py", line 496, in move os.replace(path, dest) OSError: [WinError 17] The system cannot move the file to a different disk...
- June 16th, 2022, 10:37 am
- Forum: General Help
- Topic: Trying to post - "not allowed to post links"
- Replies: 5
- Views: 180
Re: Trying to post - "not allowed to post links"
the anti-spam function triggers on anything like this.that and .too. And thus also on news.myserver.com and verson 1.2.3
So: use the pastebin described above. Until you have done a few posts ... then you're free
- June 14th, 2022, 3:15 am
- Forum: Bug Reports
- Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
- Replies: 15
- Views: 224
Re: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
So https://pastebin.com/XwnvpAps Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/cherrypy/_cprequest.py", line 638, in respond self._do_respond(path_info) File "/usr/lib/python3.9/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond response.b...
- June 13th, 2022, 2:10 pm
- Forum: Bug Reports
- Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
- Replies: 15
- Views: 224
Re: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
@KageKeeper Before removing the queue, can I do an experiment with you? I made a script that checks the files: [email protected]:~/.sabnzbd/admin$ for i in *.sab; do ./pickle_pretty_print.py $i; done postproc2.sab: Yes, correct pickle file. Size: 2 queue10.sab: Yes, correct pickle file. Size: 3 Rating.s...
- June 13th, 2022, 1:30 pm
- Forum: Bug Reports
- Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
- Replies: 15
- Views: 224
Re: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
The essential part is File "/app/sabnzbd/sabnzbd/nzbstuff.py", line 502, in __eq__ if self.bytes == other.bytes or len(self.decodetable) == len(other.decodetable): AttributeError: 'NoneType' object has no attribute 'bytes' That it happens, is a bug. That line of code was introduced/altered...
- June 13th, 2022, 1:10 pm
- Forum: Bug Reports
- Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
- Replies: 15
- Views: 224
Re: Sab keeps crashing...
OK, so https://pastebin.com/93yyfiGw /usr/lib/python3.9/site-packages/cherrypy/process/servers.py:416: UserWarning: Unable to verify that the server is bound on 8080 warnings.warn(msg) Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", ...
- June 13th, 2022, 12:58 pm
- Forum: Bug Reports
- Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
- Replies: 15
- Views: 224
Re: Sab keeps crashing...
post on pastebin, and post the link here like pastebin . com / akdsjflkjalsdjlf
- June 11th, 2022, 10:39 am
- Forum: General Help
- Topic: Download Filed - Not on your server
- Replies: 4
- Views: 102
Re: Download Filed - Not on your server
Yes, some content is DMCA'd really quickly and completely. As your stats show.
And as you have eweka, which IMHO has the best service, I think you're out of luck.
And as you have eweka, which IMHO has the best service, I think you're out of luck.
Maybe this whole newsgroup thing is then not your thing?turning this whole newsgroup thing into a pita, sadly