We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
INFO:login - Login start... INFO:login - click bounce INFO:do_login_action - input email INFO:do_login_action - input pwd INFO:do_login_action - click privacy INFO:do_login_action - commit INFO:do_login_action - login successful! INFO:print_dates - Available dates: INFO:print_dates - 2023-12-05 business_day: True INFO:get_available_date - Checking for an earlier date: INFO:is_earlier - Is 2024-08-07 00:00:00 > 2023-12-05 00:00:00: True INFO:get_time - Got time successfully! 2023-12-05 10:30 INFO:main - New date: 2023-12-05 10:30 INFO:asc_availability - ASC Availability INFO:send_notification - Sending notification: HELP! Crashed. ERROR:main - unhashable type: 'slice'
Seems like script is not working while rescheduling. How can we fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
INFO:login - Login start...
INFO:login - click bounce
INFO:do_login_action - input email
INFO:do_login_action - input pwd
INFO:do_login_action - click privacy
INFO:do_login_action - commit
INFO:do_login_action - login successful!
INFO:print_dates - Available dates:
INFO:print_dates - 2023-12-05 business_day: True
INFO:get_available_date - Checking for an earlier date:
INFO:is_earlier - Is 2024-08-07 00:00:00 > 2023-12-05 00:00:00: True
INFO:get_time - Got time successfully! 2023-12-05 10:30
INFO:main - New date: 2023-12-05 10:30
INFO:asc_availability - ASC Availability
INFO:send_notification - Sending notification: HELP! Crashed.
ERROR:main - unhashable type: 'slice'
Seems like script is not working while rescheduling. How can we fix it?
The text was updated successfully, but these errors were encountered: