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

recipients are unknown #146

Closed
afle opened this issue Apr 6, 2020 · 3 comments
Closed

recipients are unknown #146

afle opened this issue Apr 6, 2020 · 3 comments

Comments

@afle
Copy link

afle commented Apr 6, 2020

Hi,

since update to version 1.5.5 messages are not send, when using username.
A simple example like this:

sendTo('telegram.0', {
    user: 'username',
    text: 'test message'    
});

produces an error message in logfile:
"1 of 1 recipients are unknown!"

Following examples are working:

sendTo('telegram.0', {
    chatId: '12345678',
    text: 'test message'    
});
sendTo('telegram.0', {
    text: 'test message'    
});
@GermanBluefox
Copy link
Member

please activate the "Store username instead of firstname of remembered users" option in instance configuration dialog

@stale
Copy link

stale bot commented Nov 10, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

@stale stale bot added the wontfix label Nov 10, 2020
@stale
Copy link

stale bot commented Nov 17, 2020

This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions.
Dieses Problem wurde aufgrund von Inaktivität automatisch geschlossen. Bitte öffnet ein neues Issue, falls dies noch relevant ist und stellt sicher das alle relevanten Details, Logs und Reproduktionsschritte enthalten sind. Vielen Dank für Eure Unterstützung.

@stale stale bot closed this as completed Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants