Try 30 days of free premium.

Bug?? The api https://api.tvmaze.com/v1/user/episodes suddenly does not update to watched status???

DickKluis wrote 3 years ago: 1

Here is a log entry from my script: ""https://api.tvmaze.com/v1/user/episodes/1972388 with {'marked_at': 1607317200, 'type': 0} Response is: 200: b'{"episode_id":1972388,"type":2,"marked_at":1607329977}'""

My script hasn't changed in quite a while and it used to work fine.   

Note:  The same script is also updating the downloaded status and skip status and those still work, what is up with that?

HELP, please.

 

PS:  Using Python with the requests library

 

 


gazza911 wrote 3 years ago: 1

@DickKluis It's not updated anything (see marked_at date).

My guess is that you're doing a GET request instead of a PUT request.


david wrote 3 years ago: 1

Moving to the API forums.

Nothing has changed on our side. Please confirm that you are doing a PUT request, as Gazza mentioned.

DickKluis wrote 3 years ago: 1

It turned out that there was a bug in my script in certain conditions.   Fix it.   

Thank you for the follow up

Try 30 days of free premium.