Kris Craig

Results 42 comments of Kris Craig

Added docblocks to all the top-level controllers. I'll add more in the next release. Merged into 1.5.

Could you provide the actual return JSON (assuming you're equipped for debugging)? It looks like the request is being properly formatted and all that, so if we're not getting the...

PR #150 has been merged into develop.

I went ahead and put out a hotfix release. If you update to version 1.5.2 in NuGet, the library should work again.

TODO: - ~~https://github.com/sirkris/Reddit.NET/issues/149~~ - ~~https://github.com/sirkris/Reddit.NET/issues/159~~ - ~~https://github.com/sirkris/Reddit.NET/issues/155~~ - ~~https://github.com/sirkris/Reddit.NET/issues/156~~ - ~~https://github.com/sirkris/Reddit.NET/issues/148~~ - ~~https://github.com/sirkris/Reddit.NET/issues/147~~ - ~~https://github.com/sirkris/Reddit.NET/issues/146~~ - ~~https://github.com/sirkris/Reddit.NET/issues/145~~ - https://github.com/sirkris/Reddit.NET/issues/143 - ~~https://github.com/sirkris/Reddit.NET/issues/160~~ - ~~https://github.com/sirkris/Reddit.NET/issues/161~~ - ~~https://github.com/sirkris/Reddit.NET/issues/162~~ - https://github.com/sirkris/Reddit.NET/issues/163 - ~~https://github.com/sirkris/Reddit.NET/issues/164~~

What exception is thrown when this happens? I'm not aware of any limitations that would prevent ~60 messages/min from going through, provided that you're not performing any other queries that...

How old is the account you're using? Does it have a decent amount of both comment and post karma? Reddit has been known to impose tighter rate limits in certain...

Hmm yeah this is a definite issue. I was not aware that there were actually cases where the Reddit API will return error data in a successful response. I managed...

A simpler approach would be to just bypass the controllers entirely by calling the model directly. You should be able to do that with the vanilla codebase still. On Wed,...

Sorry for the delay. I stepped away for a few months. Based on your output, my guess is the problem is with NewPostsUpdated, since that's the one not appearing (it...