Skip to content
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

selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: missing 'value' #5

Open
seheon99 opened this issue Dec 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@seheon99
Copy link
Contributor

seheon99 commented Dec 5, 2023

Traceback (most recent call last):
  File "C:\Users\seheon\Documents\GitHub\Network-Leader\auto-e-Class\main.py", line 6, in <module>
    with LoginSession() as login, LectureViewer(login) as viewer:
  File "C:\Users\seheon\Documents\GitHub\Network-Leader\auto-e-Class\lecture_viewer.py", line 29, in __enter__
    self.driver.add_cookie(
  File "C:\Python312\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 636, in add_cookie
    self.execute(Command.ADD_COOKIE, {"cookie": cookie_dict})
  File "C:\Python312\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 347, in execute
    self.error_handler.check_response(response)
  File "C:\Python312\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: missing 'value'
  (Session info: chrome=119.0.6045.200)
Stacktrace:
        GetHandleVerifier [0x004772A3+45731]
        (No symbol) [0x00402D51]
        (No symbol) [0x002F880D]
        (No symbol) [0x00368A6B]
        (No symbol) [0x00347FDC]
        (No symbol) [0x0035B7A2]
        (No symbol) [0x00347DD6]
        (No symbol) [0x003231F6]
        (No symbol) [0x0032439D]
        GetHandleVerifier [0x00780716+3229462]
        GetHandleVerifier [0x007C84C8+3523784]
        GetHandleVerifier [0x007C214C+3498316]
        GetHandleVerifier [0x00501680+611968]
        (No symbol) [0x0040CCCC]
        (No symbol) [0x00408DF8]
        (No symbol) [0x00408F1D]
        (No symbol) [0x003FB2C7]
        BaseThreadInitThunk [0x75FCFCC9+25]
        RtlGetAppContainerNamedObjectPath [0x76F37C6E+286]
        RtlGetAppContainerNamedObjectPath [0x76F37C3E+238]
@seheon99 seheon99 added the bug Something isn't working label Dec 5, 2023
@seheon99 seheon99 self-assigned this Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant