-
i attached a code:
tnx, nate :) |
Beta Was this translation helpful? Give feedback.
Answered by
jshcodes
Aug 23, 2022
Replies: 1 comment
-
A 401 is typically an authentication error. Confirm your keys are valid. It also appears as if the Side note: You are importing the Uber class multiple times inside of a function. You should move this import to the top of this file and outside of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jshcodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A 401 is typically an authentication error. Confirm your keys are valid.
It also appears as if the
rule
variable that you are passing for theassignment_rule
attribute is not defined.Side note: You are importing the Uber class multiple times inside of a function. You should move this import to the top of this file and outside of the
push_g
method.