I am doing the following to start codegen/ server for echo print !
cd echoprint-server/solr/solr java -Dsolr.solr.home=/home/path/to/echoprint-server/solr/solr/solr/ - Djava.awt.headless=true -jar start.jar
ttservctl start
python api.py 9090
Ingest codes:
curl http://localhost:9090/ingest -d "fp_code=&track_id=thisone&length=30000"
I am getting the following error --
127.0.0.1:40197 - - [01/Jul/2011 18:06:33] "HTTP/1.1 POST /ingest" - 400 Bad Request
Can anyone please help me out ?
Thanks.
- ahsan