TypeError: Cannot read property 'supportsSession' of null
See original GitHub issuewith latest aframe master i get
TypeError: Cannot read property ‘supportsSession’ of null
at /main.3ff4ebd95ae43cb0dd12.bundle.js:2:152597
at processTicksAndRejections (internal/process/next_tick.js:81:5)
core:schema:warn Unknown property enabled
for component/system isvr-scene
.
Bugsnag: Encountered an uncaught error, terminating…
TypeError: Cannot read property ‘supportsSession’ of null
at /main.3ff4ebd95ae43cb0dd12.bundle.js:2:152597
at processTicksAndRejections (internal/process/next_tick.js:81:5)
exokit 0.0.512
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Uncaught TypeError: Cannot read property 'value' of null at ...
First Time I am Working with APIs and this error came this is index.html enter image description here. and this is script.js
Read more >device:error WebXR session support error: sceneEl is null
Description: Everything here needs DOMContentLoaded before right? aframe/src/utils/device.js Line 28 in b9b6813 if (isWebXRAvailable) ...
Read more >How to fix "TypeError: Cannot read properties of ... - YouTube
JS Casts 12 - How to fix " TypeError : Cannot read properties of null (reading addEventListener)" in JavaScript.
Read more >typeerror can not read property x of null - YouTube
Join this channel to get access to perks:https://www.youtube.com/channel/UCoSpmr2KNOxjwE_B9ynUmig/joinMy GearCamera ...
Read more >Cannot read property 'medium' of null" Cant figure it out! - Reddit
I keep getting a "TypeError: Cannot read property 'medium' of null" particular in my second component that contains an img key from an...
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 Free
Top 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
@arpu without a device or steamVR you could try with the flag
-x none
i.e.
node . -x none https://example.com
Edit: Possibly related #747
If it was expected to throw and continue running, we might still have unintended behavior though…