Clint Johnson

Results 19 comments of Clint Johnson

Similar issues here: ``` Logger: root Source: /usr/local/lib/python3.9/site-packages/toyota_na/client.py:34 First occurred: February 1, 2022, 9:28:27 PM (1 occurrences) Last logged: February 1, 2022, 9:28:27 PM Error parsing response: {"status":"SUCCESS","code":200,"message":"Ok","errors":[]} ---- 2022-02-02...

My moonroof sensor appears to be working just the trunk showing as unavailable. Regarding the Rear Seat Reminder I have always had child seats and items in my back seat...

This would be very helpful. I am currently having to use jinja macros to very crudely parse json returned by jq.

Modified function in DataDirectoryProtected.php: ``` public function run(): SetupResult { $datadir = str_replace(\OC::$SERVERROOT . '/', '', $this->config->getSystemValue('datadirectory', '')); $webRoot = $this->urlGenerator->getWebroot(); $dataUrl = $this->urlGenerator->getWebroot() . '/' . $datadir . '/.ocdata';...

That would be the problem. One of my trusted domains was the box's internal FQDN but the box's DNS is set to public servers. Is there any reason for not...

> That shouldn't be a problem. We already anticipate that scenario; a similar check is used for `.mjs` files. If one of the domains tested isn't reachable we move on...

What about if the check was for the .ocdata file with a non-forbidden status code and a content-length of 0? Since the .ocdata file is just an empty file if...

> I have only set trusted_domains to the domain nextcloud is running (no trusted_proxy) and I can confirm that once I remove 80 -> 443 redirect, the error is finally...

> I'm confused as to why the .htaccess file is tested, since this will always result in a false negative when using nginx. I know nginx isn't officially supported by...