G-Two / homeassistant-subaru

Subaru STARLINK custom component for Home Assistant.
Apache License 2.0
54 stars 6 forks source link

HTTP Not Found Error #65

Closed tango2590 closed 1 year ago

tango2590 commented 1 year ago

This integration has been working wonderfully over the last couple years. I last used it last night to remote start my car without an issue. However, today I went to remote start it and it failed. In fact, the entire integration is having an issue connecting. None of the sensors are available. My vehicle is still accessible through the MySubaru app and the website. I've attempted reloading the integration a couple times as well as HA with no luck.

I've pasted the logs from HA below.

HomeAssistant Version: 2022.11.4 HA Supervisor: 2022.11.2 Running on a RPie w/ OS 9.3

Log Details (ERROR)

This error originated from a custom integration.

Logger: subarulink.connection
Source: custom_components/subaru/__init__.py:80
Integration: Subaru (HACS) (documentation, issues)
First occurred: 17:37:45 (174 occurrences)
Last logged: 19:29:15

RequestInfo(url=URL('https://mobileapi.prod.subarucs.com/g2v21/login.json'), method='POST', headers=<CIMultiDictProxy('Host': 'mobileapi.prod.subarucs.com', 'User-Agent': 'Mozilla/5.0 (Linux; Android 10; Android SDK built for x86 Build/QSR1.191030.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.185 Mobile Safari/537.36', 'Origin': 'file://', 'X-Requested-With': 'com.subaru.telematics.app.remote', 'Accept-Language': 'en-US,en;q=0.9', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Content-Length': '158', 'Content-Type': 'application/x-www-form-urlencoded')>, real_url=URL('https://mobileapi.prod.subarucs.com/g2v21/login.json'))

('<!doctype html><html lang="en"><head><title>HTTP Status 404 – Not ' 'Found</title><style type="text/css">body ' '{font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b ' '{color:white;background-color:#525D76;} h1 {font-size:22px;} h2 ' '{font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} ' '.line ' '{height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP ' 'Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status ' 'Report</p><p><b>Description</b> The origin server did not find a current ' 'representation for the target resource or is not willing to disclose that ' 'one exists.</p><hr class="line" /><h3>Apache ' 'Tomcat/8.5.58</h3></body></html>')
TheCre8r commented 1 year ago

Same situation.

neebski commented 1 year ago

Same, navigating to the url provided is 404.

stboch commented 1 year ago

This is a known Issue with the underly code. Update has been made and currently testing.

TheCre8r commented 1 year ago

Can confirm working again in latest RC. Thank you!