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

Just a blank square showing up in Safari, macOs Big Sur #168

Open
ghost opened this issue Aug 23, 2021 · 3 comments
Open

Just a blank square showing up in Safari, macOs Big Sur #168

ghost opened this issue Aug 23, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 23, 2021

Following the README, after building successfully, I run python server on localhost and go to openclaw.html, I get this:

Screen Shot 2021-08-23 at 10 40 14 PM

And the log shows:

127.0.0.1 - - [23/Aug/2021 22:38:52] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [23/Aug/2021 22:39:30] "GET /openclaw.html HTTP/1.1" 200 -
127.0.0.1 - - [23/Aug/2021 22:39:30] code 404, message File not found
127.0.0.1 - - [23/Aug/2021 22:39:30] "GET /openclaw.js HTTP/1.1" 404 -
@pjasicek
Copy link
Owner

Hi, most likely you did not copy all the required assets to the server's public directory. Look at the browser console's errors and you will find which assets are missing.

@ghost
Copy link
Author

ghost commented Aug 26, 2021

It's looking for openclaw.js which I'm not sure where it should be

@pjasicek
Copy link
Owner

It seems to me that you are not doing the WebAssembly build :-)

Please follow this build section instead:

https://github.com/pjasicek/OpenClaw#webassembly-emscripten

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

1 participant