-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error while starting app #8
Comments
Nest.JS version: 6.8.3 |
Hello, thanks for reporting! I will start investigating after my vacation and will try fix it quickly. |
Deal with the problem. We have not identified any TelegramActionHandler. The application was launched, but the bot does not respond to / start.
It is possible that you need to specify a proxy for the bot. How to do it? We have a SocksAgent, but we cannot specify when importing a TelegramModule. |
Hello! Sorry for very long delay. Actually, I just forgot about this repo. But, now, I am here. I release 0.6.2, with human-readable error for this issue — application must have exactly one By the way, we can discuss this behavior, may be I made the wrong decision. About your second question. I have never thought about it. May be, we can extend TelegramOptions and add proxy config? Actually, I don't mark this feature as musthave and maybe implement it later (before 1.0.0, of course). You can research it and make a PR, if you need this feature right now. I will be grateful. 😇 |
Hi. When i try use your module i get error while app starting.
My module:
telegram.ts:
The text was updated successfully, but these errors were encountered: