8000 Work around for authentication issue · Issue #56 · soraxas/echo360 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Work around for authentication issue #56
Open
@erietz

Description

@erietz

This is a fantastic piece of software! I had quite a difficult time getting logged into echo360 through the selenium browser and thought I would share my solution.

After entering my username into echo360, I was being redirected to the universities SSO and the redirection was causing problems. In fact, I was not able to navigate to any webpage besides google in the chrome instance due to the ssl error below :

This site can’t provide a secure connection googleweblight.com sent an invalid response. ERR_SSL_PROTOCOL_ERROR

I tried adding various options and capabilities to the webdriver Options

from selenium.webdriver.chrome.options import Options

but nothing worked.

What solved the issue was to change change the value of self._useragent in the EchoDownloader class in the file echo360/downloader.py to my user agent which I obtained from the site https://www.whatsmyua.info/

Hopefully this is helpful to someone.

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

      0