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

crash with more than 14 input lines #57

Closed
xmace opened this issue Feb 20, 2019 · 7 comments
Closed

crash with more than 14 input lines #57

xmace opened this issue Feb 20, 2019 · 7 comments
Labels

Comments

@xmace
Copy link

xmace commented Feb 20, 2019

with 14 inputs everything nice:
image

but when i add another input:
image

independend which input is choosen.

@SVallant
Copy link

@SpikeNbg
Copy link

SpikeNbg commented Mar 27, 2019

Hi!
I have the same problem (since yesterday)..

In my case, 13 Inputs run smooth, but with the 14th line it breaks..

The only differnce in my case (URL hasn't changed):
I've upgraded from node 6.12.2 to 8.15.1 yesterday.

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..

@Bongo2
Copy link

Bongo2 commented Jun 10, 2019

I have the same problem. After updating Node from 6 to 8. If there are too many lines or too many options.
Is there an explanation or solution?

@nooxnet
Copy link

nooxnet commented Aug 7, 2019

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.

@nooxnet
Copy link

nooxnet commented Aug 7, 2019

Ok, they changed the max header size in nodejs v12.6.0+ from 80 to 8 kB:
https://stackoverflow.com/a/56954244/5550687
nodejs/node#24692

@stale
Copy link

stale bot commented Dec 24, 2020

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.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

@stale stale bot added the wontfix label Dec 24, 2020
@stale
Copy link

stale bot commented Dec 31, 2020

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.
Dieses Problem wurde aufgrund von Inaktivität automatisch geschlossen. Bitte öffnet ein neues Issue, falls dies noch relevant ist und stellt sicher das alle relevanten Details, Logs und Reproduktionsschritte enthalten sind. Vielen Dank für Eure Unterstützung.

@stale stale bot closed this as completed Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants