강의

멘토링

커뮤니티

Inflearn Community Q&A

pds071181884's profile image
pds071181884

asked

Creating a movie ticket opening notification using Python

Building a Telegram Bot

bot.getUpdates() 실행이 안됩니다..

Written on

·

346

0

그대로 따라서 해봤는데,

for i in bot.getUpdates() :

    print(i)   를 했더니,

 누르면 밑에처럼 에러가 뜨거나 아무것도 print가 안돼요.

raise TimedOut() from error

telegram.error.TimedOut: Timed out

 

토큰도 새로해서 해봤는데 안되네요ㅠㅠ

python

Answer

This question is waiting for answers
Be the first to answer!
pds071181884's profile image
pds071181884

asked

Ask a question