Hi, Jellyfin maintainer here.
Looks like the format that timestamps are being returned in has recently changed. Was this intentional?
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 7 décembre 2024 à 11h23
Hi @Codeh,
No, there was not deliberate change. What response and field are you referring to?
Réponse de iamaven
le 7 décembre 2024 à 12h37
Also broke Kometa. Probably a bunch of other projects.
PR already accepted to fix it. https://github.com/Kometa-Team/TMDbAPIs/issues/199
Réponse de Travis Bell
le 7 décembre 2024 à 12h51
I'm gonna need the method and field(s) to be helpful.
Réponse de Fallen_leaf
le 7 décembre 2024 à 14h02
Method: Get ?
Field: published_at
Old: "2024-11-18T04:47:37.000Z"
New: "2024-11-18 04:47:37 UTC"
Réponse de Travis Bell
le 7 décembre 2024 à 14h24
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.
Réponse de Patrick Oberdorf
le 8 décembre 2024 à 07h44
Looks like it is still not fixed. Please take a look at the GitHub issue in the Jellyfin project.
Réponse de GrandDynamo
le 8 décembre 2024 à 11h01
It is fixed for me.
Réponse de Tullinge
le 8 décembre 2024 à 18h49
Not fixed for me (at least not for the created_at field):
Réponse de johnketring
le 9 décembre 2024 à 00h08
Srill not fixed on Windows
Réponse de yozoraxcii
le 9 décembre 2024 à 03h55
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?
Réponse de iamaven
le 9 décembre 2024 à 11h43
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.
Réponse de Travis Bell
le 9 décembre 2024 à 12h42
I found one more instance of Time objects not encoding correctly within the account methods. The fix for that is going up right now.
Réponse de Tullinge
le 9 décembre 2024 à 16h44
Working for me now