adrienemery / lnd-grpc-client

A python grpc client/async client for LND ⚡⚡⚡
MIT License
34 stars 20 forks source link

Expected 'collections.AsyncIterable', got 'Coroutine' instead #25

Open citizenanalog opened 3 years ago

citizenanalog commented 3 years ago

image

Just using the Async example from Readme. Python 3.8.1, Windows 10, Polar/testnet lnd node.

TypeError: 'async for' requires an object with __aiter__ method, got coroutine