-
Notifications
You must be signed in to change notification settings - Fork 35
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
Log out after 600 refresh #123
Comments
You beat me to it, Helinate! I have also been logged out several times now, on the 600th refresh. I'm going to reduce the refresh rate to every 10 or 15 secs for now, just for duration / coverage. Otherwise I'm scared I'm going to miss out on a large dump of December dates, due out soon... |
Yep me three, just had it happen now |
Yes I can confirm this as well :S |
The process is bombing out consistently now after 600 refreshes. Terminal output is below: Welcome to the MIQ Booking Assistance! TimeoutError: waiting for selector |
Also having the same issue. Wonder if there would be a way that the program could reset it's self after 590 refreshes or something and just start form 0? |
I was just watching this happen on the 600th refresh. As far as I can tell it is actually the MIQ website that is ending the session here not this booking tool. |
The only workaround I can see at the moment as mentioned above is to increase the timeout value from
1500 just ran for around 4-5 hours with 1527 refreshes. |
Hi everyone, having this same issue. What effect does increasing the timeout value have? Does it increase the refresh rate set in the main part of the tool? |
Hi there, first time poster on github/ only just registered with sole purpose to download this script and run it, to try and get a spot in NZ MIQ. What a ball-ache. Thank you to everyone who have been helpful in comments and above to the authors of the script. I just downloaded and was getting booted after 600 refreshes. I changed the: <<await page.waitForTimeout(secondsTillRefresh * 1000);>> to 1500 as suggested by @mquinn023 to try and avoid any issues. So far so good. In the miq-assistance.js file, on line 16, it says: "But if you like you can prefill credentials instead. To do this you have to change the option to "login", run the script and login. Afterwards you need to switch back to "login-done" and restart the script" I followed these instructions, but after logging out and logging back in, I still had to enter in my login credentials. I am assuming this part does not work/ apply anymore as on the login screen on the MIQ page you have to the recaptcha and select the box that "you are not a robot". Any advice is greatly appreciated. Thank you. Update - I got to 424 refreshes and then I was logged out. I am not sure if this was because I was temporarily blocked from too many refreshes (I did not get a warning message etc stating that), OR was it due to inactivity. If it was due to inactivity, is there way to edit the code such that this is avoided? |
The login feature automates the population of the login fields just fine. Just add your email and password, set it to login (rather than login-done) and leave it like that. |
Thanks @GaryBartlett, appreciate it! |
You don't need to change the code for that. Just change page refresh time in the user interface to
Yes, it's the same. |
Hello
I get logged out after 600 refresh, I have read other posts but mine seems to happen on the number every time.
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: