Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Miscord no longer send/receive from/to messenger #482

Open
e-dupuis opened this issue Feb 1, 2021 · 2 comments
Open

Miscord no longer send/receive from/to messenger #482

e-dupuis opened this issue Feb 1, 2021 · 2 comments
Labels
API issue currently impossible, because API (or module) doesn't allow to do it bug help wanted

Comments

@e-dupuis
Copy link

e-dupuis commented Feb 1, 2021

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.

@ptrcnull ptrcnull added API issue currently impossible, because API (or module) doesn't allow to do it bug help wanted labels Feb 21, 2021
@ghost
Copy link

ghost commented Apr 8, 2021

Any updates?

@r1bnc
Copy link

r1bnc commented May 30, 2021

It appears to work for me. But sometimes it crashes with 'Missing Permissions', error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API issue currently impossible, because API (or module) doesn't allow to do it bug help wanted
Projects
None yet
Development

No branches or pull requests

3 participants