Codolophier
Codolophier
I've submitted a PR which may address these problems. I've tested and successfully ordered items that are in-stock. I am running now for out-of-stock items; only time will tell if...
This could be due to a change by Newegg in the HTML element for the cart total. Check [this issue thread](https://github.com/Ataraksia/NeweggBot/issues/12) for a possible solution. TL;DR: Try changing the first...
I saw the same issue. The problem seemed to be related to the URL that the code is expecting. Starting at line 86: ``` ... await page.goto('https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=' + config.item_number, {...
> @Codolophier I seem to get "There are no items in the cart" from your code. Does the item in question exist in-stock? If not, set the **auto_submit** flag to...
> I was able to implement your 1st of 2 suggestions-- I changed shoppingcart to cart. > > Regarding the check_cart issue, I wasn't sure what to do exactly-- do...
> I did the test with that SanDisk and it did seem to work. So is "There are no items in the cart" (in cmd) an error or is that...
@Frosty8738 Yes, the purpose is to reduce strain, also to give a bit of time for refresh to occur (i.e., lag, site responsiveness, possible memory leaks from Puppeteer, etc.). But...
Cool. I had some problems at 5 seconds, Puppeteer would throw "Out of Memory" exceptions after a couple of hours. I'll take another pass at 5 seconds and increase Node's...
> Is there a way to have a vpn or ip address hiding mechanism to load before nightly start up? @Mr-Smithers You could create a script that launches the VPN...
@Kamerabuilt There's a problem with the elements being referenced in the **check_cart** method. Please check out some of the comments in this thread regarding elements to be changed. Also, take...