Alexandre Rio

Results 8 comments of Alexandre Rio

@nickvergessen Just tested your fix, everything looks good to me, thanks!

I'm starting to think the issue is somewhere else, I can't get the 404 error when requesting a file. The process loop for a while and end up saying `ERR_EMPTY_RESPONSE`...

So people are just going to copy these [snippets](https://github.com/influxdata/influxdb-java/blob/master/src/main/java/org/influxdb/impl/InfluxDBImpl.java#L596) into their code and maintain them themselves? Instead of putting them in a library like.. dedicated to that?

The code would look like this: ```java RequestBody body = RequestBody.create(MediaType.parse("Application/json"), grafanaRawDashboard); Response response = service.postRawDashboard(apiKey, body).execute(); ``` The benefit from using this approach is that I don't have to...

My fork currently has a working version of some of the datasource functions (create and various get). I'll make a PR when I'll manage to use it in my project...

I'm sorry to hear that, I still have this error. Did it work before with your instance? What changes have you made?

@Zanndorin even with GIT_TRACE=1 ? Same, I still have my original issue

I'm currently trying it, it seems to be working fine so far