Search found 9 matches

by Silverlock
May 5th, 2012, 4:55 pm
Forum: Debian/Ubuntu Package
Topic: 0.7.0beta3 issue: connection drops and "missing" articles
Replies: 20
Views: 10863

Re: 0.7.0beta3 issue: connection drops and "missing" article

And, hey, there's no need to test this simple change, is there ;D Oh, if I only had a nickel for every time I've said that over the years (and another nickel for every time it's turned around and bit me)! I suspect that your provider sometimes sends single line article chunks, because a single line...
by Silverlock
May 5th, 2012, 4:24 pm
Forum: Debian/Ubuntu Package
Topic: 0.7.0beta3 issue: connection drops and "missing" articles
Replies: 20
Views: 10863

Re: 0.7.0beta3 issue: connection drops and "missing" article

I think I figured it out. Shouldn't the test in the if be against self.data, not just data? Or am I missing a bigger picture (since my python skills are only slightly better than 'read it like it's C#')? # See if incorrect newline-only was used # Do this as a special case to prevent using extra memo...
by Silverlock
May 5th, 2012, 3:49 pm
Forum: Debian/Ubuntu Package
Topic: 0.7.0beta3 issue: connection drops and "missing" articles
Replies: 20
Views: 10863

Re: 0.7.0beta3 issue: connection drops and "missing" article

Just checking, you're now using the original 0.7.0b3 code, with just this one thing disabled? Yes. It's a clean install with those few lines deleted. I mean, if this code is a problem why then only for your provider? I know; it's weird. I've been trying various things in python this afternoon to se...
by Silverlock
May 5th, 2012, 11:14 am
Forum: Debian/Ubuntu Package
Topic: 0.7.0beta3 issue: connection drops and "missing" articles
Replies: 20
Views: 10863

Re: 0.7.0beta3 issue: connection drops and "missing" article

I've got bad news and good news. The bad news is that the patched download.py didn't make any difference. The good news is that I found the code that appears to be causing the problem. After the patched download.py didn't make any difference I decided to start with a 0.6.15 download.py and make the ...
by Silverlock
May 4th, 2012, 6:35 pm
Forum: Debian/Ubuntu Package
Topic: 0.7.0beta3 issue: connection drops and "missing" articles
Replies: 20
Views: 10863

Re: 0.7.0beta3 issue: connection drops and "missing" article

I've no problem hanging on to see if we can resolve this. I have 0.6.15 working where I need it to be and I have an 0.7 installation on another box that I can tinker with as required. Python isn't my strong suit (so many languages, so little time!), but I'm comfortable reading it and making small ch...
by Silverlock
May 4th, 2012, 9:50 am
Forum: Debian/Ubuntu Package
Topic: 0.7.0beta3 issue: connection drops and "missing" articles
Replies: 20
Views: 10863

Re: 0.7.0beta3 issue: connection drops and "missing" article

That leaves #4. Can you check whether your Usenet server has multiple IP addresses. It definitely does have multiple addresses. The resolution looks something like this: Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: news.city.provider.net canonical name = news.provider.net. news...
by Silverlock
May 3rd, 2012, 6:51 pm
Forum: Debian/Ubuntu Package
Topic: 0.7.0beta3 issue: connection drops and "missing" articles
Replies: 20
Views: 10863

Re: 0.7.0beta3 issue: connection drops and "missing" article

So here's the sanitized sabnzbd.log file from startup. You can see the constant reconnections and I caught a few of the 'missing' articles error messages. I hadn't ever changed the server timeout, so that was 120 seconds for both 0.6.15 and 0.7.0. That would seem to be more than adequate, I'd think....
by Silverlock
May 3rd, 2012, 2:09 pm
Forum: Debian/Ubuntu Package
Topic: 0.7.0beta3 issue: connection drops and "missing" articles
Replies: 20
Views: 10863

Re: 0.7.0beta3 issue: connection drops and "missing" article

There was an actual error message about the article being missing, not just a timeout. It said something to the effect that the article was missing from all servers. I can fire up one of the other machines with 0.7 when I get home tonight and get you the exact error message if it'll help. One good t...
by Silverlock
May 3rd, 2012, 10:25 am
Forum: Debian/Ubuntu Package
Topic: 0.7.0beta3 issue: connection drops and "missing" articles
Replies: 20
Views: 10863

0.7.0beta3 issue: connection drops and "missing" articles

The short story: On either Ubuntu 10.10 or 11.04, 0.7.0 beta3 won't communicate reliably with my news server. The symptoms are highly erratic transfer rates, more often than not going right to zero for a minute or two, claims of boatloads of missing articles (that are really there) and constant disc...