Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/3ee6650e6d55d5ff78a1b407c05a6db6ebf4911d?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix homebridge proxy logging

pull/1612/head
shamoon 2 years ago
parent 106eec8cdb
commit 3ee6650e6d

@ -63,7 +63,7 @@ async function apiCall(widget, endpoint, service) {
}
if (status !== 200) {
logger.error("Error getting data from Homebridge: %s status %d. Data: %s", url, status, data);
logger.error("Error getting data from Homebridge: %s status %d. Data: %s", url, status, JSON.stringify(data));
return { status, contentType, data: null, responseHeaders };
}

Loading…
Cancel
Save