You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching the series-troxide app, the terminal logs show various messages indicating issues related to cache updates and a missing last-cache-update file. But the app's interface does not appear. The following errors are observed in the terminal output:
/series-troxide
2024-11-16T13:02:06.459570Z INFO series_troxide::core::settings_config: loading config file at: '/home/MyUserName/.config/series-troxide/config.toml'
2024-11-16T13:02:06.468104Z INFO series_troxide: starting 'series-troxide'
2024-11-16T13:02:06.473493Z INFO series_troxide::core::settings_config: loading config file at: '/home/MyUserName/.config/series-troxide/config.toml'
2024-11-16T13:02:06.473676Z INFO series_troxide::core::database: initializing database at /home/MyUserName/.local/share/series-troxide
2024-11-16T13:02:06.474179Z INFO series_troxide::core::caching: using cache at /home/MyUserName/.cache/series-troxide
2024-11-16T13:02:06.474731Z ERROR series_troxide::core::caching::cache_updating: could not read 'last-cache-update' file: No such file or directory (os error 2)
2024-11-16T13:02:06.474769Z WARN series_troxide::core::caching::cache_updating: assuming at least a day has passed since last cache update
2024-11-16T13:02:06.474783Z INFO series_troxide::core::caching::cache_updating: updating series cache...
2024-11-16T13:02:06.474794Z INFO series_troxide::core::api::tv_maze::updates: fetching shows updates
2024-11-16T13:02:06.476121Z INFO series_troxide::core::database: created a fresh database as none was found
interface 'wl_surface' has no event 2
2024-11-16T13:02:07.452080Z ERROR series_troxide: failed to update cache: failed to read series cache directory
The text was updated successfully, but these errors were encountered:
When launching the series-troxide app, the terminal logs show various messages indicating issues related to cache updates and a missing last-cache-update file. But the app's interface does not appear. The following errors are observed in the terminal output:
The text was updated successfully, but these errors were encountered: