lbdremy / solr-node-client

A solr client for node.js.
http://lbdremy.github.com/solr-node-client
MIT License
484 stars 207 forks source link

cursorMark contains a whitespace #198

Open TaoZhou opened 7 years ago

TaoZhou commented 7 years ago

Hi guys,

I am using solr-6.2.1 and got the following error: {"status":"400","message":"Error from server at http://searchnode01:30000/solr/empty: Unable to parse 'cursorMark' after totem: value must either be '*' or the 'nextCursorMark' returned by a previous search: AoIIO6vS D8Ob3Blbl90ZXh0I2NvbmZpcm1pdC11cy1wMzA4MjY5NjQwMC01OTU2LTY4OTgy"}

I found it has a whitespace in it. And i tried to encode it but it does not work, any thoughts?

Thanks

prasadh13 commented 6 years ago

I am facing the same issue. Were you able to fix it @TaoZhou