This repository was archived by the owner on Aug 10, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 111
This repository was archived by the owner on Aug 10, 2023. It is now read-only.
go-neb RSS integration broken #408
Copy link
Copy link
Open
Description
To Reproduce
Step by step instructions to reproduce the behavior:
- Install dimension
- Install go-neb with RSS support
- Point dimension at go-neb
- Register dimension appservice for go-neb
- Click 'test' and receive successful message
- Activate RSS bot
- Open Integrations manager
- Observe RSS Bot says it is "offline or unavailable"
Expected behavior
I expect the RSS Bot to work
Describe the bug
The RSS Bot does not work
Details
Deployed via matrix-docker-ansible-deploy to Ubuntu 20.04
Logs
Apr 01 21:19:08 matrix matrix-dimension[231286]: Apr-1-2021 21:19:08.628 +00:00 verbose [DimensionStore [SQL]] Executing (default): SELECT "id", "accessToken", "avatarUrl", "displayName", "appserviceId" FROM "dimension_appservice_users" AS "AppServiceUser" WHERE "AppServiceUser"."appserviceId" = 'dimension-ITJnsk6bCBmZN3XMwExI2GugN' AND "AppServiceUser"."id" = '@_botler_rss_notifications_=40beeman=3afoglet.io:foglet.io';
Apr 01 21:19:08 matrix matrix-dimension[231286]: Apr-1-2021 21:19:08.634 +00:00 verbose [DimensionStore [SQL]] Executing (default): SELECT "id", "hsToken", "asToken", "userPrefix" FROM "dimension_appservice" AS "AppService" WHERE "AppService"."id" = 'dimension-ITJnsk6bCBmZN3XMwExI2GugN';
Apr 01 21:19:08 matrix matrix-dimension[231286]: Apr-1-2021 21:19:08.637 +00:00 info [AppserviceStore] Registering to own @_botler_rss_notifications_=40beeman=3afoglet.io:foglet.io in appservice dimension-ITJnsk6bCBmZN3XMwExI2GugN
Apr 01 21:19:08 matrix matrix-dimension[231286]: Apr-1-2021 21:19:08.638 +00:00 info [matrix] Doing client API call: http://matrix-nginx-proxy:12080/_matrix/client/r0/register
Apr 01 21:19:08 matrix matrix-dimension[231286]: Apr-1-2021 21:19:08.661 +00:00 error [matrix] Got status code 400 while calling client endpoint /_matrix/client/r0/register
Apr 01 21:19:08 matrix matrix-dimension[231286]: Apr-1-2021 21:19:08.662 +00:00 error [matrix] {"errcode":"M_USER_IN_USE","error":"User ID already taken."}
Apr 01 21:19:08 matrix matrix-dimension[231286]: Apr-1-2021 21:19:08.664 +00:00 error [NebStore] Error in request: invalid status code
Apr 01 21:19:08 matrix matrix-dimension[231286]: Error: Error in request: invalid status code
Apr 01 21:19:08 matrix matrix-dimension[231286]: at Request._callback (/home/node/matrix-dimension/build/app/matrix/helpers.js:212:28)
Apr 01 21:19:08 matrix matrix-dimension[231286]: at Request.self.callback (/home/node/matrix-dimension/node_modules/request/request.js:185:22)
Apr 01 21:19:08 matrix matrix-dimension[231286]: at Request.emit (events.js:311:20)
Apr 01 21:19:08 matrix matrix-dimension[231286]: at Request.<anonymous> (/home/node/matrix-dimension/node_modules/request/request.js:1161:10)
Apr 01 21:19:08 matrix matrix-dimension[231286]: at Request.emit (events.js:311:20)
Apr 01 21:19:08 matrix matrix-dimension[231286]: at IncomingMessage.<anonymous> (/home/node/matrix-dimension/node_modules/request/request.js:1083:12)
Apr 01 21:19:08 matrix matrix-dimension[231286]: at Object.onceWrapper (events.js:417:28)
Apr 01 21:19:08 matrix matrix-dimension[231286]: at IncomingMessage.emit (events.js:323:22)
Apr 01 21:19:08 matrix matrix-dimension[231286]: at endReadableNT (_stream_readable.js:1204:12)
Apr 01 21:19:08 matrix matrix-dimension[231286]: at processTicksAndRejections (internal/process/task_queues.js:84:21)
Metadata
Metadata
Assignees
Labels
No labels