-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Headers not present on some requests #248
Comments
I'll try and see if it happens again. It's intermittent so hard to tell sometimes. Right now it's hard to test because I get a lot of |
See #277. The develop image should significantly help evading the Too Many Requests error. |
It's not looking any better for me, on the current develop branch. Logs2024-07-03 13:53:44 DEBUG MainProcess[log:24]: Initialized the application 2024-07-03 13:53:44 DEBUG MainProcess[main:113]: Auto-Southwest Check-In v7.5 2024-07-03 13:53:44 DEBUG MainProcess[main:71]: Called with 0 arguments 2024-07-03 13:53:44 DEBUG MainProcess[config:132]: Initializing configuration file 2024-07-03 13:53:44 DEBUG MainProcess[config:161]: Reading the configuration file 2024-07-03 13:53:44 DEBUG MainProcess[config:174]: Reading configuration from environment variables 2024-07-03 13:53:44 DEBUG MainProcess[config:144]: Creating configurations for 1 accounts 2024-07-03 13:53:44 DEBUG MainProcess[config:151]: Creating configurations for 0 reservations 2024-07-03 13:53:44 INFO MainProcess[main:97]: Monitoring 1 account and 0 reservations2024-07-03 13:53:44 DEBUG Process-1[reservation_monitor:168]: Acquiring lock... |
I have also run into this issue. If you start and stop the Docker container a couple of times, the request will exceed the allowed limits. It seems that SW is rate-limiting requests. @jdholtz I reverted back to js_click because after changing to click, this error seemed to happen more often. |
It's been a long time since posting, but I thought I'd add something: Although it doesn't affect anything, but seems to be happening is the following error: What I've noticed, although I haven't been able to confirm without editing the code is that for the lines that I indicated check_fares false it would happen on the subsequent check? The initial run was good. |
Try this (this should resolve your issue, have been running this for two days with 4hrs interval, no errors) Docker: docker pull dmytrokoren/auto-southwest-check-in:alpha-window-server |
I'll give it a try. I'm running the alpha-proxy while on unraid. Still got it once upon initial start-up with [alpha-window-server] |
alpha-proxy is outdated. alpha-window-server you will get either once on initial or second refresh... after that I did not get any errors. |
Version
Auto-Southwest Check-In v7.3 (develop branch)
Browser Version
Version 122.0.6261.129 (Official Build) (arm64)
Description
Continuing thread from #237
Sometimes the URL to set headers is not called, and it gets stuck on
Waiting for headers_set to be set
This commit was added to help, but I still had a flight fail to check-in because it was stuck waiting for headers_set to be set.
If I can get it to happen again, I'll add logs again of what URLs are getting called.
To Reproduce
Not sure, it's intermittent. I have a user and password in my config file. It usually works fine, but sometimes will get stuck. It got stuck on an actual flight check-in the last time I tried.
Expected Behavior
It works normally.
Relevant logs and program output
The text was updated successfully, but these errors were encountered: