RaphielGang / Telegram-Paperplane

The Paperplane userbot project - a Telegram userbot helping to improve your Telegram experience. https://t.me/tgpaperplane
Other
289 stars 1.06k forks source link

I am havent any error but Database not working. #167

Closed yusufusta closed 5 years ago

yusufusta commented 5 years ago

Describe the bug Mongo db working but not working on userbot. I havent any error because does not error. My url: MONGO_DB_URI="mongodb://yusuf:yusuf@127.0.0.1:27017/userbot" Its mongodb error or userbot? which one?

Python Version 3.6.8 Additional context I am using ubuntu 16.04 and google cloud.

baalajimaestro commented 5 years ago

Are you able to connect with both redis and mongodb instances manually? The bot avoids db connections and calls it failing if either of the connections fail at the moment.