App crashed due to invalid timestamp
Closed this issue · 0 comments
agostonbarna commented
Hi,
I ran into this error with gateau v0.2.0, firefox 123.0.1, fedora 39:
$ ./gateau output --bypass-lock
The application panicked (crashed).
Message: Invalid timestamp: ComponentRange { name: "timestamp", minimum: -377705116800, maximum: 253402300799, value: 253402300800, conditional_range: false }
Location: gateau/src/firefox.rs:54
If I understand correctly, there is a cookie with with a larger timestamp (253402300800) than the max supported timestamp by the app (253402300799). Would it be possible to increase the max timestamp limit by one?