I will UP this question :)

Amazon AWS. EC2 T2.micro Ubuntu

$ /usr/bin/python3

>>> import telebot
>>> token = "567891234:AAFcanBedGboDfLgVCak-Bqqc3i2NZfiGlg" (not actualy my 
token)
>>> bot = telebot.TeleBot(token)
>>> bot_id = bot.get_me()
>>> print(bot_id)
{'ok': False, 'error': 'Got unexpected response. (404) - 
{"ok":false,"error_code":404,"description":"Not Found"}'}

What can I do? :)
Thnx!

суббота, 21 января 2017 г., 0:15:04 UTC+3 пользователь ludovic coues 
написал:
>
> Please, can you send some of your code ? 
>
> 2017-01-20 18:58 GMT+01:00  <arma...@gmail.com <javascript:>>: 
> > Hi ... 
> > I have a website that powerd by django . 
> > I can send message to my telegram channel with python client ( import 
> > telebot ) . 
> > But on website(django base) can't send message to channel and recive 
> blow 
> > error : 
> > 
> > {'error': 'Got unexpected response. (404) - 
> > {"ok":false,"error_code":404,"description":"Not Found"}', 'ok': False} 
> > 
> > why ? 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Django users" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to django-users...@googlegroups.com <javascript:>. 
> > To post to this group, send email to django...@googlegroups.com 
> <javascript:>. 
> > Visit this group at https://groups.google.com/group/django-users. 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/django-users/dfa13bbb-391c-4a95-9a36-3836de62b456%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
>
>
>
> -- 
>
> Cordialement, Coues Ludovic 
> +336 148 743 42 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/798db85a-3bc3-44a4-88e8-db05b992564b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to