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

Update to Version 2? #796

Closed
nicedevil007 opened this issue Jul 8, 2020 · 4 comments
Closed

Update to Version 2? #796

nicedevil007 opened this issue Jul 8, 2020 · 4 comments

Comments

@nicedevil007
Copy link

Hey guys, maybe I have tomatoes on my eyes. Found a update line with the 2.0 version in the wiki here and this page isn't available anymore. Then I read that the new version should be release in a week or 2 (that should me start of june this year?).

I guess something went wrong and it wasn't released yet?

Is there a guide out how to compile it by myself?

@UnchartedBull
Copy link
Owner

Hi,

sorry for the confusion. Another (more important project) popped up and i needed to invest my time into that project. Since the other project is almost done by now I'm slowly picking up OctoDash again. I also decided to add more features before the v2 release (on-screen keyboard, update from within the app) - while they make OctoDash more user friendly they take a good chunk of time to get done. So it will be another 2 weeks or month until v2 release, I don't really know ...

If you want to build the latest available version you can always run:

  • npm install
  • npm run pack

This should create a folder package with a .deb file in there which you can install normally on your Raspberry.

@nicedevil007
Copy link
Author

Hey @UnchartedBull,

thank you for your respone. Even this answer let me hope :)
I recently switched from OctoScreen to your implementation! OctoScreen always keeps my OctoPrint stopping after I power off the printer :(

Like it a lot, just few things I have to understand.

For this issue, maybe anyone else can help as well:

I have octopi 0.18 installed.

I did the following things:

sudo su -
apt update && sudo apt install npm -y
git clone https://github.com/UnchartedBull/OctoDash.git
cd OctoDash/
npm install
npm run pack

Then this error appears after some time:

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! octodash@1.5.0 pack: `npm run ng:build && electron-builder build -l`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the octodash@1.5.0 pack script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-07-09T12_52_10_056Z-debug.log

@UnchartedBull
Copy link
Owner

Did you build this on the Raspberry Pi? The Pi might not have enough RAM to build & package the whole application (at least the 1GB models). Please try building on your PC in this case :)

Also the whole log would be really helpful, since the actual error is above the lines you posted.

@nicedevil007
Copy link
Author

@UnchartedBull heya again, I'm using Raspberry Pi 4 with 4 GB, mhhh then I need to try it again on my server with 16 gigs of ram... or maybe I just wait until you release newer version :P

I would close this issue here and post my other existing ones now seperate

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