Guillaume Turri

Results 52 comments of Guillaume Turri

Hi, The error is occuring on the server side so you should probably get in touch with odoo instead of axmlrpc. That being said, you might want to have a...

Hi, This error means that the response from the server is incorrect. In order to know more about what is going on you should try using the [debug flag](https://github.com/gturri/aXMLRPC#flags_debug)

The latest commits may have brought some regressions. Sorry about that. I've reverted them until I get the time to look at it more closely and come up with a...

I guess you have a `build.gradle` file somewhere in your project which contains something like this: ``` dependencies { implementation("fr.turri:aXMLRPC:master-SNAPSHOT") } ``` try turning it into this: ``` dependencies {...

The latest commits may have brought some regressions. Sorry about that. I've reverted them until I get the time to look at it more closely and come up with a...

I'm not sure I understand which dependency you're talking about (in the sense that I've never released any `master-SNAPSHOT` artifact myself. Could you use version `1.12.0` instead? Does it fix...

Hi, if you're still interested in that bug, since you have the fix, could you please submit a pull request with both this fix, and consequent no reg test? (Ideally,...

Thanks for this bug report. I can totally reproduce this issue. However I'm afraid the fix may be a bit tricky and I will likely not have a lot of...

It's fixed. You can update to the latest version of the plugin ("2022-08-09"). (you may need to empty the cache of your browser and the cache of Dokuwiki to see...

Hi, What do you mean by "comment"? Is it related to this plugin https://www.dokuwiki.org/plugin:comment ?