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

It does not work anymore #198

Open
ickok1984 opened this issue Apr 5, 2021 · 13 comments
Open

It does not work anymore #198

ickok1984 opened this issue Apr 5, 2021 · 13 comments

Comments

@ickok1984
Copy link

unfortunately after the last update it doesn't work anymore

@dinamoedm
Copy link

Same here , the containers don't start anymore

@micdonato
Copy link

seems to be working for me (nothing in stock, but I get the test and the logs seem to be updating regularly)

@Llenvar
Copy link

Llenvar commented Apr 5, 2021

Yup, no longer working after update.

@liuxue2010
Copy link

I spent 1 hour and set up everything. I am able to run it from my docker but problem is that like amazon or B&H most of them have bot check or other ways to avoid robot to scrape so it's not working at all.

@Llenvar
Copy link

Llenvar commented Apr 6, 2021

I had it working for bestbuy and newegg yesterday. Rebooted my machine and when I tried to start the container, it pulled the update and containers would not start. I looked over the .yaml files (nothing was modified at all) but all I get is container was up for less than a second. I'm still trying to troubleshoot but no luck so far. May blow out everything and re-clone.

@Llenvar
Copy link

Llenvar commented Apr 6, 2021

Don't know what happened but deleted my inventory hunter folder, re-cloned and ran the commands now the containers are started and running.

@ickok1984
Copy link
Author

Non so cosa sia successo ma ho cancellato la mia cartella del cacciatore di inventario, ho nuovamente clonato ed eseguito i comandi ora che i contenitori sono avviati e in esecuzione.

Finally work Thank you

@dion-gionet
Copy link

Same here, doesn't appear to work anymore. Container doesn't start

@yardbro
Copy link

yardbro commented Apr 11, 2021

If you are having issues with this try making a copy of your configs and deleting the /inventory-hunter directory. After that, go through the initial setup process as mentioned in the tutorial to re-pull the latest image.

After doing this all my containers work again and there are no issues

@dion-gionet
Copy link

If you are having issues with this try making a copy of your configs and deleting the /inventory-hunter directory. After that, go through the initial setup process as mentioned in the tutorial to re-pull the latest image.

After doing this all my containers work again and there are no issues

Tried that but it doesn't seem to work, seems to be a permission problem within the container according to the container logs

starting: python /src/run_worker.py lean_and_mean usage: run.py [-h] [-c CONFIG] -a ALERTER_TYPE [-q ALERTER_CONFIG] [-l LOG] [-v] [-e EMAIL [EMAIL ...]] [-r RELAY] [-t] [-w WEBHOOK_URL] [-i CHAT_ID] run.py: error: argument -c/--config: can't open '/config.yaml': [Errno 13] Permission denied: '/config.yaml'

Tried giving full permissions on the config file but it still doesn't work. Tried to use the default configs but still no luck

@dion-gionet
Copy link

It seems it works fine on my windows machine with WSL and my raspberry pi, it only seems to break on my CentOS 7 machine, strange.

@dion-gionet
Copy link

It appears that for centos (at least in my case) you need to run the command from the docker_run.bash manually and make some changes for permissions to work correctly. In my case for example I have to add :z at the end of the volume mounts. Ex.
docker run -d --rm --entrypoint=/src/run.bash --name ps5 --network inventory_hunter -v /home/dockeruser/git/inventory-hunter/data/ps5:/data:z -v /home/dockeruser/git/inventory-hunter/log/ps5.txt:/log.txt:z -v /home/dockeruser/git/inventory-hunter/config/ps5.yaml:/src/config.yaml:z ericjmarti/inventory-hunter:latest --config /src/config.yaml --alerter discord --webhook YOURDISCORDWEBHOOK -v

@em-are-young
Copy link

I saw this issue too. I opened up the permissions on the inventory-hunter folder to basically allow anything to change it and it works now. A less blunt approach would tell you specifically what needs to be allowed, but I don't really care about that folder.

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

8 participants