Text-Processing

부분 유료
분류별 Jacob | 업데이트됨 25일 전 | Text Analysis
인기

9.5 / 10

지연 시간

318ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

Text: This field is required

Rapid account: Ajtrichards
ajtrichards
10년 전

I’m trying to send some text to the API for sentiment analysis but I keep getting the the error = Text: This field is required.

I’m not using the Unirest library as I’m already using another one: https://github.com/rmccue/Requests

The code i’m using is:


  $headers 	= array('Accept' => 'application/json', 'Content-Type' => 'application/json', 'X-Mashape-Authorization' => 'KEYNAME');

Requests::register_autoloader();

$data = array("text" => "Possibly sending a statement each month on what movie they have seen and how much they have saved.", "language" => "");

$request = Requests::post('https://japerk-text-processing.p.mashape.com/sentiment/', $headers, $data);

The $data is the CURL PostFields data so the text field is present. Is there something in the code above wrong? I’ve never had any other problems with this library and I don’t want to change.

Rapid account: Jroven
jroven Commented 5년 전

Wow! Took some searching for this answer but it worked for me. Thanks.

Rapid account: Japerk
japerk Commented 10년 전

Try doing a post without the Content-Type header

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입