Skip to content

[BUG] messages not read / messages.upsert not working after panel auto restart #2271

Description

@aldiidev

Describe the bug
Sometimes when the panel auto restarts, the bot cannot read incoming messages, and must delete the session and reconnect.

Environment (please complete the following information):

  • Is this on a server? yes
  • Do you have multiple clients on the same IP? yes
  • Are you using a proxy? no

Additional context
client = makeWASocket({
version,
auth: state,
logger: pino({ level: 'silent' }),
browser: Browsers.windows('Chrome'),

        syncFullHistory: false,
        shouldSyncHistoryMessage: () => false,
        markOnlineOnConnect: false,

        shouldIgnoreJid: (jid) => jid.includes('broadcast') || jid.endsWith('@status'),
    });

im using V7 RC-8
any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions