Assistant no longer functional when connected to B...
# support
w
Hello all, I have been trying to make the switch from Vapi's call storage to storing calls in my own Blob Storage Container, however, I've run in to some issues. I updated one of my assistants via API call with my Blob Storage credentials in the format of: curl -X PATCH https://api.vapi.ai/assistant/{assistantID} \ -H "Authorization: Bearer {APIKey}" \ -H "Content-Type: application/json" \ -d '{ "credentials": [ { "provider": "azure", "service": "blob_storage", "bucketPlan": { "connectionString": "{connectionString}", "containerName": "{containterName}", "path": "{pathName}" } } ] }' After running that cURL (with the correct info in place of the placeholders), my assistant stopped working, they wouldn't speak their first message, they wouldn't respond to any user prompting, nor make any tool-calls. I then configured Blob Storage at an Organization level using the dashboard. I used a different assistant to test and found that they would speak their first message, however, they would stop working after their first tool-call and would stop responding to user prompting. I did also notice that, although assistants were no longer working properly, .wav entries were being made in my Blob Container, so names and permissions are not the issue. Also, the first tool-call does succeed, but when blob storage is enabled, the assistant stops responding post-call, as if it "freezes" and does not respond to any user prompting and the call will timeout due to silence. I've attached two screenshots showing expected output and actual. I’ve tested this across multiple assistants I’ve built, including rolling back changes. The issue consistently appears only when blob storage is enabled. Is this potentially a bug on Vapi's end? Thanks! https://cdn.discordapp.com/attachments/1397943646506188933/1397943646741074030/without-blob-active.png?ex=68838ff9&is=68823e79&hm=129d16f3fe3f7005bb49e7c5e86a7251b0e5db3777922598225e17da6a3976b9& https://cdn.discordapp.com/attachments/1397943646506188933/1397943647290392596/with-blob-active.png?ex=68838ffa&is=68823e7a&hm=6ebe73af15d551dd054e34536f3150ae9c53bf9828fe40e2cb23ead5e5c647c1&
c
Hey WindowsV, please add your blob storage key on the integration page at . That should resolve the issue.
w
Hi Sahil, as mentioned in my post, configuring blob storage at an organization level in the integrations page, instead of at the assistant level with a curl, results in the same issue.
c
Mind sending me a call_id?
w
I would rather not share any call information publicly, would I be able to get your email or open a DM?
c
Sure.
w
I've sent you a dm
2 Views