Error getting url, Is back.
Forum rules
Help us help you:
Help us help you:
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
-
- Release Testers
- Posts: 34
- Joined: March 2nd, 2009, 7:48 pm
- Location: Milledgeville, GA, US
Error getting url, Is back.
Error getting url http://nzbmatrix.com/api-nzb-download.p ... er&apikey=*************************
This has seemed to resurface, most of the RSS downloads endup with this error.
This has seemed to resurface, most of the RSS downloads endup with this error.
ASUS M4A79T Deluxe | AMD Phenom II x3 (unlocked to x4) 720 BE AM3 @ 3.41Ghz(OC) | 4Gb DDR3 Memory @ 1600mhz | Sapphire ATI HD4870 1GB 800mhz/1000mhz(OC) | 2x500GB HDD's Raid 0 | Windows 7 Ultimate x64 | Windstream DSL 12m (14.9m Sync)/600k (766k Sync)
Re: Error getting url, Is back.
I just finished a redesign for the nzbmatrix access.
It will be in Beta2 this week.
(Got my own account now )
It will be in Beta2 this week.
(Got my own account now )
-
- Release Testers
- Posts: 34
- Joined: March 2nd, 2009, 7:48 pm
- Location: Milledgeville, GA, US
Re: Error getting url, Is back.
Sounds good.
ASUS M4A79T Deluxe | AMD Phenom II x3 (unlocked to x4) 720 BE AM3 @ 3.41Ghz(OC) | 4Gb DDR3 Memory @ 1600mhz | Sapphire ATI HD4870 1GB 800mhz/1000mhz(OC) | 2x500GB HDD's Raid 0 | Windows 7 Ultimate x64 | Windstream DSL 12m (14.9m Sync)/600k (766k Sync)
-
- Newbie
- Posts: 18
- Joined: July 3rd, 2009, 1:39 pm
Re: Error getting url, Is back.
Sounds good, what's different in the redesign?
Re: Error getting url, Is back.
First high-level Python http-library calls were used.
These make assumptions like a maximum response time
and nzbmatrix happens to be relatively slow in it's response.
The code for nzbmatrix is now like that for other sites
with just a few extra's for nzbmatrix.
That seems to do the trick.
These make assumptions like a maximum response time
and nzbmatrix happens to be relatively slow in it's response.
The code for nzbmatrix is now like that for other sites
with just a few extra's for nzbmatrix.
That seems to do the trick.
-
- Release Testers
- Posts: 34
- Joined: March 2nd, 2009, 7:48 pm
- Location: Milledgeville, GA, US
Re: Error getting url, Is back.
Well I thought it was fixed but Im getting a few in my queue that says
And they just sit there, without giving an error in the Warnings section.
I looked at the detailed log though and saw this.
repeated more then once.
Edit: just to add I restarted sabnzbd and it resolved it, Ill keep an eye out and let you know if it keeps happening.
Code: Select all
Trying to fetch NZB from http://nzbmatrix.com/api-nzb-download.php?id=544800&username=Napsterbater&apikey=******************************
I looked at the detailed log though and saw this.
Code: Select all
2009-12-10 01:45:40,545::INFO::[__init__:742] Restarting crashed urlgrabber
Edit: just to add I restarted sabnzbd and it resolved it, Ill keep an eye out and let you know if it keeps happening.
Last edited by Napsterbater on December 10th, 2009, 1:56 am, edited 1 time in total.
ASUS M4A79T Deluxe | AMD Phenom II x3 (unlocked to x4) 720 BE AM3 @ 3.41Ghz(OC) | 4Gb DDR3 Memory @ 1600mhz | Sapphire ATI HD4870 1GB 800mhz/1000mhz(OC) | 2x500GB HDD's Raid 0 | Windows 7 Ultimate x64 | Windstream DSL 12m (14.9m Sync)/600k (766k Sync)
Re: Error getting url, Is back.
Solved in Beta3.
After repairing nzbmatrix support an older error popped up.
After repairing nzbmatrix support an older error popped up.
Re: Error getting url, Is back.
One issue that i had noticed was numerous failed attempts at retrieving the RSS feed from NZBMatrix, which makes sense if it was a timeout issue with 0.5.0B1.
In the end I rolled back to 0.4.12 and working 100%, but I do miss the new features
My only question is, that if 0.4.12 is working perfectly with NZBMatrix (VIP account), why change this ? I know people had issues, but the VIP account access was the answer to get direct links to NZB files.
FYI - my RSS URI
In the end I rolled back to 0.4.12 and working 100%, but I do miss the new features
My only question is, that if 0.4.12 is working perfectly with NZBMatrix (VIP account), why change this ? I know people had issues, but the VIP account access was the answer to get direct links to NZB files.
FYI - my RSS URI
Code: Select all
http://rss.nzbmatrix.com/rss.php?page=download&username=XXXXX&apikey=XXXXX&subcat=9,6,41,7&english=1
Re: Error getting url, Is back.
Ok i went for beta 3 a moment ago and try retrieving from Nzbmatrix.
It didn't work i had this error.
Witch means "Error retrieving URL blabla (error="")"
Hope it helps.
It didn't work i had this error.
Code: Select all
Erreur lors de la récupération de l'url https://nzbmatrix.com/api-nzb-download.php?id=544919&username=************&apikey=********************** (erreur = "")
Hope it helps.
Re: Error getting url, Is back.
It freaks out when nzbmatrix isn't fast enough and it goes into retry.
It hasn't really got anything to do with nzbmatrix.
It fails on the French or Swedish error message (due to the accented characters).
Switch to English temporarily.
It hasn't really got anything to do with nzbmatrix.
It fails on the French or Swedish error message (due to the accented characters).
Switch to English temporarily.
Re: Error getting url, Is back.
@shypike : I never tried to fetch url with https, is it supported by SABnzbd ?Alexandre wrote:Code: Select all
Erreur lors de la récupération de l'url https://nzbmatrix.com/api-nzb-download.php?id=544919&username=************&apikey=********************** (erreur = "")
Re: Error getting url, Is back.
Found an issue with the global timeout being set to 4 seconds (from 120!). nzbmatrix seems to be slow to respond to requests causing nzbs and RSS feeds from there to fail to be added quite regularly. This is probably what most of you with nzbmatrix issues are facing.
The fix should be in the next beta (beta4+)
The fix should be in the next beta (beta4+)
-
- Release Testers
- Posts: 34
- Joined: March 2nd, 2009, 7:48 pm
- Location: Milledgeville, GA, US
Re: Error getting url, Is back.
Was just about to post about the "Restarting crashed urlgrabber" still happening in beta3 is that cause of global timeout? or is that something else?
ASUS M4A79T Deluxe | AMD Phenom II x3 (unlocked to x4) 720 BE AM3 @ 3.41Ghz(OC) | 4Gb DDR3 Memory @ 1600mhz | Sapphire ATI HD4870 1GB 800mhz/1000mhz(OC) | 2x500GB HDD's Raid 0 | Windows 7 Ultimate x64 | Windstream DSL 12m (14.9m Sync)/600k (766k Sync)
Re: Error getting url, Is back.
A combination of both.
The short timeout causes frequent error messages.
We discovered another problem with error text encoding problems,
strangely enough intermittent. I build some protective code around it.
Lately I have started using the French language for testing,
as just about any string seems to contain accented characters.
The short timeout causes frequent error messages.
We discovered another problem with error text encoding problems,
strangely enough intermittent. I build some protective code around it.
Lately I have started using the French language for testing,
as just about any string seems to contain accented characters.
Re: Error getting url, Is back. --> Fixed in 0.5.0B4 :)
SAB 0.5.0B4 has been performing very well with NZBMatrix. Only a few RSS feed warnings since Monday.switch wrote: Found an issue with the global timeout being set to 4 seconds (from 120!). nzbmatrix seems to be slow to respond to requests causing nzbs and RSS feeds from there to fail to be added quite regularly. This is probably what most of you with nzbmatrix issues are facing.
The fix should be in the next beta (beta4+)
RSS filter order is also preserved after filter changes and restarts.
Priority settings have been flawless
A fantastic effort.