-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bridge.py only works in one direction #19
Comments
I have had this problem before too. For me clearing pycache and then waiting sometimes longer than 10 minutes from restarting the bot fixed it |
Waiting hasnt worked for me.. And to clarify i meant the non-appservice bridge. The appservice one refuses to work for me at all. |
I have the same problem. Did you find the solution? |
Unfortunately not. I just went with this instead: https://github.com/matrix-org/matrix-appservice-discord |
Also having this issue |
Can you share your bridge config? Unfortunately I don't use discord anymore so won't be able to debug the issue, the accounts keep getting disabled with phone verification popup. You could try adding debug prints in the message received callbacks and see. |
Eh, just to confirm, this is a BOT account token, not a USER account token right?
XXX = PLACEHOLDER |
Yeah it's a bot token. I meant that discord disables your account during the sign up process itself before you can get to the developer portal thingy. My current setup has been using the appservice bridge for around a year now and still works fine on a bot token created from an account which got deactivated in this manner (they don't deactivate bots). You could try that one since you have a self hosted server, has much better QOL too with proper dummy users instead of plaintext bridging, and infinitely better code quality I'm looking into this issue, seems like the bot isn't able to get the channels for some reason, perhaps something to do with an intents change |
Now I'm getting an error too on Discord > Matrix
|
The message is failing to send, as I said the non-appservice bridge code is not so good so it doesn't have good error reporting. Is the bot account invited and joined in the matrix room and are you able to send messages through that account via element? |
The messages come from discord to matrix, but not from matrix to discord
Logs
The text was updated successfully, but these errors were encountered: