This repository was archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Miscord no longer send/receive from/to messenger #482
Copy link
Copy link
Open
Labels
API issuecurrently impossible, because API (or module) doesn't allow to do itcurrently impossible, because API (or module) doesn't allow to do itbughelp wanted
Description
Describe the bug
Miscord is no longer sending message to facebook
To Reproduce
Steps to reproduce the behavior:
using this docker-compose.yml:
version: '3'
services:
miscord:
image: miscord/miscord:latest
restart: unless-stopped
volumes:
- $PWD/config:/config
ports:
- 9448:9448
Expected behavior
Message received on discord are sent to messenger
Screenshots
miscord_1 | DEBUG 11:13:42 createMessage › fromDiscord › messenger › clean content 'test'
miscord_1 | DEBUG 11:13:42 messenger › getThread › Messenger thread cached
miscord_1 | TRACE 11:13:42 messenger › handleMentions › mentions []
miscord_1 | DEBUG 11:13:42 messenger › sendMessage › Sending Messenger message
miscord_1 | TRACE 11:13:42 messenger › sendMessage › sent message info {
miscord_1 | TRACE 11:13:42 messenger › sendMessage › sent message info msgid: 1717727129,
miscord_1 | TRACE 11:13:42 messenger › sendMessage › sent message info succeeded: false,
miscord_1 | TRACE 11:13:42 messenger › sendMessage › sent message info errno: 1545075,
miscord_1 | TRACE 11:13:42 messenger › sendMessage › sent message info errStr: 'This app version no longer supports messaging. To continue to send and receive messages, please update your app to a newer version or use the mobile web version of Facebook.',
miscord_1 | TRACE 11:13:42 messenger › sendMessage › sent message info isRetryable: false
miscord_1 | TRACE 11:13:42 messenger › sendMessage › sent message info }
miscord_1 | DEBUG 11:13:42 messenger › sendMessage › Sent message on Messenger
Specifications:
-
OS:
Ubuntu 20.04 - Docker image from docker hub -
Version:
5.04 -
Node.js version:
Additional context
Add any other context about the problem here.
HansJK, justandras and RiwanBodereauHansJK and justandras
Metadata
Metadata
Assignees
Labels
API issuecurrently impossible, because API (or module) doesn't allow to do itcurrently impossible, because API (or module) doesn't allow to do itbughelp wanted