-
Notifications
You must be signed in to change notification settings - Fork 13
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
crash with more than 14 input lines #57
Comments
Hi! In my case, 13 Inputs run smooth, but with the 14th line it breaks.. The only differnce in my case (URL hasn't changed): After the upgrade 2 flot grafics aren't working any more.. Like said earlier, the URL didn't Change, as it is embedded in 3 vis pages.. |
I have the same problem. After updating Node from 6 to 8. If there are too many lines or too many options. |
I'm pretty sure that this has something to do with the url length. In my case I have 12 lines with an url length of 6578 characters. When I add another line I get a 400 Bad Request HTTP error. I assume the maximum allowed url length is usually a setting of the web server or the web framework. Could this be a setting of node or the web adapter of ioBroker? If course we are far over the recommended max url length. But this is also true for just a few lines in Flot. Modern web browsers should be able to handle more and so it's probably just a setting on the server side. |
Ok, they changed the max header size in nodejs v12.6.0+ from 80 to 8 kB: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions. |
with 14 inputs everything nice:
![image](https://user-images.githubusercontent.com/15639172/53080028-0ca22f00-34f8-11e9-9f62-084739918be2.png)
but when i add another input:
![image](https://user-images.githubusercontent.com/15639172/53080100-3196a200-34f8-11e9-9f98-730da483b9ad.png)
independend which input is choosen.
The text was updated successfully, but these errors were encountered: