Guillaume Boudreau

Results 179 comments of Guillaume Boudreau

Why do you say api.php does not exist? It's there, and returns something (the Object in your paste). I tried it with my user ID and my API key, and...

@Overdose87 Do you still have issues? We can both download the NZB you specified without problems: https://www.nzbsrus.com/nzbdetails.php?id=559764

How do you see "DENIED_MISSING_CREDENTIALS"? Please send a screenshot.

That is expected. That URL shouldn't load by itself in your browser. It's meant to be used by scripts like SABconnect++, by providing parameters: https://www.nzbsrus.com/api.php?uid=user_id&key=api_key&searchtext=nzb_filename Replace user_id and api_key by...

I think that's normal. Sabconnect++ uses URLs that are found in the RSS feeds to download the .nzb files, and 'other groups' don't have RSS feeds, thus the failure. I...

The extension isn't ready to be translated (there is no strings file). It would need some changes to created one.

Myself, no. Pull requests are always welcome.

Nobody is really maintaining this codebase right now. Anyone who needs a fix will need to submit a Pull Request with the required changes.

It will. It's documented on the wiki: https://code.google.com/p/sabconnectplusplus/wiki/SSLConnection (Which I still need to move to Github...)