speechmatics / speechmatics-js-sdk

Javascript and Typescript SDK for Speechmatics
MIT License
39 stars 6 forks source link

[Enhancement] Better error message for `not_authorised` #45

Open thorwebdev opened 5 months ago

thorwebdev commented 5 months ago

I was going mad because I kept getting the

{"message":"Error","type":"not_authorised","reason":"Not Authorized"}

error. Until I realised that I was missing the ?type=rt in my JWT creation call 🙈

nickgerig commented 4 months ago

Thanks for the request @thorwebdev we'll feed that back. Glad you got it working