Vine.app

FREE
By community | Updated 22 days ago | Social
Popularity

0 / 10

Latency

11,088ms

Service Level

0%

Health Check

N/A

Back to All Discussions

Getting 500 Error

Rapid account: Sergiomleon
sergiomleon
il y a 8 ans

When doing the following call
$this->_content = Unirest\Request::get(‘https://community-vineapp.p.mashape.com/timelines/users/916596819805483008’,
array(
“X-Mashape-Key” => “6OWn5SKFX1msh2CsnIxmZSIpZjwXp19fFe4jsn5GEzOeVdWf1e”,
“Accept” => “application/json”
)
);

It gets me the respond

object(Unirest\Response)#16 (4) {
[“code”]=>
int(500)
[“raw_body”]=>
string(87) “<html><body><h1>500 Server Error</h1>
An internal server error occured.
</body></html>

[“body”]=>
string(87) “<html><body><h1>500 Server Error</h1>
An internal server error occured.
</body></html>

[“headers”]=>
array(7) {
[0]=>
string(25) “HTTP/1.1 500 Server Error”
[“Cache-Control”]=>
string(8) “no-cache”
[“Content-Type”]=>
string(9) “text/html”
[“Date”]=>
string(29) “Wed, 17 Feb 2016 19:31:06 GMT”
[“Server”]=>
string(13) “Mashape/5.0.6”
[“Content-Length”]=>
string(2) “87”
[“Connection”]=>
string(10) “keep-alive”
}
}

Rapid account: Sergiomleon
sergiomleon Commented il y a 8 ans

Aything on this?

Join in the discussion - add comment below:

Login / Signup to post new comments