This topic was automatically generated from Slack. You can find the original thread here.
Hi - I’m having trouble with an AssemblyAI source that listens for New Transcriptions.
First the source worked fine, and I created a workflow.
Then, after about 30-45min, the source began to show errors on the log. Creating a new source with the same account solved the problem temporarily.
Then, the source began to show an error in the logs, it was a “400 Bad Request” error. But, the source was constructing a set of params for paginateRequests: { status: "completed", after_id: lastId, before_id: "…", limit: 10}
Changing the param to { …, before_id: lastId } seemed to fix the error temporarily.
Now I get an error in the source logs: “Pipedream detected that component was still running code. Make sure you await all promises. (Reason: TLSSocket)”
Any suggestions to resolve this issue?
sure thing. I was able to repro using the default configuration for the source. I’m not sure how the param before_id is being created based on the library code. I have my source set to update every 1 minute, and reproduced by creating a batch of three transcripts from three mp3s, then creating three new transcripts.