-
Notifications
You must be signed in to change notification settings - Fork 46
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
Error on PushResponse.data.details #13
Open
sebastiansson opened this issue
Jul 20, 2020
· 1 comment
· Fixed by nathancoleman/exponent-server-sdk-golang#1
Open
Error on PushResponse.data.details #13
sebastiansson opened this issue
Jul 20, 2020
· 1 comment
· Fixed by nathancoleman/exponent-server-sdk-golang#1
Comments
Ran into this exact same issue this morning. I'd say given its 2 years later this repo is abandoned |
mgazza
added a commit
to mgazza/exponent-server-sdk-golang
that referenced
this issue
Jun 17, 2022
Fix the issue when publishing notifications to expo the reading of the response fails with `json: cannot unmarshal object into Go struct field PushResponse.data.details of type string.` fixes oliveroneill#13
mgazza
added a commit
to mgazza/exponent-server-sdk-golang
that referenced
this issue
Jun 17, 2022
Fix the issue when publishing notifications to expo the reading of the response fails with `json: cannot unmarshal object into Go struct field PushResponse.data.details of type string.` fixes oliveroneill#13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been using the library without any issues before, but now I'm getting this error sometimes:
json: cannot unmarshal object into Go struct field PushResponse.data.details of type string
.I've tried using an older version but it does not seem to make any difference. Any idea what this could be? Have Expo changed their response or something? Can't seem to find information about this on their documentation.
The text was updated successfully, but these errors were encountered: