SainsburyWellcomeCentre / masiv

MATLAB Streaming Image Viewer - a viewing and analysis platform for ultra-large 3D imaging data
MIT License
12 stars 5 forks source link

Plugin manager fails to parse response #21

Closed ablot closed 6 years ago

ablot commented 6 years ago

The plugin manager crash when I try to run any install (for instance: masiv.pluginManager.install('https://github.com/alexanderbrown/masiv-three-channel-overlay')). The problem is that processResponseSubsection.m does not manage to parse non-text response. I have block = '{"verified":false,"reason":"unsigned","signature":null,"payload":null}' where false and null have no ".

Changing the regexp works for me.