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

cURL error 3: <url> malformed #22

Open
Edwinws opened this issue Oct 31, 2017 · 0 comments
Open

cURL error 3: <url> malformed #22

Edwinws opened this issue Oct 31, 2017 · 0 comments

Comments

@Edwinws
Copy link

Edwinws commented Oct 31, 2017

Hi, I'm getting this error:

cURL error 3: <url> malformed
#0 /home/edwin/Documents/laravel/vendor/guzzlehttp/guzzle/src/RequestFsm.php(104): GuzzleHttp\Exception\RequestException::wrapException(Object(GuzzleHttp\Message\Request), Object(GuzzleHttp\Ring\Exception\RingException))
#1 /home/edwin/Documents/laravel/vendor/guzzlehttp/guzzle/src/RequestFsm.php(132): GuzzleHttp\RequestFsm->__invoke(Object(GuzzleHttp\Transaction))
#2 /home/edwin/Documents/laravel/vendor/react/promise/src/FulfilledPromise.php(25): GuzzleHttp\RequestFsm->GuzzleHttp\{closure}(Array)
#3 /home/edwin/Documents/laravel/vendor/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php(55): React\Promise\FulfilledPromise->then(Object(Closure), NULL, NULL)
#4 /home/edwin/Documents/laravel/vendor/guzzlehttp/guzzle/src/Message/FutureResponse.php(43): GuzzleHttp\Ring\Future\CompletedFutureValue->then(Object(Closure), NULL, NULL)
#5 /home/edwin/Documents/laravel/vendor/guzzlehttp/guzzle/src/RequestFsm.php(135): GuzzleHttp\Message\FutureResponse::proxy(Object(GuzzleHttp\Ring\Future\CompletedFutureArray), Object(Closure))
#6 /home/edwin/Documents/laravel/vendor/guzzlehttp/guzzle/src/Client.php(165): GuzzleHttp\RequestFsm->__invoke(Object(GuzzleHttp\Transaction))
#7 /home/edwin/Documents/laravel/vendor/guzzlehttp/guzzle/src/Client.php(150): GuzzleHttp\Client->send(Object(GuzzleHttp\Message\Request))
#8 /home/edwin/Documents/laravel/vendor/maknz/slack/src/Client.php(357): GuzzleHttp\Client->post(Array, Array)
#9 /home/edwin/Documents/laravel/vendor/maknz/slack/src/Message.php(410): Maknz\Slack\Client->sendMessage(Object(Maknz\Slack\Message))

I get this error after running
Slack::to('#jarvis-testing')->send('testing');

I've set the endpoint field in /config/packages/maknz/slack/config.php, while the rest of the fields are default.

Interestingly, the other package (https://github.com/maknz/slack) works fine.

I'm running on laravel 4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant