You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating and sharing the program. It's quite helpful.
I have no experience with node.js but I managed to get it up and running with the help of your blog post except for one error that occurs for every post -
(node:22260) UnhandledPromiseRejectionWarning: Error: 400: Bad Request: chat not found
at C:\Users\user\Downloads\JobsFinder-master\JobsFinder-master\node_modules\telegraf\core\network\client.js:263:17
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:22260) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 31)
Any idea what's the cause? Would be grateful for any help. Thanks.
The text was updated successfully, but these errors were encountered:
Hi @maximbilan,
Thanks for creating and sharing the program. It's quite helpful.
I have no experience with node.js but I managed to get it up and running with the help of your blog post except for one error that occurs for every post -
(node:22260) UnhandledPromiseRejectionWarning: Error: 400: Bad Request: chat not found
at C:\Users\user\Downloads\JobsFinder-master\JobsFinder-master\node_modules\telegraf\core\network\client.js:263:17
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:22260) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 31)Any idea what's the cause? Would be grateful for any help. Thanks.
The text was updated successfully, but these errors were encountered: