meteorhacks / search-source

Reactive Data Source for Search
MIT License
146 stars 33 forks source link

catching ejson parsing exception #17

Open wolasss opened 9 years ago

wolasss commented 9 years ago

This prevents Uncaught exception error while parsing EJSON response that appear sometimes on mobile ios device (path sending html instead of json).

arunoda commented 9 years ago

Got it. But, this is strange and may be we can solve this by fixing somewhere else.

arunoda commented 9 years ago

Can be see some demo code(or something) how this get triggered?