COD database debugging
Closed this issue · 1 comments
doug-leasure commented
@bondarenkom When I try to use wopr::getPop() to query the COD database using dev_server/v1/wopr/polytotal , I get this error:
$status
[1] "finished"
$error
[1] TRUE
$error_message
[1] "Internal File Error."
$taskid
[1] "1fef3886-3817-550c-991d-11587a62558c"
$startTime
[1] "2019-12-05 21:52:34.275152"
$endTime
[1] "2019-12-05 21:52:34.523026"
$executionTime
[1] 0
Any ideas? Can you tell me what "Internal File Error" means so maybe it will help me figure out the issue on my end?
I am using the same geojson that works with this link:
doug-leasure commented
I resolved this. It was because R was converting version 1.0 into version 1. I just made it ver="1.0" and it worked.