Skip to content
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

Adapter crashes after send ask message to multiple users #879

Open
XHunter74 opened this issue Nov 29, 2024 · 1 comment
Open

Adapter crashes after send ask message to multiple users #879

XHunter74 opened this issue Nov 29, 2024 · 1 comment

Comments

@XHunter74
Copy link

XHunter74 commented Nov 29, 2024

Send message:

sendTo('telegram.0', 'ask', {
text: 'Text',
reply_markup: {
inline_keyboard: [
[{ text: 'Button 1', callback_data: 'cmd-1' }],
[{ text: 'Button 2', callback_data: 'cmd-2' }]
]
}
}, msg => {
console.log('user says ' + msg.data);
});

command perfectly works if I set the user but the adapter crashes if I send a broadcast message and somebody presses a button.

Versions:

  • Adapter version: 3.9.0
  • JS-Controller version: 6.0.11
  • Node version: 18.19.0
  • Operating system: Ubuntu 20.04.6 LTS

Log:
telegram.log

@XHunter74 XHunter74 changed the title Adapter crashes after ask message to multiple users Adapter crashes after send ask message to multiple users Nov 29, 2024
@XHunter74
Copy link
Author

XHunter74 commented Nov 29, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant