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
Action:notify_capabilities failed with message: The postMessage was unhandled generic-f65725513b138597c58f.bundle.js:77:8220
value https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:77
value https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:77
value https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:77
(Async: EventListener.handleEvent)
value https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:77
t https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:77
value https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:79
Tr https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
oi https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
unstable_runWithPriority https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:77
Wt https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
ii https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
Wr https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
zr https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
Pi https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
Di https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
Qr https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
Di https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:61
render https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:69
<anonymous> https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:79
t https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:1
<anonymous> https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:1
<anonymous> https://scalar.vector.im/api/widgets/generic-f65725513b138597c58f.bundle.js:1
and
Error: widgetId is not present in URL - cannot load widget
assertParam https://my.homeserver.com/matrix-widget-api/examples/widget/utils.js:24
<anonymous> https://my.homeserver.com/matrix-widget-api/examples/widget/index.html:59
utils.js:29:13
handleError https://my.homeserver.com/matrix-widget-api/examples/widget/utils.js:29
<anonymous> https://my.homeserver.com/matrix-widget-api/examples/widget/index.html:102
Would be great to have a working boilerplate to experiment with.
The text was updated successfully, but these errors were encountered:
widgetId is not present in URL was resolved by adding the widget to the room with : /addwidget https://homeserver.com/#/?widgetId=$matrix_widget_id&userId=$matrix_user_id
The given example given in https://github.com/matrix-org/matrix-widget-api/tree/master/examples/widget, gives 404 for
api.js
.By replacing https://github.com/matrix-org/matrix-widget-api/blob/master/examples/widget/index.html#L50 with
<script src="https://unpkg.com/[email protected]/dist/api.min.js"></script>
, I get the following errors when opening theCustom Widget
:and
Would be great to have a working boilerplate to experiment with.
The text was updated successfully, but these errors were encountered: