-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using byFileAOP #62
Comments
@eastenw Thanks for reaching out! I'm having some trouble replicating this error, so I have two suggestions for troubleshooting.
The first two lines grab the file metadata from the API, so if you have an error there we'll know there's a problem with your connection. If the first two lines are successful, then the for loop will tell us which file is throwing the error. |
Hi, thanks for getting back There is a connection problem: Please let me know if you have any suggestions. |
@eastenw Thanks for the additional info. The most likely scenario is that this has something to do with the security settings on either your machine or your network. It's very similar to what a couple of people have reported in #121 in the NEON-utilities repo. Next things to try:
|
Hi, I'm trying to explore LiDAR data but am having problem when trying to run:
byFileAOP("DP1.30003.001", site="TREE",year = "2022", check.size =T)
Currently getting an error:
Error: lexical error: invalid char in json text. <!DOCTYPE html PUBLIC "-//W3C// (right here) ------^
I am new to R, so I may be missing something. Thanks
The text was updated successfully, but these errors were encountered: