JungDev

Results 13 comments of JungDev

I have same issue, and I think that is caused when router changing channel. The mesh node lost connection and it can't establish again

> Hi! > > No delays, no. Just yesterday I added a "setErrorCallback" to the library, and I just check the error code and ESP.restart() if it's this disconnect reason....

Do you have a valid bot token in your config?

You may just obtain a bot from DjangoTelegramBot.getBot() method. If you have more than one bot in your config, you could select it by token or username with bot_id parameter...

I like this, but it failed with travis-ci's.

Can you try to comment this line https://github.com/JungDev/django-telegrambot/blob/master/django_telegrambot/apps.py#L126 , please?

It's a flag to prevent re-running code which should be executed exactly one time.

This is normal in Django, manage.py reload every installed app included django-telegrambot.

I think can be nice. If you wanna share your solution send a pull request.

I don't call it issue. Why the django's modules reloading is a problem for you?