AfricaBirdData / ABAP

Code for downloading and working with data from the African Bird Atlas Project
Other
11 stars 1 forks source link

Error message with getAbapData() #5

Closed JamesSwingler closed 2 years ago

JamesSwingler commented 2 years ago

image

This post is more to help others that run into this problem, rather than report an unresolved issue, but the above error message will appear if the version of ABAP or dependent libraries are outdated. So it is necessary to regularly update the relevant packages so as to circumvent this problem.

patchcervan commented 2 years ago

Thanks @JamesSwingler. That is very true! Keep the package updated. I must add that the problem in this case was that the API was unreachable, which sometimes happens. Version 0.0.3 would have thrown a slightly more informative message, but we should probably make it even more informative.

patchcervan commented 2 years ago

Actually, I think the error that is given now is informative enough and I would rather leave the original error message for debugging.