Going back and forth VR mode with laser controls break app on https
See original GitHub issueHello Community !
With lazer controls, on Oculus Quest, Go and Google Daydream, going in VR mode then escaping then going back again crash aframe when app served over https
- A-Frame Version: 1.0.3 (and latest version on master/dist)
- Platform / Device: Oculus Quest, Go (oculus browser) and Google Daydream (chrome)
- Reproducible Code Snippet or URL: https://glitch.com/~lunar-blossom Message in the console with Chrome and Google Daydream and Oculus browser on Quest
tracked-controls-webxr.js:102 Uncaught DOMException: Failed to execute 'getPose' on 'XRFrame': XRSpace and XRFrame sessions do not match.
at i.tick (https://cdn.jsdelivr.net/gh/aframevr/aframe@2c5c131dccaab9d449fcd0383e98d027a5bc07f6/dist/aframe-master.min.js:907:2890)
at HTMLElement.tick (https://cdn.jsdelivr.net/gh/aframevr/aframe@2c5c131dccaab9d449fcd0383e98d027a5bc07f6/dist/aframe-master.min.js:943:11885)
at HTMLElement.render (https://cdn.jsdelivr.net/gh/aframevr/aframe@2c5c131dccaab9d449fcd0383e98d027a5bc07f6/dist/aframe-master.min.js:943:12419)
at https://cdn.jsdelivr.net/gh/aframevr/aframe@2c5c131dccaab9d449fcd0383e98d027a5bc07f6/dist/aframe-master.min.js:1074:132
at u (https://cdn.jsdelivr.net/gh/aframevr/aframe@2c5c131dccaab9d449fcd0383e98d027a5bc07f6/dist/aframe-master.min.js:134:27359)
at XRSession.e (https://cdn.jsdelivr.net/gh/aframevr/aframe@2c5c131dccaab9d449fcd0383e98d027a5bc07f6/dist/aframe-master.min.js:132:12664)```
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Personal space in Meta Horizon Worlds
Create and customize your avatar in Meta Horizon Worlds · Turn over your left wrist and select on the Three Line icon then...
Read more >Basic Controls | Rec Room Wiki - Fandom
Controllers ; Sliding (while sprinting) and Crouching in Seated Mode*, WMR: grip button of non-walking hand; Vive: tap "jump" button while jumping and...
Read more >Lambda1VR - Half-Life in VR - SideQuest
You can also sideload apps from anywhere. Thank you! Description. Half-Life VR on Quest. Return to Black Mesa and experience ...
Read more >Daydream App Quality Requirements - Design | Google VR
When users long-press the Daydream button on the Daydream controller to recenter the app, the system automatically performs a recenter, that is, ...
Read more >VR Mode Controls | Unreal Engine Documentation
Each Controller emits a beam called the "laser pointer" which is used to determine with which Actor you will interact. The color of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s fixed in master. You can use master-builds until 1.0.4 ships.
Cool, thanks!