Hi, Jellyfin maintainer here.
Looks like the format that timestamps are being returned in has recently changed. Was this intentional?
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od Travis Bell
07.12.2024 v 11:23 DOP.
Hi @Codeh,
No, there was not deliberate change. What response and field are you referring to?
Odpověď od iamaven
07.12.2024 v 12:37 ODP.
Also broke Kometa. Probably a bunch of other projects.
PR already accepted to fix it. https://github.com/Kometa-Team/TMDbAPIs/issues/199
Odpověď od Travis Bell
07.12.2024 v 12:51 ODP.
I'm gonna need the method and field(s) to be helpful.
Odpověď od Fallen_leaf
07.12.2024 v 2:02 ODP.
Method: Get ?
Field: published_at
Old: "2024-11-18T04:47:37.000Z"
New: "2024-11-18 04:47:37 UTC"
Odpověď od Travis Bell
07.12.2024 v 2:24 ODP.
Ok, I found the issue. There was a library that got upgraded and it changed how JSON timestamps were presented.
I've just deployed the fix so within the next ~8 hours, as items purge from the cache you'll start to see the corrected data.
Thanks.
Odpověď od Patrick Oberdorf
08.12.2024 v 7:44 DOP.
Looks like it is still not fixed. Please take a look at the GitHub issue in the Jellyfin project.
Odpověď od GrandDynamo
08.12.2024 v 11:01 DOP.
It is fixed for me.
Odpověď od Tullinge
08.12.2024 v 6:49 ODP.
Not fixed for me (at least not for the created_at field):
Odpověď od johnketring
09.12.2024 v 12:08 DOP.
Srill not fixed on Windows
Odpověď od yozoraxcii
09.12.2024 v 3:55 DOP.
There are multiple reports of this issue persisting on our Discord server - is there anything further we can provide to help the team diagnose and resolve this?
Odpověď od iamaven
09.12.2024 v 11:43 DOP.
I have been manually going through multiple API endpoint responses on the v3 API and have not found "T", "UT" or "UTC" suffixes on time stamps.
It is possible the ongoing issues are a result of some sort of caching being done by the individual projects, which is what was determined on the Kometa discussions. Clearing the cache file was recommended as a solution.
If there are ongoing issues being reported, then the full API call needs to be shared along with the field returning the data so that others can troubleshoot.
Odpověď od Travis Bell
09.12.2024 v 12:42 ODP.
I found one more instance of Time objects not encoding correctly within the account methods. The fix for that is going up right now.
Odpověď od Tullinge
09.12.2024 v 4:44 ODP.
Working for me now