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
logs showing the following:
[0] [info] [2025-02-13 13:02:44] [scrape:amazon]: Logged in
[0] [info] [2025-02-13 13:02:47] [scrape:amazon]: Year filter undefined. Ge
tting all possible years
[0] [info] [2025-02-13 13:02:47] [scrape:amazon]: First possible year: 2025
[0] [info] [2025-02-13 13:02:47] [scrape:amazon]: Last possible year: 2014
[0] [info] [2025-02-13 13:02:47] [scrape:amazon]: Processing years 2025,202
4,2023,2022,2021,2020,2019,2018,2017,2016,2015,2014
tried version 2.0.7-dev.3 and 2.0.7
The text was updated successfully, but these errors were encountered:
You have activated "only_new" therefore initially a full run is made with all data. After that run, the year is used until the latest scraped order.
I'm actually redesigning the entire application to get rid of the unmaintainable code base and catch a few more bugs.
Currently there is no ETA when the new overhaul will land. Unfortunately until then I won't fix any bugs because the new system is more robust and flexible.
Hi all, facing the following issue that environment variables not working.
variables definded in docker settings on synology containermanager:
check loaded variables in running container:
AMAZON_PAGE_FILTER=1
SHLVL=1
AMAZON_YEAR_FILTER=2025
RECURRING_PATTERN=*/30 * * * *
logs showing the following:
[0] [info] [2025-02-13 13:02:44] [scrape:amazon]: Logged in
[0] [info] [2025-02-13 13:02:47] [scrape:amazon]: Year filter undefined. Ge
tting all possible years
[0] [info] [2025-02-13 13:02:47] [scrape:amazon]: First possible year: 2025
[0] [info] [2025-02-13 13:02:47] [scrape:amazon]: Last possible year: 2014
[0] [info] [2025-02-13 13:02:47] [scrape:amazon]: Processing years 2025,202
4,2023,2022,2021,2020,2019,2018,2017,2016,2015,2014
tried version 2.0.7-dev.3 and 2.0.7
The text was updated successfully, but these errors were encountered: