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

fix audioworklet example local server error #3347

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chaosprint
Copy link

@chaosprint chaosprint commented Mar 10, 2023

The previous server.py will yield an error:

Serving HTTP on :: port 8000 (http://[::]:8000/) ...
::1 - - [10/Mar/2023 11:05:59] "GET / HTTP/1.1" 304 -
::1 - - [10/Mar/2023 11:05:59] "GET /wasm_audio_worklet.js HTTP/1.1" 200 -
::1 - - [10/Mar/2023 11:05:59] "GET /wasm_audio_worklet_bg.wasm HTTP/1.1" 200 -
::1 - - [10/Mar/2023 11:05:59] code 404, message File not found
::1 - - [10/Mar/2023 11:05:59] "GET /favicon.ico HTTP/1.1" 404 -

And it's different from the port 8080 in the README.md.

A minor fix.

@Liamolucko
Copy link
Collaborator

What error are you talking about? Do you mean the error your browser will give you trying to navigate to http://[::]:8000? If so, I'm in favour of fixing that, you just haven't made yourself very clear.

Also, the raytrace-parallel example has an identical Python server, so you should do the same for that one too.

@daxpedda daxpedda added the waiting for author Waiting for author to respond label May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for author Waiting for author to respond
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants