Chris
Chris
Need actual tracebacks from the log, not the UI stuff.
@clowncracker Here's what's happening on this: ``` 2024-06-28 19:27:22.845 ERROR (MainThread) [custom_components.mail_and_packages] Timeout fetching Mail and Packages (imap.gmail.com) data 2024-06-28 19:27:22.845 DEBUG (MainThread) [custom_components.mail_and_packages] Finished fetching Mail and Packages (imap.gmail.com)...
This is working as intended due to the way Amazon does their email process.
You can if you'd like, it's not something I'd be able to throw time into in the near future personally.
Sample emails are needed for tests.
> you still need sample emails? because i think they don't really change at all? Yes, if you have one.
Well that didn't go as planned. This will be in a new PR.
Please see #1037
From your logs: ``` 2025-06-17 08:48:46.671 DEBUG (SyncWorker_5) [custom_components.mail_and_packages.helpers] Looking for: Arriving 2025-06-17 08:48:46.671 DEBUG (SyncWorker_5) [custom_components.mail_and_packages.helpers] First pass: tomorrow ``` It was parsed, problem is without a proper date...
Thanks I'll take a look.