You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is from home assistant which is using the latest pull...
20-02-03 11:56:40 ERROR (MainThread) [homeassistant.setup] Error during setup of component mopar Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 174, in _async_setup_component component.setup, hass, processed_config # type: ignore File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/mopar/__init__.py", line 68, in setup data.update(now=None) File "/usr/src/homeassistant/homeassistant/components/mopar/__init__.py", line 113, in update self.tow_guides[index] = motorparts.get_tow_guide(self._session, index) File "/usr/local/lib/python3.7/site-packages/motorparts/__init__.py", line 92, in wrapped return function(*args) File "/usr/local/lib/python3.7/site-packages/motorparts/__init__.py", line 106, in wrapped return function(session, *args) File "/usr/local/lib/python3.7/site-packages/motorparts/__init__.py", line 164, in get_tow_guide 'vin': profile['vehicles'][vehicle_index]['vin'] File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 897, in json return complexjson.loads(self.text, **kwargs) File "/usr/local/lib/python3.7/site-packages/simplejson/__init__.py", line 525, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.7/site-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/local/lib/python3.7/site-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
The text was updated successfully, but these errors were encountered:
Below is from home assistant which is using the latest pull...
20-02-03 11:56:40 ERROR (MainThread) [homeassistant.setup] Error during setup of component mopar Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 174, in _async_setup_component component.setup, hass, processed_config # type: ignore File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/mopar/__init__.py", line 68, in setup data.update(now=None) File "/usr/src/homeassistant/homeassistant/components/mopar/__init__.py", line 113, in update self.tow_guides[index] = motorparts.get_tow_guide(self._session, index) File "/usr/local/lib/python3.7/site-packages/motorparts/__init__.py", line 92, in wrapped return function(*args) File "/usr/local/lib/python3.7/site-packages/motorparts/__init__.py", line 106, in wrapped return function(session, *args) File "/usr/local/lib/python3.7/site-packages/motorparts/__init__.py", line 164, in get_tow_guide 'vin': profile['vehicles'][vehicle_index]['vin'] File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 897, in json return complexjson.loads(self.text, **kwargs) File "/usr/local/lib/python3.7/site-packages/simplejson/__init__.py", line 525, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.7/site-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/local/lib/python3.7/site-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
The text was updated successfully, but these errors were encountered: