-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unable to import client #10
Comments
No worries! Did you install the dependencies from |
Looks like that solved that problem, thank you! I just tried testing the bot using the "/info" command within the Discord server. I'm getting the below error message and in Discord it's saying the bot is not responding. Any ideas/help with this?
|
Ah yes, this is a bug with the config parser. I'll push an update soon to fix this, but for now you can add |
Awesome! Your fixes have worked, thank you again. The (hopefully) last issue I'm running into is that the voice Discord is reading responses in is still the default Discord TTS voice and not the Eleven Labs voice I have created. I've added my Eleven Labs API key as well as the voice ID for the voice I want to use but that hasn't seemed to work. Is there another configuration I have missed? |
Added easy update script to update the repo along with an easy dependency chooser/installer Add reminder to the example config. Fixed issue where not having a reminder would throw an Exception #7 #10 Added the {date} and {nl} wildcards Updated documentation Fixed issue where /models would fail if the request to get TTS voices took too long
The ElevenLabs TTS doesn't replace the default discord tts, you have to join a voice channel and the bot will join after you. If you want the bot to just read its replies and ignore your voice, set |
Oh ok got it. Sorry, misunderstood how it worked! I've got the bot responding to messages, but it's still not using my Eleven Labs voice. I think it may have to do with this error I'm seeing when I install the requirements.txt.
I've been trying a bunch of different fixes I've found online but no luck. Any guidance? |
Since you're on linux, you have to install |
Weird, I'm on Windows 10. Do you know why that error is being thrown since I'm not on Linux? |
Wait really? Are you using WSL? |
Negative. Vanilla Windows 10, running the code through Github Codespaces. Could that have something to do with it? Should I try running the code using a different environment? |
Ah yes that would be it, I'm pretty sure they run Linux. If you can install |
Running it locally has fixed that issue! I've got the bot working correctly in audiobook mode on a private Discord server. Two things I've faced now that it's responding:
Any ideas about those two points? |
@hc20k Disregard the second question, I figured that one out. Turns out there's a separate setting in Discord to enable TTS for notifications, which is what was being triggered. |
Hmm, for your first issue, which TTS service are you using? I find that whisper works really well compared to google. |
Getting the below errors when trying to run python main.py
I'm a relative beginner with this so apologies if I'm doing something obviously wrong.
The text was updated successfully, but these errors were encountered: