Search found 9 matches

by Battle_707
July 13th, 2012, 11:13 pm
Forum: Bug Reports
Topic: 0.7.1 nzbsrus rss issue
Replies: 41
Views: 34461

Re: 0.7.1 nzbsrus rss issue

It is hard to say. It will be part of the site redesign, however I might be releasing a beta of it on it's own before hand as it plays such a crucial role on the site that releasing it in stages to get all of the bugs out would be a good idea. I'm going to be on the road for about two weeks in a cou...
by Battle_707
July 13th, 2012, 9:46 pm
Forum: Bug Reports
Topic: 0.7.1 nzbsrus rss issue
Replies: 41
Views: 34461

Re: 0.7.1 nzbsrus rss issue

First off, you really shouldn't be posting links like that anywhere. Though it is not your user hash itself, people can still use it to download that file. That being said, I'm planning on working on redoing the browse page. As I will do this, I am also going to add a feature that will render SABcon...
by Battle_707
July 13th, 2012, 4:11 pm
Forum: Bug Reports
Topic: 0.7.1 nzbsrus rss issue
Replies: 41
Views: 34461

Re: 0.7.1 nzbsrus rss issue

Indeed, the API is online.

In reply to people receiving the DENIED_INVALID_CREDENTIALS error, this issue has been fixed too.
by Battle_707
July 10th, 2012, 4:01 pm
Forum: Bug Reports
Topic: 0.7.1 nzbsrus rss issue
Replies: 41
Views: 34461

Re: 0.7.1 nzbsrus rss issue

I'm usually not a bit fan of copying other's work. On top of that, our database structure is quite distinct, meaning that I will have to update the code severely anyway. Regardless, the current API code is actually really lightweight, as it plugs in into the core scripts I wrote to streamline databa...
by Battle_707
July 10th, 2012, 3:47 pm
Forum: Bug Reports
Topic: 0.7.1 nzbsrus rss issue
Replies: 41
Views: 34461

Re: 0.7.1 nzbsrus rss issue

Heh...I was just joking. Anyway, I realize that things are quicker to be fixed on my side. If you want to contact me directly if you have any issues with our site or would like to know if we can make things easier for you, that would be great with me. I've always thought it was odd that there is no ...
by Battle_707
July 10th, 2012, 1:59 pm
Forum: Bug Reports
Topic: 0.7.1 nzbsrus rss issue
Replies: 41
Views: 34461

Re: 0.7.1 nzbsrus rss issue

Well...I always use the politically correct 'special', as stupid sounds so mean x). Anyway, the problem was indeed with us. I accidentally overwrote a file, switching back a function that does not properly check user class when the user accesses the rss download page. It's sometimes hard to keep tra...
by Battle_707
June 27th, 2012, 10:03 pm
Forum: Bug Reports
Topic: RSS Fetched NZBs
Replies: 11
Views: 7115

Re: RSS Fetched NZBs

RSS offline [RETRY]: 'Service temporarily offline' Invalid link [NO RETRY]: 'Invalid Link: #1' User verification incorrect [NO RETRY]: 'Invalid Link: #3' NZB deleted [NO RETRY]: 'NZB DELETED' NZB has been disabled due to nuke [NO RETRY]: 'Post has been nuked: <string_reason> ' NZB file not available...
by Battle_707
June 26th, 2012, 5:19 pm
Forum: Bug Reports
Topic: RSS Fetched NZBs
Replies: 11
Views: 7115

Re: RSS Fetched NZBs

There is actually a variety of error codes that the download script can through. Varying from invalid request to download restriction due to the post being nuked. Most of the error codes are not as much error codes as they are messages (strings of text in a die() command), as the RSS feed was not se...
by Battle_707
June 26th, 2012, 4:20 pm
Forum: Bug Reports
Topic: RSS Fetched NZBs
Replies: 11
Views: 7115

Re: RSS Fetched NZBs

If I understand it correctly, SAB keeps trying to re-download the file if the original was empty. However, even though the new downloads work just fine, it does not seem to overwrite the old (empty) NZB and thus keeps repeating itself, causing the user's download counter to run out. Apparently this ...