Nick Lee

Results 63 comments of Nick Lee

Just a guess, probably related to #239 and #242. Can't provide much assistance there though, sorry.

Maybe you can try installing telepot *after* entering the cv environment? Inside your cv environment, try this: ``` pip3 install telepot ```

OK. Maybe you should try to follow some of the [examples](https://github.com/nickoala/telepot/tree/master/examples) first. Those files ending with `*a.py` are async version. Start from the simple ones. Try to get the hang...

Oops. Will fix it in next release.

Just realized, `aiohttp.ClientSession.close()` has only become a coroutine a few months ago. I will also need to fix the aiohttp dependency.

I don't quite understand what you mean. Can you elaborate?

Um ... I think this is an issue with Telegram, how the app presents the URL. It doesn't have anything to do with telepot, which simply passes the URL to...

I just tested `flask_counter.py` on my web host, and it works fine! Without seeing your actual situations, I can only suggest one thing: 1. Run `python3.5 flask_counter.py https:///webhook`, filling in...

Could it be the issue with #198? Are you using PythonAnywhere?

> ... the seeder function of the second delegation pattern returns None. I don't understand what this means. Nothing in delegation pattern returns None, as far as I can see....