element-hq / element-integration-manager

Element Integration Manager related issues
6 stars 1 forks source link

Scalar: Github-webhook integration failed to register personal bot #4

Closed amalon closed 1 year ago

amalon commented 3 years ago

Description

Attempting to add github notifications to a room, I open integration manager, login to github, tick the repository I want notifications for, but it says "Error: Something went wrong" at the top of the iframe thing. Firebug shows that it got this response from scalar.vector.im/api/integrations/github-webhook/configureService: "Failed to register personal bot: msg=Failed to POST JSON to /_matrix/client/r0/register code=400 wrapped=M_UNKNOWN: An access token should not be provided on requests to /register (except if type is m.login.application_service)"

Reported to Go-NEB room, it appears to be proprietary scalar code that is trying to register the personal bot (and failing due to disabling of deprecated way of calling /register in synapse), there is no mention of "personal bot" in go-neb. It was suggested I report here.

Steps to reproduce