-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evenlabs API Key Is deleted on restart of application #28
Comments
I think you can hardcode the API key in |
I Did that already, I can see it loading it in the terminal (replaced the api keys with ------) but it isn't showing in the settings and I have to manually turn every option off and on again as well as paste the keys in again for it to work again. otherwise it doesn't work or I have no sound output.
|
Maybe you should post your console log here for Xiaohei check it. |
`Loading... done! |
@anaveragecha |
@K3NOXOFFICIAL Sure, I just made a pre-release, you can find it under releases on my forked repo. The installation is the same as 0Xiaohei0, along with the .zip file, the only difference is that I replaced 4 files in it. You can also try to replace the 4 files to avoid doing a fresh install (more info in my pre-release). |
@anaveragecha Thanks a lot I will have a look at it and try it out. Edit: Works Perfectly now after the made changes, |
@K3NOXOFFICIAL I was toying with the idea of using tortoise-tts for english tts a few days ago and made an alpha pre-release just now. There's more info on my wiki, the section How to use with mrq's gradio api. This is intended for locally hosting each one so it will take up loads of memory. |
@anaveragecha No Worries I got loads of ram and a decent AI server if it fails on my PC so i'll try it out, really appreciate your commitment for this software. Also thanks a lot for helping the community. P.S. till now your repo works perfectly I see no bugs tho you should create the issues tab for when there are issues or bugs btw it runs far better than the this repo no idea why |
Bug Description:
Upon restarting the application, the Evenlabs API key is being deleted, resulting in the inability to access Evenlabs services and functionality. This issue prevents the application from successfully communicating with the Evenlabs API, leading to not working TTS in the application.
Steps to Reproduce:
Start the application.
Expected Result:
After restarting the application, the Evenlabs API key should be retained in the application settings, allowing seamless access to Evenlabs services and functionality.
Actual Result:
Upon restarting the application, the Evenlabs API key is deleted from the application settings, rendering it impossible to access Evenlabs services and functionality.
Additional Information:
The issue occurs consistently on every application restart.
Other API keys or settings are not affected by this problem.
The application's log files do not indicate any errors or relevant information related to the deletion of the Evenlabs API key.
The application is running on Windows 11.
The text was updated successfully, but these errors were encountered: