Forum Discussion
svenneve
3 years agoExplorer
Entitlement check keeps failing with UnityException: Request with no handler. This should never hap
For some reason since updating to integration 43/44/46 I keep getting an error during entitlement checking. Unity 2021.1.21f1 UnityException: Request with no handler. This should never happen. ...
svenneve
3 years agoExplorer
Okay, found the issue, the problem was right there in the error report (even though it's a bit vague)
so
Oculus.Platform.Request request = Oculus.Platform.Core.AsyncInitialize(Oculus.Platform.PlatformSettings.MobileAppID);
should become
Oculus.Platform.Request<Oculus.Platform.Models.PlatformInitialize> request = Oculus.Platform.Core.AsyncInitialize(Oculus.Platform.PlatformSettings.MobileAppID);
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 9 years ago
- 9 years ago