I didn't do anything, just copied the rec design, so it was either you or BrownardThanks, you almost did everything, so it took just a few minutes to adjust the styles
For me both are working, starting and stopping the video results in a successful post to trakt.When I stop playing a file I always get "ServerError". Have you ever had success? I wonder, if it's a general problem, because scrobble works when starting to play a MI.
I'll attached them tonightFor me both are working, starting and stopping the video results in a successful post to trakt.
"ServerError" sounds like an issue form the TraktApiSharp, could you please post (or send me) logs from client?
I can add an Icon. I was not considering it, because there is an error message anyway, if it is not successful.Thank you for the adjustments! Do you plan to make use of the IsSuccess property to show (maybe an icon?) if the action was a success or not?
It's a http 500 (internal server error). To get more details whats happening in your case I added more logging for the TraktApiSharp lib.Log files from my client attached because of the server error when stopping playback.
Attached the new logs after testing with the updated version of Trakt plugin. Same error message appears when stopping movies (expected I guess, as you only added more logging). the logs contain more infos now, but I'm doubtful they will help you so much. Let's seeThanks again!
It's a http 500 (internal server error). To get more details whats happening in your case I added more logging for the TraktApiSharp lib.
After that I took a random mkv video, renamed it according to your file, created .nfo and did a test. Everything went good, no error.
Attached a version with the extended logging. Could you please test again? Does it happen with every video? Changes are also pushed, if you prefer to compile it yourself.
don't say so, we can now see what we're sending to trakt in case of an errorthe logs contain more infos now, but I'm doubtful they will help you so much
Italy
Yes, I’m sure scrobble starts successfully, at least IsSuccessful is always true. You got a pm with details.don't say so, we can now see what we're sending to trakt in case of an errorI checked it with postman and the data itself is valid (status 201), so this is not the reason for the 500 error. But, I checked it with my account, so it could be that something went wrong during the authorization process.
Are you sure that scrobble start is a success? I can't see it in the logs, because you trimmed it
You should have in you're MP2-Client ProgramData directory a Trakt directory. In this directory you should have at least one directory (your profile id). And this directory should contain at least three files:
- authorization.json,
- last.sync.activities.json,
- user.settings.json
can you confirm? If so, could you please send me via PM the authorization.json file?