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
We receive the following message which doesn't explain 401:
During the algorithm initialization, the following exception has occurred: Error getting cash balance from brokerage: CoinbaseApiClient.ExecuteRequest failed: [401] Unauthorized, Content: Unauthorized
Potential Solution
If the error code is 401. Ask user to verify credentials.
API Private Key is tricky since members need to remove \n which might lead to human error.
Reproducing the Problem
Deploy with old/invalid credentials.
Checklist
I have completely filled out this template
I have confirmed that this issue exists on the current master branch
I have confirmed that this is not a duplicate issue by searching issues
I have provided detailed steps to reproduce the issue
The text was updated successfully, but these errors were encountered:
Similar to #16
Expected Behavior
401 Unauthorized explain that credentials are invalid.
Actual Behavior
We receive the following message which doesn't explain 401:
Potential Solution
If the error code is 401. Ask user to verify credentials.
API Private Key is tricky since members need to remove
\n
which might lead to human error.Reproducing the Problem
Deploy with old/invalid credentials.
Checklist
master
branchThe text was updated successfully, but these errors were encountered: