Philippe Larduinat

Results 12 comments of Philippe Larduinat

Still present on MacOS 12.4, Nextcloud Server 24.0.2, Contacts 4.1.1 ``` Fatal webdav Error: Object of class Sabre\DAV\Xml\Property\Href could not be converted to string at 2022-06-29T15:15:32+02:00 apps/dav/lib/DAV/CustomPropertiesBackend.php line 331 0....

I no longer see errors in log. Nextcloud 24.0.3 (docker image), Contacts 4.2.0 I just identified a bug in the Apache rewrite rule that do not apply any reverse proxy...

After a today upgrade to Nextcloud 24.0.4 (docker image) and Contact 4.2.0, the exact same problem is back. Only line numbers of errors have changed due to code changes. ```...

You can use the library to take care of the authentication process and then access any Netatmo API endpoint using the rawAPI routine. Just check an example at https://github.com/philippelt/netatmo-api-python/blob/master/samples/rawAPIsample.py

Yes, you should request the `getpublicdata` endpoint using `rawAPI(authentication, "getpublicdata", parameters)` where parameters is a dictionary as described in the API documentation https://dev.netatmo.com/apidocumentation/weather

Well you already have done a very good job. You should just do some throttling yourself to avoid reaching the API request limit. The simplest solution is to add some...

Hello Mark, sorry for the delay. It seems that the token you created using the Netatmo web site do not have an appropriate scope for your requests. There is something...

>I am using streamline 1.20.0 and streamlit-authenticator 0.2.1 with python 3.10.6 The extra_streamlit_component automatically installed is 0.1.56 This behavior was consistent between Safari, Firefox and Chrome. The Streamlit app is...

The difference between the two methods is that ```get(...)``` is working on a local dictionary copy (```self.cookies```) of the cookies set at init of the ```CookieManager```class wether ```get_all(...)``` is requesting...

Hello @clemefr, I understand that you really WANT this feature, unfortunately I don't expect to invest time in `apt` package creation. As @rvk01 already suggest, there are many alternatives to...