-
Notifications
You must be signed in to change notification settings - Fork 21
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
issue/517 Fixed missing matches in stdout #165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 fixes the TypeError issue, however AT build still fails as stderr returns Error: read ECONNRESET. Not sure if that should be a seperate issue?
Does tom's version work any better? #164 |
Afraid not, same error in stderr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
@deltanetdan could you post the entire error please? |
Tried and got this error: |
That's very weird. Will have another look. |
@taylortom i'm not quite sure why this is happening, the code in the adapt-cli seems fine, there's nothing coming out of the stderr or error objects for me, @Kristoffer has supplied a very weird error.txt that makes little sense. I mean, it may be just that the error object and the stderr are not being passed through into the log output and so the problem isn't clear? But the compile seems to have completed correctly. adapt-cli/lib/integration/AdaptFramework/build.js Lines 30 to 36 in f9acaa5
|
Perhaps @deltanetdan could attach his error output too? I recall getting something else at one point... it´s not unlikely that the error.txt above is due to my installation which is in a somewhat sloppy state. |
@KristofferBroberg could you try to replicate your issue using the above changes? I want to see what's in those stderr and error variable. |
@oliverfoster Will do tonight as I don't have access to my computer right now. |
Apologies @oliverfoster , missed the 1st mention. Console and terminal attached |
I can DM you the .har file if you want? |
Tested:
From what I can tell/guess my installation is corrupt and @danielstorey's input is more relevant for this issue. |
which version of node are you both using? |
yes please 👍 |
16.14.0 |
Node v16.14.2 |
Could you both upgrade to the latest v16? See if that helps? |
I'll commit this for the moment and we'll come back to this on another ticket. |
No luck! |
ECONNRESET issue #169 |
Also no luck! |
fixes adapt-security/adapt-authoring#517
Fixed
Error
in stdout.