AIWintermuteAI / WhisperLive

A nearly-live implementation of OpenAI's Whisper.
MIT License
18 stars 8 forks source link

TypeError: TranscriptionClient.__init__() got an unexpected keyword argument 'callback' #5

Open ChristianFariolen opened 9 hours ago

ChristianFariolen commented 9 hours ago

I ran into an issue when executing the example_client.py, it would throw this error:

` $ python examples/example_client.py

Traceback (most recent call last): File "/home/rpi/WhisperLive/examples/example_client.py", line 26, in client = TranscriptionClient( ^^^^^^^^^^^^^^^^^^^^ TypeError: TranscriptionClient.init() got an unexpected keyword argument 'callback' ` Using the following versions:

garfunnck commented 3 hours ago

@AIWintermuteAI I ran into a similar problem how do i solve this? I appreciate the help