Skip to content
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

environment variables not working in docker on synology #1386

Open
floohbert opened this issue Feb 13, 2025 · 1 comment
Open

environment variables not working in docker on synology #1386

floohbert opened this issue Feb 13, 2025 · 1 comment

Comments

@floohbert
Copy link

Hi all, facing the following issue that environment variables not working.

variables definded in docker settings on synology containermanager:

Image

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

@Disane87
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants