Skip to content

[BUG] Simkl markMovieAsWatched wrong timestamp #577

Description

@random-scrub

Bug

I recently noticed that all my movies get marked as watched 2 hours after the actual time it should be marked on Simkl. I saw that markMovieAsWatched generates a timestamp with datetime.now() which probably causes this inconsistency, while marking TV show episodes marks it at the correct time because no timestamp gets sent in those requests. According to the Simkl API sending the request to mark a movie as watched can be done without the "watched_at" parameter and from my testing that eliminates this problem since it defaults to using the request time instead. Would also make it consistent across the board to not send this parameter.

Expected Result

Marking a movie as watched should just default to request time and show the correct watched time afterwards.

Steps To Reproduce

Mark any movie as watched on Simkl (Potentially different results depending on location/timezone? My time zone is CEST/GMT+2 currently).

Kodi Version, Type of Device, Logs, Screenshots, and Additional Info

Kodi 21.3, Umbrella 6.7.81, Windows 11

Checklist

  • I have included logs and the version of Kodi I am using..
  • I have made a separate issue for each bug that I am reporting.
  • I have verified this is not a setting.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions