sebhs / human-reader-chrome-extension

Let the web speak like a human. A simple chrome extension that uses the elevenlabs.io API to convert any text to speech.
MIT License
15 stars 4 forks source link

Human reader stopped working with new API key #27

Closed sebhs closed 4 months ago

sebhs commented 4 months ago

{ "detail": { "status": "detected_unusual_activity", "message": "Unusual activity detected. Free Tier usage disabled. If you are using a proxy/VPN you might need to purchase a Paid Plan to not trigger our abuse detectors. Free Tier only works if users do not abuse it, for example by creating multiple free accounts. If we notice that many people try to abuse it, we will need to reconsider Free Tier altogether. \nPlease play fair and purchase any Paid Subscription to continue." } }

it's because of this error, we should just tell the user

sebhs commented 4 months ago

fixed: https://github.com/sebhs/human-reader-chrome-extension/pull/28