Text-Processing

फ्रीमियम
द्वारा Jacob | अपडेट किया गया 1ヶ月前 | Text Analysis
लोकप्रियता

9.5 / 10

लेटेंसी

318ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

Error "Form Validation Errors text: This field is required."

Rapid account: Ahsanwani
Ahsanwani
8年前

I am using snippet code provided on mashape and my text field is not empty , What could be the problem, im using xampp local server.

Unirest\Response Object ( [code] => 400 [raw_body] => Form Validation Errors text: This field is required. [body] => Form Validation Errors text: This field is required. [headers] => Array ( [0] => HTTP/1.1 400 BAD REQUEST

Rapid account: Ahsanwani
Ahsanwani Commented 8年前

Ok. Thankyou for your help.

Rapid account: Japerk
japerk Commented 8年前

It does look like you’re doing the same thing as the PHP example, so maybe try contacting Mashape support about this, as they can probably help more than I can.

Rapid account: Japerk
japerk Commented 8年前

I’m not really familiar with PHP, but are you sure the second array parameters are the POST parameters, and not url parameters?

Rapid account: Ahsanwani
Ahsanwani Commented 8年前

this is the code im using =======>
require ‘vendor/autoload.php’;
response=Unirest\Request::post("https://japerktextprocessing.p.mashape.com/sentiment/",array("XMashapeKey"=>"mykey","ContentType"=>"application/xwwwformurlencoded","Accept"=>"application/json"),array("language"=>"english","text"=>"greatmovie"));echoprintr(response = Unirest\Request::post("https://japerk-text-processing.p.mashape.com/sentiment/", array( "X-Mashape-Key" => "************my key****************", "Content-Type" => "application/x-www-form-urlencoded", "Accept" => "application/json" ), array( "language" => "english", "text" => "great movie" ) ); echo print_r(response);

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें