Bot returns to Main page after few refreshes
Hi,
I'm fairly new to all this, sorry in advance.
I had a friend help me set it up, like my title says, it works. I can log in, set reach the cart page, it adds the product it in for 20 times (ish?) then it refreshes again and go back to the Main page of Newegg, refreshes again like it should, but It seems like this needs to be refreshing the cart page not that one.
I made the changes from issue #35, but still the same issue.
I'm wondering if the page loads/refresh too quickly and Newegg doesn't like that? I tried to modify { waitUntil: 'load' }) but my coding skills are lacking here.
I'm also using Newegg.ca if that changes anything? (I did make the changes to .ca where needed)
Thanks for any help 👍
Could you provide the logs from the console when this occurs?
I believe those would be the related console errors. Thanks for you help!!
09:50:18.548 InvalidStateError: JSWindowActorChild.sendAsyncMessage: JSWindowActorChild cannot send at the moment ContentMetaChild.jsm:179 handleEvent resource:///actors/ContentMetaChild.jsm:179
09:50:37.080 QuotaManager failure: 'Unavailable', file ActorsParent.cpp, line 2592
09:50:37.080 QuotaManager failure: 'Unavailable', file ActorsParent.cpp, line 8363failed with result 0x8000FFFF (NS_ERROR_UNEXPECTED)
During my testing with a wishlist based system (PR #43 if you're curious) I noticed that after a lot of relogs and "suspicious bot activity" from many quick test loading sessions I got soft locked from being able to view wishlists. Would get insta redirect to newegg storefront when looking at a wishlist. I didn't try adding anything to the cart via links during that time but with looking at this it probably would've done the same. So I'd be going with what you guessed, "page loads/refresh too quickly". VPN fixed the issue for me so seemed like IP based softlock. Just have the reloading times be set higher should hopefully fix it.