Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 0.79 KB | Hits: 158 | Expires: Never
Copy text to clipboard
  1. We have discovered a subtle problem in the handling of RSS feeds from nzbmatrix.com.
  2.  
  3. All works fine if your feed URL looks like this:
  4. http://rss.nzbmatrix.com/rss.php?subcat=6
  5.  
  6. However the is a problem when your feed URL looks like this:
  7. http://rss.nzbmatrix.com/rss.php?page=download&subcat=6
  8.  
  9. In this case nzbmatrix adds an empty username and apikey to the NZB links.
  10. SABnzbd sees the keywords for username and apikey and assumes it doesn't need
  11. to supply the stored username and apikey.
  12. SABnzbd doesn't notice that the keywords have no values.
  13. Please avoid these URLs and use the first form.
  14.  
  15. BTW: it's OK to add the correct username and apikey like this:
  16. http://rss.nzbmatrix.com/rss.php?page=download&subcat=6&username=myname&apikey=blablablablabla
  17.  
  18. We'll fix this in the next release.