Hi, Jellyfin maintainer here.
Looks like the format that timestamps are being returned in has recently changed. Was this intentional?
No trobeu una pel路l铆cula o una s猫rie? Inicieu la sessi贸 per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 7 " de 2024 a les 11:23 A.M.
Hi @Codeh,
No, there was not deliberate change. What response and field are you referring to?
Resposta per iamaven
el 7 " de 2024 a les 12:37 P.M.
Also broke Kometa. Probably a bunch of other projects.
PR already accepted to fix it. https://github.com/Kometa-Team/TMDbAPIs/issues/199
Resposta per Travis Bell
el 7 " de 2024 a les 12:51 P.M.
I'm gonna need the method and field(s) to be helpful.
Resposta per Fallen_leaf
el 7 " de 2024 a les 2:02 P.M.
Method: Get ?
Field: published_at
Old: "2024-11-18T04:47:37.000Z"
New: "2024-11-18 04:47:37 UTC"
Resposta per Travis Bell
el 7 " de 2024 a les 2:24 P.M.
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.
Resposta per Patrick Oberdorf
el 8 " de 2024 a les 7:44 A.M.
Looks like it is still not fixed. Please take a look at the GitHub issue in the Jellyfin project.
Resposta per GrandDynamo
el 8 " de 2024 a les 11:01 A.M.
It is fixed for me.
Resposta per Tullinge
el 8 " de 2024 a les 6:49 P.M.
Not fixed for me (at least not for the created_at field):
Resposta per johnketring
el 9 " de 2024 a les 12:08 A.M.
Srill not fixed on Windows
Resposta per yozoraxcii
el 9 " de 2024 a les 3:55 A.M.
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?
Resposta per iamaven
el 9 " de 2024 a les 11:43 A.M.
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.
Resposta per Travis Bell
el 9 " de 2024 a les 12:42 P.M.
I found one more instance of Time objects not encoding correctly within the account methods. The fix for that is going up right now.
Resposta per Tullinge
el 9 " de 2024 a les 4:44 P.M.
Working for me now