Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

password prompt is broken in python3 #5

Closed
cipy opened this issue Feb 8, 2018 · 2 comments
Closed

password prompt is broken in python3 #5

cipy opened this issue Feb 8, 2018 · 2 comments

Comments

@cipy
Copy link

cipy commented Feb 8, 2018

[*] : Username : xxx
[*] : Password : Traceback (most recent call last):
  File "lynda-dl.py", line 433, in <module>
    main()
  File "lynda-dl.py", line 267, in main
    passwd  = getpass.getpass(prompt=password)
  File "/Users/xxx/xxx/lynda-dl/lynda/_getpass.py", line 36, in getpass
    password += c.decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
@r0oth3x49
Copy link
Owner

@cipy will fix it ASAP. thanks for the report.

@r0oth3x49
Copy link
Owner

@cipy its fixed now i 'm closing this issue. have a look.
screen shot 2018-02-18 at 10 08 49 pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants