Error (4) when trying to json_decode response on Mailgun\Exception\HydrationException - mailgun

See Screenshot of error
Error (4) when trying to json_decode response on Mailgun\Exception\HydrationException
Exception found when try to send mail from mailgun php sdk

Related

When I run above code it's showing me following error message :

I try marketing mail send using sendgrid api, marketing/test/send_email use endpoints then error shows : {"errors":[{"field":null,"message":"unauthorized"}]}
I tried to change the fields, any solution of this error,

status code : 404 , reponse : {"message":" ... is not a valid BotId/BotAliasId combination."}

I deployed the lex bot using https://aws.amazon.com/blogs/machine-learning/deploy-a-web-ui-for-your-chatbot/ this method.
I am getting the message:
"Sorry, I was unable to process your message. Try again later."
when I type some text, and in console when I checked I got status code 404 and response:
{"message":" ... is not a valid BotId/BotAliasId combination."}.
My lex bot and lambda function was in Singapore region and i was deploying it in Ireland. I deployed it in singapore and error was gone. But, new error was not able to see the image response card sent from the lambda function :(

Sendy 'Error communicating with Amazon SNS API: There was a problem executing this request'

I am getting the error 'Error communicating with Amazon SNS API: There was a problem executing this request'
Anyone who has used Sendy and experienced the same error?
I had the same error and after looking into it there was a certificate issue. CURL was returning the error "SSL certificate problem: unable to get local issuer certificate" but this wasn't being returned within the UI.
I then followed these instructions for getting it working: curl: (60) SSL certificate problem: unable to get local issuer certificate
To see if you have the same error as me you can modify the sendy code slightly to output this error: within /includes/helpers/sns.php, line 463 output the curl error i.e. add the third line below:
$output = curl_exec($ch);
$info = curl_getinfo($ch);
print curl_error($ch);
reload the page, it won't be pretty, but if it's the same error as me you'll be able to fix it.

Testlink (1.9.12) automation integration error

I'm getting the following error when trying to connect to my testlink server after a test run:
br.eti.kinoshita.testlinkjavaapi.util.TestLinkAPIException: Error verifying developer key: Failed to read server's response: http
here is the string i use to create the testlink connection :
http://usrname:test#http://{ip_server}/testlink/lib/api/xmlrpc/v1/xmlrpc.php
Anyone could know what I'm doing wrong
The URL is invalid format!
http://usrname:test#{ip_server}/testlink/lib/api/xmlrpc/v1/xmlrpc.php
The extra "http://" in the middle does not belong!

App request dialog shows 500 internal server error

I'm using facebook's app app request dialog. It used to work fine...but I get the following error message with infinite loading image.
"NetworkError: 500 Internal Server Error - https://www.facebook.com/dialog/apprequest?access_token=AAACvZBzj3fc0BAETVk8NOCiXqsGq2uXlUC0EUUX1pMXIPWxfIrhbboHQCvBPR0XKasdfFU30ZCpq1C4GqfEZD&api_key=19349352asdf95789&app_id=19349adf27395789&channel=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df3fb42d06cf1cf4%26origin%3Dhttp%253A%252F%252Fasdf%252Ff3aaa156051f95%26relation%3Dparent.parent%26transport%3Dpostmessage&channel_url=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df3b386a6f30f464%26origin%3Dhttp%253A%252F%252Fasdfm%252Ff3aaa156051f95%26relation%3Dparent.parent%26transport%3Dpostmessage&data=%7B%7D&display=iframe&locale=en_US&message=0&next=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df60d0ad8457e2%26origin%3Dhttp%253A%252F%252Fdev-sherlock.thecimarrongroup.com%252Ff3aaa156051f95%26relation%3Dparent%26transport%3Dpostmessage%26frame%3Df19043b1779432%26result%3D%2522xxRESULTTOKENxx%2522&sdk=joey"
uncaught exception: Error: Permission denied for <http://static.ak.facebook.com> to get property Proxy.InstallTrigger
Is it an error on facebook end?