You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
I am utilizing the JS framework to send a sell request. I initially authenticate with a token, which is tossed in correctly. When I run a request not needing an account, the request is fine and works. If the account is needed it fails as the framework does not fill in an account url for the request.
The authorization token is filled in and used with the authentication.
I have edited the source to manually take in a string and then use that for the account. This sends what would look like a correct request, but now I get the following error
{"account":["Invalid hyperlink - No URL match."]}
I know the account field which I give is correct as it has been copy-pasted from a successful order put through on the Robinhood website.
Could this have something to do with the serialization?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am utilizing the JS framework to send a sell request. I initially authenticate with a token, which is tossed in correctly. When I run a request not needing an account, the request is fine and works. If the account is needed it fails as the framework does not fill in an account url for the request.
The authorization token is filled in and used with the authentication.
Code being executed:
Expected result
A sell request for 1 share of MSFT at $212.02 is executed.
Actual behaviour
The above is a photo of the fields being presented in the POST request. As shown, the account field is missing and is the root cause of the problem.
The text was updated successfully, but these errors were encountered: