Skip to content

Errors trying to login (case-sensitive Sign In fails) #137

Description

@a1ch3mist

could not detect version_main.therefore, we are assuming it is chrome 108 or higher
Connect to safeway.com
Decline cookie prompt
Return to safeway.com after declining cookie prompt
Open Sign In sidebar
Traceback (most recent call last):
File "C:\code\safeway-coupons-smkent\safeway-coupons\safeway_coupons\session.py", line 71, in _chrome_driver
yield driver
File "C:\code\safeway-coupons-smkent\safeway-coupons\safeway_coupons\session.py", line 118, in _login
wait.until(
File "C:\code\safeway-coupons-smkent\safeway-coupons.venv\Lib\site-packages\selenium\webdriver\support\wait.py", line 105, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x01035413+60691]
GetHandleVerifier [0x01035454+60756]
(No symbol) [0x00E60693]
(No symbol) [0x00EA8660]
(No symbol) [0x00EA89FB]
(No symbol) [0x00EF0EE2]
(No symbol) [0x00ECD0A4]
(No symbol) [0x00EEE6FB]
(No symbol) [0x00ECCE56]
(No symbol) [0x00E9C5F3]
(No symbol) [0x00E9D444]
GetHandleVerifier [0x0127BBC3+2446531]
GetHandleVerifier [0x01277198+2427544]
GetHandleVerifier [0x01292D5E+2541150]
GetHandleVerifier [0x0104C3C5+154821]
GetHandleVerifier [0x01052BED+181485]
GetHandleVerifier [0x0103CC48+91464]
GetHandleVerifier [0x0103CDF0+91888]
GetHandleVerifier [0x01027980+4736]
BaseThreadInitThunk [0x76175D49+25]
RtlInitializeExceptionChain [0x7773CF0B+107]
RtlGetAppContainerNamedObjectPath [0x7773CE91+561]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\code\safeway-coupons-smkent\safeway-coupons\safeway_coupons\session.py", line 59, in init
self._login(account)
File "C:\code\safeway-coupons-smkent\safeway-coupons\safeway_coupons\session.py", line 96, in _login
with self._chrome_driver() as driver:
File "C:\python3.12\Lib\contextlib.py", line 158, in exit
self.gen.throw(value)
File "C:\code\safeway-coupons-smkent\safeway-coupons\safeway_coupons\session.py", line 79, in _chrome_driver
raise ExceptionWithAttachments(
safeway_coupons.session.ExceptionWithAttachments: [TimeoutException] Message:
Stacktrace:
GetHandleVerifier [0x01035413+60691]
GetHandleVerifier [0x01035454+60756]
(No symbol) [0x00E60693]
(No symbol) [0x00EA8660]
(No symbol) [0x00EA89FB]
(No symbol) [0x00EF0EE2]
(No symbol) [0x00ECD0A4]
(No symbol) [0x00EEE6FB]
(No symbol) [0x00ECCE56]
(No symbol) [0x00E9C5F3]
(No symbol) [0x00E9D444]
GetHandleVerifier [0x0127BBC3+2446531]
GetHandleVerifier [0x01277198+2427544]
GetHandleVerifier [0x01292D5E+2541150]
GetHandleVerifier [0x0104C3C5+154821]
GetHandleVerifier [0x01052BED+181485]
GetHandleVerifier [0x0103CC48+91464]
GetHandleVerifier [0x0103CDF0+91888]
GetHandleVerifier [0x01027980+4736]
BaseThreadInitThunk [0x76175D49+25]
RtlInitializeExceptionChain [0x7773CF0B+107]
RtlGetAppContainerNamedObjectPath [0x7773CE91+561]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\code\safeway-coupons-smkent\safeway-coupons\safeway_coupons\app.py", line 125, in main
sc.clip_for_account(account)
File "C:\code\safeway-coupons-smkent\safeway-coupons\safeway_coupons\safeway.py", line 38, in clip_for_account
swy = SafewayClient(account, self.debug_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\code\safeway-coupons-smkent\safeway-coupons\safeway_coupons\client.py", line 17, in init
self.session = LoginSession(account, debug_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\code\safeway-coupons-smkent\safeway-coupons\safeway_coupons\session.py", line 61, in init
raise AuthenticationFailure(
safeway_coupons.errors.AuthenticationFailure: Authentication Failure ([TimeoutException] Message:
Stacktrace:
GetHandleVerifier [0x01035413+60691]
GetHandleVerifier [0x01035454+60756]
(No symbol) [0x00E60693]
(No symbol) [0x00EA8660]
(No symbol) [0x00EA89FB]
(No symbol) [0x00EF0EE2]
(No symbol) [0x00ECD0A4]
(No symbol) [0x00EEE6FB]
(No symbol) [0x00ECCE56]
(No symbol) [0x00E9C5F3]
(No symbol) [0x00E9D444]
GetHandleVerifier [0x0127BBC3+2446531]
GetHandleVerifier [0x01277198+2427544]
GetHandleVerifier [0x01292D5E+2541150]
GetHandleVerifier [0x0104C3C5+154821]
GetHandleVerifier [0x01052BED+181485]
GetHandleVerifier [0x0103CC48+91464]
GetHandleVerifier [0x0103CDF0+91888]
GetHandleVerifier [0x01027980+4736]
BaseThreadInitThunk [0x76175D49+25]
RtlInitializeExceptionChain [0x7773CF0B+107]
RtlGetAppContainerNamedObjectPath [0x7773CE91+561]
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions