Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load library - Expecting value #4

Open
jlvandusen opened this issue Feb 4, 2020 · 0 comments
Open

Unable to load library - Expecting value #4

jlvandusen opened this issue Feb 4, 2020 · 0 comments

Comments

@jlvandusen
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant