ahmetoner / whisper-asr-webservice

OpenAI Whisper ASR Webservice API
https://ahmetoner.github.io/whisper-asr-webservice
MIT License
1.86k stars 332 forks source link

argument --allow_origins: invalid List value: 'https://example.com' #168

Closed kylrth closed 7 months ago

kylrth commented 7 months ago

When upgrading from a recent version to the current post2 release, my previously functioning setup with --allow_origins is now broken. Previously, I had --allow_origins https://example.com in the arguments. When I do this now, I get the following:

InvokeAI: error: argument --allow_origins: invalid List value: 'https://example.com'

I can't figure out how to specify a list value so that Pydantic is happy.

kylrth commented 7 months ago

So sorry, wrong repo :eyes: