-
Notifications
You must be signed in to change notification settings - Fork 34
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 in overscope_eval_next(overscope, expr) : object 'statement_id' not found #32
Comments
Did you try (especially the httr::GET(url="",scheme=con$scheme,hostname=con$host,port=con$port,path=paste0(con$path, "query"),query= list(q = "SHOW DATABASES")) Otherwise: How about |
wow, that was quick! with the list(q=...) it works !? but your function (show_databases) still make problems.
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I think influxdata/influxdb#7368 explains the error. Since InfluxDB V1.2 the json Compare the following:
to
Any chance to update your InfluxDB? |
Issue should be solved in 36e9c98. |
Works fine after upgrade to influxdb 1.3.6 |
Unable to influxdbr::show_databases() => Error in overscope_eval_next(overscope, expr) :
object 'statement_id' not found.
create_database works!
X-Influxdb-Version: 1.0.2
debuging so far:
response <- httr::GET(url="",scheme=con$scheme,hostname=con$host,port=con$port,path=paste0(con$path, "query"),query="SHOW DATABASES")
same issue for show_measurements
I would love to use the package!
Thanx,
Martin
The text was updated successfully, but these errors were encountered: