|========================================= Critical Summary =========================================|
| |
| Count | Message |
|=======|============================================================================================|
| 1 | time data '2023-03-16 15:19:41 UT' does not match format '%Y-%m-%dT%H:%M:%S'
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?
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.
رد بواسطة Travis Bell
بتاريخ ديسمبر 7, 2024 في 11:23 صباحا
Hi @Codeh,
No, there was not deliberate change. What response and field are you referring to?
رد بواسطة iamaven
بتاريخ ديسمبر 7, 2024 في 12:37 مساءا
Also broke Kometa. Probably a bunch of other projects.
PR already accepted to fix it. https://github.com/Kometa-Team/TMDbAPIs/issues/199
رد بواسطة Travis Bell
بتاريخ ديسمبر 7, 2024 في 12:51 مساءا
I'm gonna need the method and field(s) to be helpful.
رد بواسطة Fallen_leaf
بتاريخ ديسمبر 7, 2024 في 2:02 مساءا
Method: Get ?
Field: published_at
Old: "2024-11-18T04:47:37.000Z"
New: "2024-11-18 04:47:37 UTC"
رد بواسطة Travis Bell
بتاريخ ديسمبر 7, 2024 في 2:24 مساءا
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.
رد بواسطة Patrick Oberdorf
بتاريخ ديسمبر 8, 2024 في 7:44 صباحا
Looks like it is still not fixed. Please take a look at the GitHub issue in the Jellyfin project.
رد بواسطة GrandDynamo
بتاريخ ديسمبر 8, 2024 في 11:01 صباحا
It is fixed for me.
رد بواسطة Tullinge
بتاريخ ديسمبر 8, 2024 في 6:49 مساءا
Not fixed for me (at least not for the created_at field):
رد بواسطة johnketring
بتاريخ ديسمبر 9, 2024 في 12:08 صباحا
Srill not fixed on Windows
رد بواسطة yozoraxcii
بتاريخ ديسمبر 9, 2024 في 3:55 صباحا
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?
رد بواسطة iamaven
بتاريخ ديسمبر 9, 2024 في 11:43 صباحا
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.
رد بواسطة Travis Bell
بتاريخ ديسمبر 9, 2024 في 12:42 مساءا
I found one more instance of Time objects not encoding correctly within the account methods. The fix for that is going up right now.
رد بواسطة Tullinge
بتاريخ ديسمبر 9, 2024 في 4:44 مساءا
Working for me now