-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
calendar fetch fails with header size exceeded, breaking node js change #2362
Comments
The downgrade from 80KB to 8KB was made 2 years ago. running
Did you try |
no, will try, however note the failure above at 8264 on node 14.15.3 need to do this on non-serveronly we are using request in calendar. |
@khassel for node 10.23.0 without the parm , serveronly fails, with the parm does NOT fail. so, how do we specify this for the |
from the electron docs this should work. |
@khassel that worked.. i looked thru the electron docs for parameters, not options |
glad to hear this is solved. Do we need a fix in this repo? I think not, node |
i do not think we need to implement any fixes. and the workaround is easy to do I appreciate your help |
user confirmed parameter resolved problem |
forum topic
https://forum.magicmirror.builders/topic/14257/overflow-with-calendar
see nodejs/node#24692
node has made the max header size 8000 down from 80,000. we have some bad servers which are sending the data in the headers too..
the url above is invalidated(by me) so it could be posted here.. I can advise someone else the corrected url
the workaround --max-http-header-size=?????? some number doesn't work
I upgraded to latest stable node, 14.15.3
same error
I added the maxHeaderSize value to the request options
same error...
i don't know any other approach to resolving this.. help
fails on 2-14-develop as well, on node 14.15.3 also
The text was updated successfully, but these errors were encountered: