You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read properties of undefined (reading 'entries')
at Proxy.initVariables (state.ts:49:48)
at iframe_api.ts:38:18
I am running a fairly old Workadventure, ~Nov 2021
I debugged in a bit. It seems, that the WA.onInit()call returns undefined instead of a valid Promise.
This causes the catch block around it to directly fire and hinders the preparation of the Keypad.
The Keypad shows up, but no key-sounds are played nor the door opens like it did before (worked on 5th of Jan still, can confirm)
I tried forcing the version of scripting-api-extra to 1.1.1 which was available at 5th of Jan when it still worked, but it still gave the same error on my instance.
The text was updated successfully, but these errors were encountered:
Here is the error:
I am running a fairly old Workadventure, ~Nov 2021
I debugged in a bit. It seems, that the
WA.onInit()
call returnsundefined
instead of a valid Promise.This causes the catch block around it to directly fire and hinders the preparation of the Keypad.
The Keypad shows up, but no key-sounds are played nor the door opens like it did before (worked on 5th of Jan still, can confirm)
I tried forcing the version of scripting-api-extra to 1.1.1 which was available at 5th of Jan when it still worked, but it still gave the same error on my instance.
The text was updated successfully, but these errors were encountered: