-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unable to read output #3
Comments
no code shown in your bug report... what happens when you: (these worked for me) |
@timotheecour In python -m SimpleHTTPserver also I'm getting same result (binary results) |
did you follow exactly instructions in README or did you deviate at some point? IIRC you were mentioning using ubuntu directly instead of using vagrant to access a VM |
I did as in README. I did |
looks like your
[EDIT] Note: if I run
|
when happens when you force rebuild:
|
@timotheecour I have attached the log. Plz let me know the issue
|
here's your bug:
the remaining commands are being run locally, not inside your VM |
Ohk. How solve this issue? |
I think that's out of scope of this github repo but google returns a lot of hits; eg https://teamtreehouse.com/community/vagrant-ssh-sshexchangeidentification-read-connection-reset-by-peer |
@timotheecour
And sometimes it gives bellow error some time it won't
The HTTP server is not running and direct |
(disclaimer: I'm not affiliated with this project but am interested in it, and I did manage to make it work in my setting) it can be frustrating when things don't work out of the box but please try to understand what's going on in the code in https://github.com/Feneric/nim-wasm-helpers/blob/master/Vagrantfile and don't run things blindly; that should help you debug the issue you're having; from your logs:
the above seems buggy, at least it differs from what I was seeing in #3 (comment) which was
ie, you should see emcc, not gcc. a few things you can try (please report back if it finally works)
note that
that's because you ran it from inside the VM; run |
@timotheecour Tried with adding
|
well you have an error here: what is cat /etc/nim.cfg? |
|
i think the error |
Is there any way to solve this issue? |
remove the last line |
No use. Getting same result |
Anyone please fix this issue.
@Feneric Do you have idea to solve this? |
@AchalaSB |
In my |
I agree with @timotheecour that you need to get rid of that last line with the redirection to |
the file being read is /etc/nim.cfg, not /cat/nim.cfg |
In |
When I run the above code I'm getting the message successful.(
hello.html
is up to date) But when I openhello.html
file it is not showing the text message instead it gives me binary codeHow to get proper result?
Tried with SimpleHTTP server as well but no use
Plz need help. TIA
The text was updated successfully, but these errors were encountered: