Skip to content
#

twilio

Here are 1,476 public repositories matching this topic...

fonoster
psanders
psanders commented Nov 8, 2021

Describe the bug
The command fonoster agents:rm [ID] should return "Not found" if the ID of the Agent doesnt exist. Instead is failing with the following error:

This utility will help you update an existing Agent
Press ^C at any time to quit.
    Error: 2 UNKNOWN: Cannot read property 'spec' of null
    Code: 2

To Reproduce
Steps to reproduce the behavior:

  1. Go
gatus
tiwood
tiwood commented Oct 18, 2021

I've noticed that some of our alerts where failing with the following error message:

Failed to send an serviceAlert for service=Very Cool Service "ServiceYXZ": call to provider alert returned status code 400: Bad payload received by generic incoming webhook.

It seems the issue is caused by unescaped quotes (") in the HTTP POST - in this specific case in the text property:

``

coreymaher
coreymaher commented Apr 20, 2021

Describe the bug
When joining a video room the following react warning is displayed in the developer console:

Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
    in ToggleVideoButton (at DeviceSelectionScreen.tsx:114
crayolakat
crayolakat commented Nov 8, 2021

Describe the bug
If Redis isn't set up in your dev environment, outbound unassign won't work.

To Reproduce
Steps to reproduce the behavior:

  1. Make sure there isn't a REDIS_URL entry in the .env file
  2. Start your dev environment
  3. Create a campaign. In the Texter Experience panel, enable the Take Conversations toggle. Enable the Enable initial outbound unassign toggle.

Improve this page

Add a description, image, and links to the twilio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the twilio topic, visit your repo's landing page and select "manage topics."

Learn more