Stefan Gârlonța

Results 4 comments of Stefan Gârlonța

So first I had this code: ```python try: results = acoustid.match(self.__API_KEY, self.__file) except acoustid.NoBackendError: raise error.ChromaprintNotFoundException( "Chromaprint library/tool not found") except acoustid.FingerprintGenerationError: raise error.FingerprintGenerationError( "Fingerprint could not be calculated") except...

Hello, I have the same problem: ![Error 401:invalid_client](https://user-images.githubusercontent.com/70283087/129354994-30634f2f-a1b5-47d4-8f0f-5304cb934d73.png)

Thanks @adrian-herscu for your helping improve pystreamapi! You are right that generators are not handled as they should be. The problem is very visible in this snippet: ```python def infinite_gen():...

Closing this issue as infinite generators are now handled correctly in sequential streams. In parallel streams, we cannot support (infinite) generators. If you use `Stream.of(...)` and pass a generator, it...