Search found 8837 matches

by sander
February 3rd, 2008, 4:01 pm
Forum: Bug Reports
Topic: Fairly Minor Bug with non English Accents
Replies: 8
Views: 14541

Re: Fairly Minor Bug with non English Accents

As a test, I'm downloading the Fröken-post on my Ubuntu Linux system. I got the NZB from binsearch. If that works, the solution is easy: switch to Ubuntu Linux!  :D ... And here's the result: everything works without problems with "Fröken" on SABnzbdplus on Ubuntu. So: switch to Ubuntu! ;-)
by sander
January 29th, 2008, 1:19 am
Forum: General Help
Topic: 0.3.0 IPv6 on Vista
Replies: 13
Views: 34045

Re: 0.3.0 IPv6 on Vista

@mekong75: My IPv6 and SAB over IPv6 is fully functional; my SAB does all downloads over IPv6.
I think your reply is meant for Yarbles.

HTH
by sander
January 28th, 2008, 1:51 am
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83676

Re: "Download speed: 0.18 KB/s" because of ... missing articles

The STAT (nntpstat in perl speak) works indeed. I don't know if it gives better speeds. XHDR (and XOVER and XPAT and XROVER) look very interesting: hopefully they will give meta-information in a fast way (as long as the server supports it). xhdr ( HEADER, MESSAGE-SPEC )     Obtain the header field H...
by sander
January 27th, 2008, 6:14 pm
Forum: General Help
Topic: 0.3.0 IPv6 on Vista
Replies: 13
Views: 34045

Re: 0.3.0 IPv6 on Vista

The IPV6 modifications to newswrapper.py were made by an outside contributer, who claims that this works on his (Windows) system. If it's based on the patch on http://sourceforge.net/tracker/index.php?func=detail&aid=1496785&group_id=149066&atid=773611 , it does say it's not tested on W...
by sander
January 27th, 2008, 3:59 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83676

Re: "Download speed: 0.18 KB/s" because of ... missing articles

To test the HEAD option, I created a perl script that reads a NZB and with the HEAD command checks if the articles exist on the specified newsserver. Example results of such a query: Found: 20760 -- Not Found: 207 Results: Articles found: 20760 Articles not found: 207 End of output Of this post, onl...
by sander
January 26th, 2008, 12:22 pm
Forum: Bug Reports
Topic: No feedback if articles no longer exist on news server
Replies: 0
Views: 10837

Re: No feedback if articles no longer exist on news server

True: unclear and annoying. I only get this info below when the rars en pars are completely missing: No.blabla.2007.DVDSCR.CUSTOM.NL False Stage Par2     [PAR-INFO] no.blabla.dvdscr-anarchy: => Scanning "/media/sda3/sander/downloads/incomplete/No.blabla.2007.DVDSCR.CUSTOM.NL/no.blabla.dvdscr-an...
by sander
January 26th, 2008, 3:01 am
Forum: General Help
Topic: 0.3.0 IPv6 on Vista
Replies: 13
Views: 34045

Re: 0.3.0 IPv6 on Vista

Yarbles, I was trying to going to help, but it looks like I'm going to give more confusion: That line 44 is this:         res = socket.getaddrinfo(self.host, self.port, 0, socket.SOCK_STREAM) So I tried some things from the Python CLI (not SAB itself) on Ubuntu Linux (see below). My goal was to fing...
by sander
January 24th, 2008, 1:27 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83676

Re: "Download speed: 0.18 KB/s" because of ... missing articles

It should actually be possible to check the health when importing the nzb through the use of the "HEAD" command. Basically the server just responds with the header, not the full article. If the article is missing it gives the status code for a missing article. Could use one connection to ...
by sander
January 24th, 2008, 10:16 am
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83676

Re: "Download speed: 0.18 KB/s" because of ... missing articles

This way, during download you can already guesstimate if the download is going to be successful. Sander Yes & No. As basicly you should have the PAR files to repair it , if Par files are missing than you have have a problem and is health not 100% If the health indicator is 99%, I can expect tha...
by sander
January 24th, 2008, 1:45 am
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83676

Re: "Download speed: 0.18 KB/s" because of ... missing articles

@Sander Oke I see what yoiu mean now, You want something after the download that shows the health , I was thinking of something during downloading Uhm, no, I mean *during* the download. The method / script I posted can be used at any moment during the download. Suggestion for implementation: 1) Eac...
by sander
January 23rd, 2008, 3:08 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83676

Re: "Download speed: 0.18 KB/s" because of ... missing articles

I made a script to automate the process. You should run the script from within the .sabnzbd/logs/ directory Here's the script: #!/bin/sh echo "Inspecting:" $1 echo "Total number of Articles Handled, resp missing Articles:" cat sabnzbd.error.log | grep $1 | grep decoder | grep -vi...
by sander
January 23rd, 2008, 2:37 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83676

Re: "Download speed: 0.18 KB/s" because of ... missing articles

As an example, here's some manual, reverse engineering Health Detection by inspecting ~/.sabnzbd/logs/sabnzbd.error.log First example: I'm interested in a post of which all articles have names with ...4588e@up.download2day.nl in them. First step: I count all relevant messages: get all lines with the...
by sander
January 23rd, 2008, 1:37 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83676

Re: "Download speed: 0.18 KB/s" because of ... missing articles

The detection and handling (user feedback wise, not repairing wise) of incomplete files needs revamping. The reported speed is actually the AVERAGE speed, not the current speed. Something I did not know either till recently. So it is not actually downloading, it is just looking for the articles, no...
by sander
January 23rd, 2008, 1:29 pm
Forum: Bug Reports
Topic: "Download speed: 0.18 KB/s" because of ... missing articles
Replies: 21
Views: 83676

Re: "Download speed: 0.18 KB/s" because of ... missing articles

Health indicator might be a problem I guess As this depends on the retention days the usenet provider has. And sometimes it happens that even when retention is 200 days, that a file of 150 days is still missing on the servers I'm not asking for a *prediction* of the health, just a measurement how s...