Rodrigo Albuquerque

Results 7 comments of Rodrigo Albuquerque

Are we moving forwarding with this or not? Dial-in has scaling issues. Cisco already implemented some form of dial out with gRPC + JSON/Protobuf support but I'd love to see...

Hi Fabio, quick question. Is this somehow related to the other issue where Block replies ended up outside of a thread?

I'm not sure if I understand your question. You mean trust_env? If so, `aiohttp.helpers` can confirm whether `trust_env` picked up the proxy address or not: ```python >>> import aiohttp >>>...

Oh, I think I've got, like adding a small test to test/ folder, right? That's fine. I'll see what I can do :)

I've sent up a fix for it here: https://github.com/opsdroid/opsdroid/pull/1961

This commit is the culprit: https://github.com/opsdroid/opsdroid/commit/373d2169e444192c802ef8000a7cea439f58f80b When I removed `_get_channels` and all references to it it works fine. I get no error.

```shell DEBUG Sending a request - url: GET https://www.slack.com/api/conversations.list, params: {'cursor': 'dGVhbTpDVEw2MTNQOVI=', 'limit': 100}, files: {}, data: {}, json: {}, proxy: {}, headers: async_internal_utils.py:99 {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': '(redacted)', 'User-Agent': 'Python/3.10.5...