-
Notifications
You must be signed in to change notification settings - Fork 6
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
No images after capture #1
Comments
Compled from Docker, but the same issue `sudo docker build -t ekos-web .
setting up Git hooks
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
npm notice created a lockfile as package-lock.json. You should commit this file. added 2146 packages from 2110 contributors and audited 1354 packages in 302.584s 52 packages are looking for funding found 1 high severity vulnerability added 8 packages from 12 contributors and audited 8 packages in 3.581s
warning asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). warning entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. warning webpack performance recommendations: File Size Gzipped dist/js/chunk-vendors.ec5da916.js 917.33 KiB 208.07 KiB Images and other types of assets omitted. DONE Build complete. The dist directory is ready to be deployed. Removing intermediate container 4e2340cf9cf0 |
Hmm. What version of KStars are you running? |
3.4.3 |
I haven't been able to reproduce this locally, using the same versions. Can you try refreshing the page after a failed capture, then doing another capture? Even just the camera preview on the capture tab in Ekos should send a new image. |
I was finally able to reproduce it, and pretty sure I fixed it. Can you give it a try? Also added several new things to the app. |
I tried to install it on my Raspberry with raspbian buster. I had some throubles with nodejs and npm packages, but i compiled your sofware. So, I startek Ekos with simulators and Ekoslive, but in uoy webpage localhost:3000 is see only string regards mount coordinates etc etc, but I do not see captured images.
I used Chrome 84.0.4147.125 from my desktop pc connected to the Raspberry ip on port 3000. So, as I said, I had problem when build the software because NPM package provided by raspbian is not compatible. I installed nodejs with this procedure
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
and then I was able to run NPM commands with some warnings
The text was updated successfully, but these errors were encountered: