v5.1 sometimes hanging? #162
Replies: 4 comments 31 replies
-
Yes, that was an issue with v5.1. I switched browser frameworks in v6.0, so updating should fix the issue, but you can discuss here if you still run into the issue. I'm releasing v6.1 later to fix logging in when using Docker, but you can also use the |
Beta Was this translation helpful? Give feedback.
-
v6.1 is released, so you can test if this issue still exists for you |
Beta Was this translation helpful? Give feedback.
-
It still seems to sometimes hang on login. I have 6 separate accounts in my config, and it seems to have hung after logging in to the third user. Logs2023-10-03 13:36:39 DEBUG MainProcess[log:23]: Initialized the application 2023-10-03 13:36:47 DEBUG Process-1[webdriver:164]: Waiting for trips_request_id to be set 2023-10-03 13:36:52 DEBUG Process-1:4[checkin_handler:89]: Sleeping until thirty minutes before check-in... 2023-10-03 13:37:01 DEBUG Process-2[webdriver:160]: Upcoming trips response has been received 2023-10-03 13:37:07 DEBUG Process-2[notification_handler:55]: Sending new flights notification |
Beta Was this translation helpful? Give feedback.
-
Thanks for helping with this issue. I merged the fix into the develop branch and I should be making a release in the next couple of days (if not today). |
Beta Was this translation helpful? Give feedback.
-
I didn't want to write a bug as idk if v6.0 might fix this issue? It seems fairly frequent that when logging into an account, it subsequently hangs. I am trying to run the script against several accounts, so it is hanging for me on at least one of the accounts almost every time. The logs below are after I set it to just mine. I have not moved to v6 as #159 is blocking me.
I'm running within docker on windows.
2023-09-28 16:42:09 DEBUG MainProcess[log:23]: Initialized the application
2023-09-28 16:42:09 DEBUG MainProcess[main:112]: Auto-Southwest Check-In v5.1
2023-09-28 16:42:09 DEBUG MainProcess[main:113]: Called with 0 arguments
2023-09-28 16:42:09 DEBUG MainProcess[config:110]: Initializing configuration file
2023-09-28 16:42:09 DEBUG MainProcess[config:138]: Reading the configuration file
2023-09-28 16:42:09 DEBUG MainProcess[config:58]: Setting check fares to False
2023-09-28 16:42:09 DEBUG MainProcess[config:87]: Setting retrieval interval to 6 hours
2023-09-28 16:42:09 DEBUG MainProcess[config:121]: Creating configurations for 1 accounts
2023-09-28 16:42:09 DEBUG MainProcess[main:142]: Monitoring 1 accounts and 0 reservations
2023-09-28 16:42:09 DEBUG Process-1[reservation_monitor:154]: Acquiring lock...
2023-09-28 16:42:09 DEBUG Process-1[reservation_monitor:156]: Lock acquired
2023-09-28 16:42:09 DEBUG Process-1[reservation_monitor:178]: Retrieving reservations for account
2023-09-28 16:42:09 DEBUG Process-1[webdriver:146]: Starting webdriver for current session
2023-09-28 16:42:10 DEBUG Process-1[webdriver:155]: Loading Southwest Check-In page
2023-09-28 16:42:14 DEBUG Process-1[webdriver:96]: Logging into account to get a list of reservations and valid headers
2023-09-28 16:42:16 DEBUG Process-1[webdriver:208]: Setting valid headers from previous request
2023-09-28 16:42:16 DEBUG Process-1[webdriver:128]: First time logging in. Setting account name
Successfully logged in to Bradley Zabinski's account
Beta Was this translation helpful? Give feedback.
All reactions