Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/call Not Working #500

Open
antt1995 opened this issue Nov 26, 2023 · 2 comments
Open

/call Not Working #500

antt1995 opened this issue Nov 26, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@antt1995
Copy link

antt1995 commented Nov 26, 2023

I have deployed via Actions and From my Server, both with the same issue's, It was working about 4 Months ago but after updating 2 weeks ago it Stopped.

Upon using the /call it just says the below
image
Then after about 5 min it says
image

I have credit and my account on Twilio is working, (Also Using for SMS alerts for a Website down)

Cloudflare worker only shows the following
image

{
  "outcome": "ok",
  "scriptName": "phone",
  "diagnosticsChannelEvents": [],
  "exceptions": [],
  "logs": [
    {
      "message": [
        200,
        "OK"
      ],
      "level": "log",
      "timestamp": 1701017722431
    }
  ],
  "eventTimestamp": 1701017722414,
  "event": {
    "request": {
      "url": "https://phone.antts.workers.dev/interaction",
      "method": "POST",
      "headers": {
        "accept-encoding": "gzip",
        "cf-connecting-ip": "35.196.132.85",
        "cf-ipcountry": "US",
        "cf-ray": "82c3a89d0aab455e",
        "cf-visitor": "{\"scheme\":\"https\"}",
        "connection": "Keep-Alive",
        "content-length": "1508",
        "content-type": "application/json",
        "host": "phone.antts.workers.dev",
        "user-agent": "Discord-Interactions/1.0 (+https://discord.com)",
        "x-forwarded-proto": "https",
        "x-real-ip": "35.196.132.85",
        "x-signature-ed25519": "ef8b72d998341602fd1a9a34a06c1415e136fa1e23a142ed539092fb5f9f63f063f4234f28a72054fcbc6522c810fe41f2774fc3398c1ce4af4b8db2c764b40c",
        "x-signature-timestamp": "1701017722"
      },
      "cf": {
        "clientTcpRtt": 11,
        "longitude": "-79.97460",
        "latitude": "32.86080",
        "tlsCipher": "AEAD-AES256-GCM-SHA384",
        "continent": "NA",
        "asn": 396982,
        "country": "US",
        "tlsClientAuth": {
          "certIssuerDNLegacy": "",
          "certIssuerSKI": "",
          "certSubjectDNRFC2253": "",
          "certSubjectDNLegacy": "",
          "certFingerprintSHA256": "",
          "certNotBefore": "",
          "certSKI": "",
          "certSerial": "",
          "certIssuerDN": "",
          "certVerified": "NONE",
          "certNotAfter": "",
          "certSubjectDN": "",
          "certPresented": "0",
          "certRevoked": "0",
          "certIssuerSerial": "",
          "certIssuerDNRFC2253": "",
          "certFingerprintSHA1": ""
        },
        "tlsExportedAuthenticator": {
          "clientFinished": "4b567517f6621037593f6d39ae0f195eed1c864641909648854cdba25a47d7120b6dab64debea827769bdbe141da764f",
          "clientHandshake": "9b5bb202ba6e3bdd523db0167f6c97cdc310174c14ea51327a8576024c5d21d9535afd323007573ca0db43a91cc454ac",
          "serverHandshake": "6fad6e9b7f0523057b94890ded67bc5b77563646ddee25e0238c80290b8a7e4424a30c375670df74f16d889757b14242",
          "serverFinished": "fdcf09c758ae98c2d09af0342a637cb98b8e32ad100c5f4431e18181d937a7ea7f855226d59c74a68dbda216ef7985b3"
        },
        "tlsVersion": "TLSv1.3",
        "colo": "ATL",
        "timezone": "America/New_York",
        "city": "North Charleston",
        "verifiedBotCategory": "",
        "edgeRequestKeepAliveStatus": 1,
        "requestPriority": "",
        "httpProtocol": "HTTP/1.1",
        "region": "South Carolina",
        "regionCode": "SC",
        "asOrganization": "Google Cloud",
        "metroCode": "519",
        "postalCode": "29415"
      }
    },
    "response": {
      "status": 200
    }
  },
  "id": 0
}
@antt1995 antt1995 changed the title Not Working /call Not Working Nov 26, 2023
@promise
Copy link
Member

promise commented Nov 27, 2023

Hi! Could you check the Twilio website for any errors? https://console.twilio.com/us1/monitor/logs/debugger/errors
Also check if the call went through on Twilio's end. There might be an issue with the Twilio number.

@promise promise added the bug Something isn't working label Nov 27, 2023
@promise promise self-assigned this Nov 27, 2023
@antt1995
Copy link
Author

No Errors on Twilio,
image
Also no Logs on Twilio's side,
Updated var with phone no.
Still not working, but using same creds I receive texts from Uptime Kuma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants