anilshanbhag / RobinhoodShell

A command line shell for trading stocks using Robinhood
MIT License
411 stars 94 forks source link

Unable to login using Windows7 64bit #29

Closed Jstlrng closed 4 years ago

Jstlrng commented 5 years ago

Any ideas what this means? I receive the sms code on my device, I then type it in the command prompt, but I then I get a login error after pressing enter. I am a Windows expert, but unfortunately not in Python. Whatever help you can provide would be greatly appreciated.

RobinhoodLoginError

TheCrockett commented 5 years ago

Off the bat, it looks like you're somehow ending up with double slashes in the URL.

Probably a windows/linux thing

Sent from my Verizon, Samsung Galaxy smartphone

-------- Original message -------- From: Jstlrng notifications@github.com Date: 9/22/19 9:45 PM (GMT-05:00) To: anilshanbhag/RobinhoodShell RobinhoodShell@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [anilshanbhag/RobinhoodShell] Unable to login using Windows7 64bit (#29)

Any ideas what this means? I receive the sms code on my device, I then type it in the command prompt, but I then I get a login error after pressing enter. I am a Windows expert, but unfortunately not in Python. Whatever help you can provide would be greatly appreciated.

[RobinhoodLoginError]https://user-images.githubusercontent.com/55675206/65397983-3f5c2080-dd82-11e9-9a71-51582a939e79.jpg

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/anilshanbhag/RobinhoodShell/issues/29?email_source=notifications&email_token=ABIFMUI7VEULGAX4VMGRIJ3QLANVFA5CNFSM4IZFRI22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HM5QXTA, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABIFMUIK6PC5BCSHAUO6HJ3QLANVFANCNFSM4IZFRI2Q.

anilshanbhag commented 5 years ago

Hmm, not sure what the issue is. On line 200, you should be getting a challenge id. That is not coming through from Robinhood, i am unable to replicate the issue.

Jstlrng commented 5 years ago

I modified the Robinhood.py line 200 by removing a slash as shown in the below figure, and now I am getting a different error message.

image

image

TheCrockett commented 5 years ago

I'm not at home, but that seems like an odd spot for the var to be.

If its right (might be).... them maybe challenge_id isnt defined (since its substituting nothing)

Sent from my Verizon, Samsung Galaxy smartphone

-------- Original message -------- From: Jstlrng notifications@github.com Date: 9/24/19 12:54 AM (GMT-05:00) To: anilshanbhag/RobinhoodShell RobinhoodShell@noreply.github.com Cc: Brian Crockett bcrockett@richmondsystemengineering.com, Comment comment@noreply.github.com Subject: Re: [anilshanbhag/RobinhoodShell] Unable to login using Windows7 64bit (#29)

I modified the Robinhood.py line 200 by removing a slash as shown in the below figure, and now I am getting a different error message.

[image]https://user-images.githubusercontent.com/55675206/65482066-d1892500-de65-11e9-8b83-82a8bda9c80d.png

[image]https://user-images.githubusercontent.com/55675206/65482060-cafaad80-de65-11e9-9a2a-da126c5c59fd.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/anilshanbhag/RobinhoodShell/issues/29?email_source=notifications&email_token=ABIFMUPOCTD4VFDVNJLE77TQLGMQPA5CNFSM4IZFRI22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7NB3JQ#issuecomment-534388134, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABIFMUOAC52E4QB2N6YWMNTQLGMQPANCNFSM4IZFRI2Q.

Jstlrng commented 5 years ago

hi guys, any new thoughts about this? Thanks