Skip to content
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

AbsynthError internal error #316

Open
loksangho opened this issue Sep 8, 2024 · 2 comments
Open

AbsynthError internal error #316

loksangho opened this issue Sep 8, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@loksangho
Copy link

Describe the bug
{"type":"AbsynthError","status":500,"message":"Something went wrong! We ran into an internal error. Please try using a different file."}
POST https://api.readyplayer.me/v2/avatars

To Reproduce
Steps to reproduce the behavior:

  1. Open Avatar Creator Wizard Selfie mode (iOS)
  2. Take a picture
  3. See error in Xcode

Additional context
This works for unity editor, but not when running in iOS.

@loksangho loksangho added the bug Something isn't working label Sep 8, 2024
@loksangho loksangho reopened this Sep 8, 2024
@HarrisonHough
Copy link
Collaborator

Does this occur with every photo or just some image?

One thing to take into consideration is that the Image capture functionality that comes by default in our SDK uses Unity API's designed for desktop, so they might not work as expected on mobile. There are however a number of various Unity plugins that provide mobile (iOS and android) native camera support which could also help with the issue you are having.

There are a few things that can cause this to fail:

  • File size (if it's too large it can cause the request to fail)
  • Invalid data in the request
  • No recognizable face in the image. This can occur if the image is too low quality, poor lighting or if the face itself doesn't take up enough of the image to be detected.
  • image rotation (if the image is rotate such that the face is sideways for example this will also cause it to fail)

For more reliable support I would recommend contacting our support team directly or posting on our forums

[email protected].
https://forum.readyplayer.me/

@loksangho
Copy link
Author

Using a native camera app for iOS and android seemed to have fixed the issue, I think it has to do with the rotations.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants