Skip to content
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

error on second video #93

Open
amybraswell opened this issue May 2, 2021 · 1 comment
Open

error on second video #93

amybraswell opened this issue May 2, 2021 · 1 comment

Comments

@amybraswell
Copy link

Hi David,
This looks like an amazing video series and is exactly what I am looking for! However, it looks like glUtils has an error somewhere. The server will start without any issue but cmd-clicking to open http://localhost:8080/ returns the following error in the Terminal: Thrace:0002-context-attributes Thrace$ http-server
Starting up http-server, serving ./
Available on:
http://127.0.0.1:8080
http://10.1.10.103:8080
Hit CTRL-C to stop the server
[2021-05-02T17:45:25.772Z] "GET /vendor/js/signals.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36"
(node:59285) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
[2021-05-02T17:45:25.785Z] "GET /vendor/js/signals.js" Error (404): "Not found"

Can you please help me move past this? I would love to work through your videos!!!

Thank you!
Amy

@davidwparker
Copy link
Owner

davidwparker commented Jun 22, 2021

Sorry, just now seeing this @amybraswell .

When you start your server, are you in the directory of episode 2 itself?

You should be :

/programmingtil-webgl/0002-context-attributes$ http-server

Then, when you open your browser, it would have everything it needs.

Alternatively, just clone the full repo, then from the root of the directory you can run http-server there, then in the browser open to localhost:8080 and click on the link for each episode and they'll work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants