-
Notifications
You must be signed in to change notification settings - Fork 44
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
i am getting error while downloading #31
Comments
What's url you are using??
…On Mon, 25 May 2020, 13:35 mahadevambitionb, ***@***.***> wrote:
DevTools listening on ws://
127.0.0.1:55282/devtools/browser/3d8a64bc-8d05-4333-bf08-c016df3f0f54
Sleeping for 15 seconds..
Attempting to login..
[11176:4124:0525/133115.813:ERROR:ssl_client_socket_impl.cc(947)]
handshake failed; returned -1, SSL error code 1, net_error -100
Login successful...
Getting lesson links...
[11176:4124:0525/133125.779:ERROR:ssl_client_socket_impl.cc(947)]
handshake failed; returned -1, SSL error code 1, net_error -100
Traceback (most recent call last):
File "driver.py", line 85, in
title = parsed_html.find('div', attrs={'class',
'course-title'}).find('span').text
AttributeError: 'NoneType' object has no attribute 'text'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#31>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJFOHBVP5UDDY33ZNZULXBTRTIRC5ANCNFSM4NJKADRQ>
.
|
I am using the correct url and download the cookies.txt to the folder. The automated chrome browser works till login after that It throws the error |
The url doesn't seem right
…On Mon, 25 May 2020, 22:42 mahadevambitionb, ***@***.***> wrote:
I am using the correct url and download the cookies.txt to the folder. The
automated chrome browser works till login after that It throws the error
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJFOHBXYYG2ETUM2PDSIMF3RTKRIHANCNFSM4NJKADRQ>
.
|
What's the issue . It was working 2 months back .now it's not working |
@mahadevambitionb - Are you behind a proxy? |
No I am not on proxy
…On Tue, 26 May 2020, 2:47 pm Rahul Shaw, ***@***.***> wrote:
@mahadevambitionb <https://github.com/mahadevambitionb> - Are you behind
a proxy?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMHFTK4NO454DWHAUVFSHG3RTOCI7ANCNFSM4NJKADRQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DevTools listening on ws://127.0.0.1:55282/devtools/browser/3d8a64bc-8d05-4333-bf08-c016df3f0f54
Sleeping for 15 seconds..
Attempting to login..
[11176:4124:0525/133115.813:ERROR:ssl_client_socket_impl.cc(947)] handshake failed; returned -1, SSL error code 1, net_error -100
Login successful...
Getting lesson links...
[11176:4124:0525/133125.779:ERROR:ssl_client_socket_impl.cc(947)] handshake failed; returned -1, SSL error code 1, net_error -100
Traceback (most recent call last):
File "driver.py", line 85, in
title = parsed_html.find('div', attrs={'class', 'course-title'}).find('span').text
AttributeError: 'NoneType' object has no attribute 'text'
The text was updated successfully, but these errors were encountered: