-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG | protocol String.Chars not implemented for %{email: "em@mail.com", email_verified: true, family_name: "OKAY", given_name: "OKAY", locale: "en-GB", name: "OK OK"} of type Map #28
Comments
It is weird because when I pass the token directly in console |
@jasmo2 that is wired ... 🤔 |
@jasmo2 what version of Elixir/Erlang/OTP are you running? |
|
@jasmo2 Thanks for confirming Elixir version. 👍 |
@jasmo2 OK, cool. It's good to have a known (working) state as a starting point. ✅ |
@jasmo2 any progress? 😊 |
@jasmo2 were you able to get it working? 💭 |
Closing as no follow up feedback from OP and we cannot replicate the issue. |
It still have the error even with the atoms
The way are been call is like this:
ElixirAuthGoogle.get_user_profile(token)
protocol String.Chars not implemented for %{email: "em@mail.com", email_verified: true, family_name: "OKAY", given_name: "OKAY", locale: "en-GB", name: "OK OK"} of type Map
The text was updated successfully, but these errors were encountered: