natverse / rcatmaid

R package providing API access to the CATMAID web image annotation tool
https://natverse.github.io/rcatmaid
GNU General Public License v3.0
9 stars 6 forks source link

Error message when getting connector table unspecific #156

Open eichlerkathi opened 4 years ago

eichlerkathi commented 4 years ago

When using catmaid_get_connector_table() for a neuron that is missing pre- or postsynaptic sites and not specifying direction, the error message reads "Error in catmaid_fetch(path, body = post_data, conn = conn, ...) : Bad Request (HTTP 400).". This could be more specific saying that neuron is lacking pre- or post-connectors and to specify the direction with incoming or outgoing. @jefferis

jefferis commented 4 years ago

Thanks @eichlerkathi. Could you give an example skid that still fails?

eichlerkathi commented 4 years ago

Yes, sorry forgot to include. Skid 10944609 has no presynaptic sites and fails.