Closed XU-Nuo closed 1 hour ago
It turns out to be an issued fixed in the edge-tts library 6.1.16: rany2/edge-tts#303, and build a new image using the dockerfile in this repo can fix this problem. Hope this fix can help people with the same issue, and probably @travisvn will publish an official one to the dockerhub. I will close this for now
Hello, I really like this project and I use it to read my web clipping articles in obsidian with a few tweaks to fix the CORS issue (I use traefik as a reverse proxy to add the CORS headers). It works perfectly on my local machine using localhost, and I am now trying to extend my usage to mobile apps by deploying it on cloud, where I encountered 403 errors:
and here is my docker-compose.yaml:
Does this mean my server IP is probably on the blacklist of this service, or caused by some other reasons? Thank you for sharing this fantastic project!