Closed artxz closed 5 years ago
Hi @artxz
devtools::session_info()
Session info ----------------------------------------------------------------------------------------------------------------------------------------------------------------
setting value
version R version 3.4.2 (2017-09-28)
os Windows >= 8 x64
system x86_64, mingw32
ui RStudio
language (EN)
collate English_United States.1252
ctype English_United States.1252
tz America/New_York
date 2019-07-31
This fails with the error in the first post
catmaid_get_volume("v14.neuropil")
catmaid.server="https://neuropil.janelia.org/tracing/fafb/v14"
Thanks. There is an updated version, so I recommend installing that as usual. I note that your version of R is starting to get old (3.4.2) but I don't know of a reason why that should be a problem.
Can you give me the result of traceback()
because I cannot reproduce your error with catmaid_get_volume("v14.neuropil")
(It works perfectly for me).
Finally with the latest version of the package
> v375=catmaid_get_volume(375)
Error: catmaid_get_volume of type: ValueError
Could not find volume 375
already gives a better error.
Thanks @jefferis !
The traceback() result is very long, more the 1000 lines. I think i'll try updating the packages. If the error persists i'll somehow send the traceback() result.
OK. You can attach the traceback as a text file by drag and drop.
I'm closing this because it seems to have been fixed by an upgrade.
catmaid_get_volume()
gives an error when the argument is, instead of id, character name:Also the first example in the function's documentation,
v375=catmaid_get_volume(375)
, seems outdated (couldn't find matching volume with id = 375)