-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UNAUTH_API_GET_LIMIT on every call to GetWatchingAsync #450
Comments
This header is just informational. A 429 status code would be returned if you were hitting the rate limit. |
Hmm okay, but I'm getting no value back despite using my username from the URL. Is there somewhere I can check if the call is correct? I'm able to get a show by its slug no problem. |
Please pose the full request and response from the API. We'd need to see that to check where the error could be. |
Hmm I'll probably run into issues there since I'm using the Trakt.NET package to make the calls. Not sure how to trace it with Fiddler either. var response = await client.Users.GetWatchingAsync("rardk64");
var show = response.Value; That's all I'm doing, |
To be honest, I'm getting a response from GetWatchedShows, so I'm wondering if no shows are tracking as Currently Watching. I can't find where to check this on Trakt.tv so I'm not sure if I even have them set properly. |
Checkin or scrobble: https://trakt.docs.apiary.io/#introduction/terminology |
For a show I'm currently watching, how do you track that in the app? And how do I query for currently watching shows? |
I'm using Trakt.NET to access Trakt and when I use its GetWatchingAsync call, I get
But I'm logging in with a client id and secret, is there another way I should be doing this?
The text was updated successfully, but these errors were encountered: