nimiology / spotify_downloader_telegram__bot

This Python script allows you to download songs from Spotify withTelegram bot
MIT License
144 stars 155 forks source link

bot doesn't start #1

Closed CALO77103 closed 3 years ago

CALO77103 commented 3 years ago

wneh I start main.py in python it say this Traceback (most recent call last): File "main.py", line 13, in bot.sendMessage(nima,"Now I'm alive") File "/home/calo77103/.local/lib/python3.8/site-packages/telepot/init.py", line 513, in sendMessage return self._api_request('sendMessage', _rectify(p)) File "/home/calo77103/.local/lib/python3.8/site-packages/telepot/init.py", line 491, in _api_request return api.request((self._token, method, params, files), **kwargs) File "/home/calo77103/.local/lib/python3.8/site-packages/telepot/api.py", line 155, in request return _parse(r) File "/home/calo77103/.local/lib/python3.8/site-packages/telepot/api.py", line 150, in _parse raise exception.TelegramError(description, error_code, data) telepot.exception.TelegramError: ('Bad Request: chat not found', 400, {'ok': False, 'error_code': 400, 'description': 'Bad Request: chat not found'}) is that a bug or my error?

nimiology commented 3 years ago

sorry it was my fault bug fixed

CALO77103 commented 3 years ago

Ok fixed but there is another problem should I continue here or create another one?

nimiology commented 3 years ago

I think it's better if you create another one.