Skip to content

Is there a way to see whether a callback has been called via the usage log? #100

Closed Answered by jviso
rilhia asked this question in General help
Discussion options

You must be logged in to vote

Hi @rilhia. You're right that Deepgram doesn't record the callback attempts in the usage logs within the Deepgram Console. That might be a great addition to the product!

Here are two thoughts to consider for your debugging:

  1. Try using a callback server on your local machine. One quick way to do this would be to use nc and ngrok in separate terminal sessions, e.g. nc -l -p 5000 in one session and ngrok http 5000 in another; then, provide the ngrok URL as the argument to the callback parameter when calling the Deepgram API.
  2. Check for a POST body size limit on pipedream.com. Some frameworks (e.g. Express) and services restrict incoming request bodies to some size, and that may block Deepgram…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@rilhia
Comment options

Answer selected by rilhia
Comment options

You must be logged in to vote
1 reply
@ujlm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants