Hy community. I’m running kiri on debian 11 with the command gs-app-server --port 8181 because 8080 is already in use. but when I open the browser I only get to this screen:
it looks like two things failed to load: wasm for the Manifold library and the language module. I have not tested Brave on linux, so perhaps it is doing something out of spec. is the browser on a different OS? or are you just testing the server running on different hosts?
I open kiri Website with Windows 11 browser Brave or Chrome. Always had same result. My local server have Proxmox with a running NAS (lxc container with debian 11) and a VirtualMachine for Octoprint(debian 11). Testet kiri on the NAS system and i had no problems connecting with brave. Then I decided to run kiri directly on my octoprint VM with the given result.
I also testet kiri on the VM with standard port 8080. Same result
Hi, I was trying to run kiri on my local server, and I ran into these same errors. Here’s how I fixed it:
The “post install” script never ran, so I was missing src/ext/manifold.js and src/wasm/manifold.wasm. Manually running bin/nmp-post fixed the first issue. Any reason these files aren’t included in the repo, and need to be downloaded separately?
Try running not in debug mode. When I did, I got a message that the cache had been updated, and this fixed the ‘kiri.lang’ issue. Note that once the cache updated, I can run in debug mode with no issue.
I haven’t used it for anything yet, but at least the site is loading for me and seems to be working fine. Server is running debian and the client is Win7 with Firefox FWIW.
Unclear why post-install wouldn’t run. Those files are not included because they are large binaries. Also, I have not switched over the the official Manifold npm package yet. I’m still using my code from the pull-request that led to the new API.
I am also having an issue with kiri:moto. I have tried multiple browsers and all tye same. It just stays on the “kiri:moto is loading page” Any ideas hoe to fix this?
Can you look on the Javascript console for errors? Also, you can try loading the dev version at Kiri:Moto … and, of course, you can try the download releases link above for pre-built binaries.
So I apparently didn’t have Java on my computer. After downloading it I was able to get the dev version to come up but still getting only the loading screen when trying through the browser. Not seeing any errors on the browser. I would still like to use the most updated version but the dev will work for now.
I’m confused. The project does not use Java. It’s written in Javascript and uses nodejs on the server-side. But that should not affect running it in browser.