securecurebt5 / collective-intelligence-framework

Automatically exported from code.google.com/p/collective-intelligence-framework
0 stars 0 forks source link

JSON output from client isn't compatible with feed parser #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use the cif client to output into the raw format
2. try to add the output above as a feed into the cif server
3. run cif_feedparser

What is the expected output? What do you see instead?
Expected feed parsing, got the following error instead:
Not an ARRAY reference at /opt/cif/bin/../lib/CIF/FeedParser/ParseJson.pm line 
9.

What version of the product are you using?
cif-0.01.tar.gz

Please provide any additional information below.

Temporary work-around by manually enclosing the JSON entries with brackets and 
comma-separating them to match the array notation expected in ParseJson.pm.

Original issue reported on code.google.com by blak...@gmail.com on 22 May 2012 at 7:22

GoogleCodeExporter commented 9 years ago
https://github.com/collectiveintel/cif-client-perl/issues/12

Original comment by saxjazm...@gmail.com on 23 May 2012 at 12:06

GoogleCodeExporter commented 9 years ago

Original comment by saxjazm...@gmail.com on 23 May 2012 at 12:07