#1113 headers: {'date': 'Tue, 21 Oct 2025 10:09:44 GMT', 'server': 'uvicorn', 'content-length': '144', 'content-type': 'applic

2402:800* Posted at: 1 day ago 👁15

headers: {'date': 'Tue, 21 Oct 2025 10:09:44 GMT', 'server': 'uvicorn', 'content-length': '144', 'content-type': 'application/json', 'access-control-allow-origin': '', 'access-control-allow-headers': '', 'access-control-allow-methods': 'POST, PATCH, OPTIONS, DELETE, GET, PUT', 'access-control-max-age': '600', 'strict-transport-security': 'max-age=31536000; includeSubDomains', 'x-trace-id': '5cd2b34e04f13f3deffcf17afc1fd97f', 'x-region': 'us-central1', 'via': '1.1 google, 1.1 google', 'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}, status_code: 401, body: {'detail': {'status': 'missing_permissions', 'message': 'The API key you used is missing the permission speech_to_text to execute this operation.'}}


=
system:Windows-10-10.0.26200-SP0
version:v3.82
frozen:True
language:en
root_dir:D:/

1 Replies

The error indicates that your API key is missing the required speech_to_text permission. This typically happens when using OpenAI's Whisper API for speech recognition.

Solution:

  1. Go to Menu → Speech Recognition Settings
  2. Check which "Speech Recognition Channel" you're using
  3. If you're using openai-whisper(online):

    • Make sure your OpenAI API key has the speech_to_text permission enabled
    • You may need to regenerate your API key with proper permissions
  4. Alternatively, switch to a local speech recognition option like faster-whisper(local) or openai-whisper(local) which don't require API permissions

If the issue persists, please provide the full log file from D:/videotrans/logs/ directory for further analysis.

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Donate: https://ko-fi.com/jianchang512

Trending Questions