joshfraser / robinhood-to-csv

Python script to export Robinhood trades to a CSV file
MIT License
258 stars 109 forks source link

Getting this error when I try to run either csv-export.py or csv-options-export.py #54

Closed j10c3y25 closed 4 years ago

j10c3y25 commented 4 years ago

Robinhood username: Traceback (most recent call last): File "csv-export.py", line 41, in logged_in = collect_login_data(robinhood_obj=robinhood, username=username, password=password, device_token=device_token, mfa_code=mfa_code) File "C:\Users\Josh\Desktop\robinhood-to-csv-master\login_data.py", line 20, in collect_login_data username = input() UnboundLocalError: local variable 'input' referenced before assignment

efaillac commented 4 years ago

Me as well. Any solution?