-
Notifications
You must be signed in to change notification settings - Fork 262
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
Comments
Same here , the containers don't start anymore |
seems to be working for me (nothing in stock, but I get the test and the logs seem to be updating regularly) |
Yup, no longer working after update. |
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. |
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. |
Don't know what happened but deleted my inventory hunter folder, re-cloned and ran the commands now the containers are started and running. |
Finally work Thank you |
Same here, doesn't appear to work anymore. Container doesn't start |
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
Tried giving full permissions on the config file but it still doesn't work. Tried to use the default configs but still no luck |
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. |
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. |
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. |
unfortunately after the last update it doesn't work anymore
The text was updated successfully, but these errors were encountered: