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

Error handling request #4

Closed
L3H0 opened this issue Dec 3, 2020 · 1 comment
Closed

Error handling request #4

L3H0 opened this issue Dec 3, 2020 · 1 comment

Comments

@L3H0
Copy link

L3H0 commented Dec 3, 2020

Hello,
I have problem when adding your component to my HA instance.
My LedFX is in docker container on Synology.
This is the log:

Logger: aiohttp.server
Source: custom_components/ledfxrm/config_flow.py:166
First occurred: 14:06:57 (14 occurrences)
Last logged: 14:17:42
Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
resp = await self._request_handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 118, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 18, in request_context_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 129, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 169, in post
return await super().post(request, flow_id)
File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 60, in wrapper
result = await method(view, request, *args, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 106, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 155, in async_configure
result = await self._async_handle_step(flow, cur_step["step_id"], user_input)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 213, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File "/config/custom_components/ledfxrm/config_flow.py", line 51, in async_step_user
name, version = await self.get_rest_status(
File "/config/custom_components/ledfxrm/config_flow.py", line 166, in get_rest_status
rest_info = await resp.json()
File "/usr/local/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 1099, in json
raise ContentTypeError(
aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url=URL('http://192.168.x.x:9999/api/info')

This is the response from API:

{"url": "http://0.0.0.0:8888", "name": "LedFx Controller", "version": "0.7", "debug_mode": true}

@YeonV
Copy link
Owner

YeonV commented Dec 8, 2020

Hey there,
please use a newer version of ledfx.

Duplicate of #1

Requirements: LedFx > v0.7

maybe the "greater than"-symbol is not enough. i should replace it with a min-version

EDIT: Changed Readme

@YeonV YeonV closed this as completed Dec 8, 2020
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

2 participants