Mordsith
Mordsith3w ago

Debug Internal Node Errors

I tried to setup Assembly AI with their SDK, but I got this error. Running this code from a conex action causes this error, I do not know how to debug this or what the actual error message might be. I have 'use node' directive at the top of the action file Are there plans to make debugging internal node errors like this easieer? Can I get help with what went wrong
No description
No description
3 Replies
Hmza
Hmza3w ago
@Mordsith is your api key correct? The error looks like it couldn’t fetch anything from AssemblyAI
lee
lee3w ago
Despite appearances (and reasonable assumptions) this isn't an internal node error. _deps/node/RHDIFHS.js and friends are your code, bundled with eslint. We should make the error backtraces more readable. My best guess would also be that your api key is incorrect.
Mordsith
MordsithOP3w ago
Thank you @Lee x @Hmza It was not an api key error but the error came from Assembly. It's related to my account plan. The issue has been resolved. I agree that the backtraces should be more readable. Thank you

Did you find this page helpful?