-
Notifications
You must be signed in to change notification settings - Fork 603
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
Most recent release (v5.27.1) introduced Syntax Error #2399
Comments
Thanks for reporting. Will have it fixed asap. |
Ah dang, sorry. You were to efficient! I was about to close this issue, because I dont think it is an issue on your end after all. I was digging a bit deeper. And noticed these warnings at the building phase of my github action:
It seems like the stable branch of https://github.com/ButlerLogic/action-autotag uses a docker file that is fixed on NodeJS 13 (but is still using the most recent version of this library...) Thank you for your very fast response time! :) |
Well it's fixed in 5.27.2 anyway :). |
Thanks a lot! That makes my life a lot easier! :) |
Bug Description
Hello, unfortunately I can not be too specific because I am not directly using this library. But I am quite certain my issue is caused by undici. I will try to give you as much information as I can :)
I have a github action, which uses https://github.com/ButlerLogic/action-autotag - which seems to use this library.
About 4 hours ago, it worked fine (and has been for years). Without changing anything on my end, it started failing about an hour ago (which is timed perfectly with the most recent update of this library).
The error I am getting is:
After a little bit of research it seems this error is caused by this line:
undici/lib/core/request.js
Line 122 in 2aedba4
Which was added by the most recent commit (https://github.com/nodejs/undici/pull/2391/files) which has been merged yesterday (and was published with the last version an hour ago. So the timeline of this change perfectly adds up with when this issue started happening on my end.
The full report of my error is here (though I think others can not access the full report):
https://github.com/KL-Psychological-Methodology/ESMira-web/actions/runs/6748712011/job/18347880464
Reproducible By
I am sorry. Since I am not sure how https://github.com/ButlerLogic/action-autotag is using this library, I cant really add anything here.
Expected Behavior
No syntax error :)
Logs & Screenshots
This the full output of my faulty github action
Environment
Ubuntu 22.04.3 LTS
Additional context
Used by https://github.com/ButlerLogic/action-autotag
The text was updated successfully, but these errors were encountered: