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: Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble #23

Open
schumi2004 opened this issue Sep 14, 2023 · 3 comments

Comments

@schumi2004
Copy link

Hi eelcohn,

Today I wanted to play with your DD-WRT integration but it's not working as expected and is giving me the following error:
Error: Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble

My router is running firmware: Firmware: DD-WRT v3.0-r53339 std (08/01/23)

And this is what i see in logs:
Error setting up entry 10.0.0.1 for ddwrt
11:42:39 – (ERROR) DD-WRT (custom integration)
update_upnp_data(): invalid number of elements in pptp_leases (expected 4, found 107)
11:42:39 – (WARNING) DD-WRT (custom integration)
Unknown wireless radio status, please report this to the author: ['Inactive']
11:42:39 – (ERROR) DD-WRT (custom integration)
Extra fields in WAN data found. Please contact developer to report this warning. ({'speed_up': '0', 'speed_down': '0', 'speed_town': ' ', 'speed_sponsor': ' ', 'speed_country': ' '})
11:42:38 – (WARNING) DD-WRT (custom integration)
Unable to update router data: could not convert string to float: 'Available'
11:42:38 – (WARNING) DD-WRT (custom integration)
update_lan_data(): invalid number of elements in dhcp_leases (expected 5, found 231)
11:42:37 – (WARNING) DD-WRT (custom integration)

I guess the DD-WRT dev (BrainSlayer) included something your intergation can't handle?

Do you think you can fix this?

@Andrewdlec
Copy link

I am getting a 500 error too. DD-WRT version: DD-WRT v3.0-r54682 std

Logger: custom_components.ddwrt.pyddwrt
Source: custom_components/ddwrt/pyddwrt.py:228
Integration: DD-WRT
First occurred: 11:30:49 AM (2 occurrences)
Last logged: 11:31:14 AM

Extra fields in WAN data found. Please contact developer to report this warning. ({'speed_up': '0', 'speed_down': '0', 'speed_town': ' ', 'speed_sponsor': ' ', 'speed_country': ' '})

@dkwolf1
Copy link

dkwolf1 commented Jan 12, 2024

Same error. Integration doesn't work

@TCB13
Copy link

TCB13 commented Jan 26, 2024

Also not working for me with multiple errors:

Logger: custom_components.ddwrt.pyddwrt
Source: custom_components/ddwrt/pyddwrt.py:415
Integration: DD-WRT
First occurred: 23:36:05 (7 occurrences)
Last logged: 23:40:51

update_wireless_data(): invalid number of elements in active_wireless (expected 11, found 17)


Logger: custom_components.ddwrt.pyddwrt
Source: custom_components/ddwrt/pyddwrt.py:357
Integration: DD-WRT
First occurred: 23:36:05 (7 occurrences)
Last logged: 23:40:51

Unknown wireless radio status, please report this to the author: ['Active']


Logger: custom_components.ddwrt.pyddwrt
Source: custom_components/ddwrt/pyddwrt.py:228
Integration: DD-WRT
First occurred: 23:36:05 (7 occurrences)
Last logged: 23:40:51

Extra fields in WAN data found. Please contact developer to report this warning. ({'speed_up': '0', 'speed_down': '0', 'speed_town': ' ', 'speed_sponsor': ' ', 'speed_country': ' '})


Logger: custom_components.ddwrt.config_flow
Source: custom_components/ddwrt/config_flow.py:173
Integration: DD-WRT
First occurred: 23:37:42 (1 occurrences)
Last logged: 23:37:42

DDWRTFlowHandler::async_step_user update_about_data exception unknown_error: ('Unable to update router model data: %s', ExceptionAuthenticationError())

Router Model: Netgear R7000
Firmware Version: DD-WRT v3.0-r53763 std (10/24/23)

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

4 participants