-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
N8N - API api/v1/executions => application crashes #5249
Comments
Hey @stephanerigaux-atos, Thanks for reporting this one, You mentioned that it crashes in loop but in my test it just crashed the once which is still not ideal and needs fixing. I have created an internal ticket for this one which we will be tracking as |
Hey,
Sorry for my poor English , but I agree with you, N8N crashes and container restarts, and n8n is up.
Thank you for the tracking
Best regards
Stephane
De : Jonathan Bennetts ***@***.***>
Envoyé : mercredi 25 janvier 2023 16:02
À : n8n-io/n8n ***@***.***>
Cc : STEPHANE RIGAUX ***@***.***>; Mention ***@***.***>
Objet : Re: [n8n-io/n8n] N8N - API api/v1/executions => application crashes (Issue #5249)
Caution: External email. Do not open attachments or click links, unless this email comes from a known sender and you know the content is safe.
Hey @stephanerigaux-atos<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fstephanerigaux-atos&data=05%7C01%7Cstephane.rigaux%40atos.net%7C6be2138e22b241e9dcec08dafee50ba1%7C33440fc6b7c7412cbb730e70b0198d5a%7C0%7C0%7C638102556945782412%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=HZmZqibJM%2BrNXkuTS8TdA%2B1TnJWC9ImwgUPEbwr4xfM%3D&reserved=0>,
Thanks for reporting this one, You mentioned that it crashes in loop but in my test it just crashed the once which is still not ideal and needs fixing.
I have created an internal ticket for this one which we will be tracking as N8N-6047.
—
Reply to this email directly, view it on GitHub<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fn8n-io%2Fn8n%2Fissues%2F5249%23issuecomment-1403754858&data=05%7C01%7Cstephane.rigaux%40atos.net%7C6be2138e22b241e9dcec08dafee50ba1%7C33440fc6b7c7412cbb730e70b0198d5a%7C0%7C0%7C638102556945782412%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=kAgDny5bom1lWtJx%2BiXpL5gAbi48UcdPMAspFl5rDB0%3D&reserved=0>, or unsubscribe<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FA5OWCA6A7S223GRPPT6T3ADWUE54VANCNFSM6AAAAAAUGKF7KU&data=05%7C01%7Cstephane.rigaux%40atos.net%7C6be2138e22b241e9dcec08dafee50ba1%7C33440fc6b7c7412cbb730e70b0198d5a%7C0%7C0%7C638102556945782412%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=kOTFET25xi3I88eVbPmESsMJWdoD1FYz1CtMmKxS74k%3D&reserved=0>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
Ce message et toutes les pièces jointes (ci-après le "message") sont établis à l’intention exclusive des destinataires désignés. Il contient des informations confidentielles et pouvant être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de détruire le message. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse de l’émetteur. L'internet ne garantissant pas l'intégrité de ce message lors de son acheminement, Atos (et ses filiales) décline(nt) toute responsabilité au titre de son contenu. Bien que ce message ait fait l’objet d’un traitement anti-virus lors de son envoi, l’émetteur ne peut garantir l’absence totale de logiciels malveillants dans son contenu et ne pourrait être tenu pour responsable des dommages engendrés par la transmission de l’un d’eux.
This message and any attachments (the "message") are intended solely for the addressee(s). It contains confidential information, that may be privileged. If you receive this message in error, please notify the sender immediately and delete the message. Any use of the message in violation of its purpose, any dissemination or disclosure, either wholly or partially is strictly prohibited, unless it has been explicitly authorized by the sender. As its integrity cannot be secured on the internet, Atos and its subsidiaries decline any liability for the content of this message. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
|
Perfect thanks for confirming. |
Hi, Thank you for the fix. We saw the same issue with the api to get the workflows list . The fix is global for all api endpoints ? |
@stephanerigaux-atos Yes, the fix should should add the correct validation for all numeric IDs in the public API. |
Fix got released with |
Describe the bug
After try the N8N api, we found a bug on api/v1/executions endpoint.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The api should respond an http response 400 and not crash the application in entire.
Environment (please complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: