ThioJoe / Auto-Synced-Translated-Dubs

Automatically translates the text of a video based on a subtitle file, and also uses AI voice to dub the video, and synced using the subtitle's timings
GNU General Public License v3.0
1.53k stars 152 forks source link

KeyError: 'google_project_id' #29

Closed oribeGames closed 1 year ago

oribeGames commented 1 year ago

Captura de pantalla 2023-01-03 184347

in "cloud service settings" change the values ​​of "google_project_id" and "your-project-name" to those of my account, I guess I did it right but I don't know why I don't get that

sofiadparamo commented 1 year ago

You need to replace the value your-project-name with your project id and leave google_project_id unchanged since that's the reference for the configuration to work.

Here's an example of a working configuration in which the project name/id is sweetsofimc-project:

[CLOUD]
...
google_project_id = sweetsofimc-project
...