-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Invalid date on folders #410
Comments
Try |
I switched my docker image to |
Do the folders have a valid date when checking with the database? If you're using postgres with docker, you can use this: |
Alternatively, you can use the API to check the date. You can either use curl with your token in the header or use the browser you're logged into zipline on. The endpoint is |
Looks like they do have valid dates when checking the database. EDIT: Actually I think the issue is that they are not whole seconds and have a decimal at the end which is resulting in it being an invalid date. |
Hmmm, it could be. How is |
Honestly got no clue what's causing this 😔 |
I am using Chrome and yea it is still happening :/ |
What version? |
Trunk although I am using my fork (which is exactly the same just without the video thumbnails) |
Chrome version? |
Version 115.0.5790.102 (Official Build) (64-bit) |
Do you currently use any extensions like an adblocker? |
I do however I have tried other browsers and running in incognito and I get the same result |
If you don't mind me asking, what country do you live in? If you are able to get the locale it could help us see if the problem is with your locale's way of parsing dates. |
I live in the UK however my instance is hosted in Ashburn, Virginia in the US. I assume that the times are based on the server time rather than the client but I could be wrong so I thought I would include both. |
Seems like that was it. Doesn't seem to enjoy other format for time |
@diced 🫡 |
* fix: Compression setting works with the right files * chore: clean up a debug log * chore: add debug for why not webhook'd * fix: No more temp invite when registering. * fix: Add an error catch so server doesn't crash. * chore: miniscule cleanup * fix: Don't double fix dates. It was already fixed once.
hopefully the commit above fixes this issue for good, but i'll still leave this issue open until we hear back from @wraithdotcat |
The dates are fixed now thanks! however now the images don't load :/ the image source is
|
Doesn't seem to have been caused by me |
So, with the issue at the beginning resolved I'll be closing this. Open a new one with your new problem for organization purposes. |
What happened?
The "creation date" and "last updated" dates show as "invalid date" on the list view and "NaN years ago" in the grid view.
List View
Grid View
Version
upstream (ghcr.io/diced/zipline:trunk)
What browser(s) are you seeing the problem on?
No response
Zipline Logs
No response
Browser Logs
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: