-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Add Nightly Builds of OctoDash #1009
Comments
I agree with you, it could be a good things to add. I also tried to build locally. In Windows it is impossible since electron doesn't work on windows |
@UnchartedBull is welcome to remove the link if he wants, but I have started a section on my website specifically for semi-nightly builds, as I am doing testing and customization as well. Let me know if they builds fail to work properly. Of course, there are some bugs, but as long as it doesn't fail to boot up or anything major, it should be good. https://sites.google.com/view/m1dn1ght-3d/downloads/unofficial-octodash-builds |
Hi, nice work, On my fork, i managed to do some nightly build too. For me, every build doesn't work after the commit 6458cc6 |
@M1dn1ghtN1nj4 thanks! Would you mind if I link that site in the README / wiki? Most recent build won't install until https://github.com/UnchartedBull/OctoDash/tree/fix/text-wrap has been merged as described in #1033 (comment). |
Sure! I'm still trying to set up a one line command that will install my build like you have. I have limited time, but doing more on that tonight. |
@UnchartedBull I created a new repo on my account, and will be posting the builds over there. I now have it linked to a modified install.sh script to make installing my builds easier. I still need to update my website to reflect that. So you'll be able to link to either my GIT page or my website. Or both if you prefer. |
Ok, got the install script working properly now. Looks like everything is good. Currently the only issue I have is that after hitting SAVE in the settings menu, I get a blank screen, and the system is unresponsive. Other than that, it looks good. |
I'm having the same issue with the save button, I'm looking for this error. I can say that if we look in ssh and try to run octodash, it returns 'Segmentation fault'. I'm wondering if this can be linked to the performance issue. |
It has been uncharacteristically slow recently. I'm still working through
the code. I've never dealt with angular or electron before.
…On Thu, Oct 8, 2020, 1:20 AM Neskik ***@***.***> wrote:
I'm having the same issue with the save button, I'm looking for this error.
I can say that if we look in ssh and try to run octodash, it returns
'Segmentation fault'. I'm wondering if this can be linked to the
performance issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1009 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXLIJZEBQM3HHQWJB3QUEDSJVD2RANCNFSM4RYAO2LQ>
.
|
Yes, with some tests, I can say that octodash is slower when idle than when printing. |
I am running this on a Pi4 4GB, and 16GB C10, U1, V10, A1 microsd card. I
also have a couple extra 3B+s in the drawer.
If you have a change to test, I'll see what each one does.
…On Thu, Oct 8, 2020, 1:57 AM Neskik ***@***.***> wrote:
Yes, with some tests, I can say that octodash is slower when idle than
when printing.
When i print, my screen is very responsive.
In my opinion, it became slow when Prettier plugin was added. But that's
strange because i should not occure some performance issue.
When UnchartedBull made some change to prevent drag element, he changes
the global css file with
*::After et *::before and maybe that is the cause of the issue. I read an
article saying that those flag in css can slow the loading of the web page.
Maybe that's what we are experiences with our Pi with less ressources than
a normal computer ?
I'll look deeper this weekend for this issue
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1009 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXLIJ34P3FFEUSMOQMVR5TSJVIC7ANCNFSM4RYAO2LQ>
.
|
I'll have a look at that as well once I have some spare time. Feel free to create a PR if you've found a fix :). Also the *::before and *::after aren't doing anything I think (they were mentioned in the article to prevent drag events, so I thought it can't hurt). Just remove them if you think that fixes the issue. |
Closing this here for now, since the nightly builds are available thanks to @M1dn1ghtN1nj4. I'll update the ReadME soonish. The slow interface will be tracked in #1062. Thanks again! |
Just a quick update: The issue was the upgrade to Electron 10, after I downgraded to 9 everything runs smoothly again. Still don't know why it is acting up on Electron 10, but that will be discussed in the other issue. Release 2.1 should be ready soon :) |
Awesome. When you get the commit to bump it back down to 9. I'll do
another build, and see how things work. I was going to start a build
tonight, then saw your email.
…On Sun, Oct 11, 2020 at 6:45 PM Timon G. ***@***.***> wrote:
Just a quick update: The issue was the upgrade to Electron 10, after I
downgraded to 9 everything runs smoothly again. Still don't know why it is
acting up on Electron 10, but that will be discussed in the other issue.
Release 2.1 should be ready soon :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1009 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXLIJYPNV7OZMPUHGZFTK3SKIYSHANCNFSM4RYAO2LQ>
.
|
6d08f3c fresh and hot 👍 |
Perfect. Starting builds now. Do you want to wait on the one pull request
that's open? Just build it as it is right now?
…On Sun, Oct 11, 2020 at 7:03 PM Timon G. ***@***.***> wrote:
6d08f3c
<6d08f3c>
fresh and hot 👍
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1009 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXLIJ5HBTMHY6EH4KBBVUTSKI2UBANCNFSM4RYAO2LQ>
.
|
The other PR is unrelated, master should be fine now. |
OK, so I'm still trying to narrow this down. I install a clean copy of
OctoPrint. Do a full-upgrade. Install OctoDash using the most recent
build and install.sh (only changed to point to my deb file).
It never boots to Ratpoison or OctoDash. I tried going over all the manual
installer instructions, and even checking file permissions. Tried with the
minimum pluginsNothing is working so far. Just boots to terminal. I did
see it says this:
*/hom/pi/.xinitrc: 8: /home/pi/.xinitrc: octodash: not found*
…On Sun, Oct 11, 2020 at 7:13 PM Timon G. ***@***.***> wrote:
The other PR is unrelated, master should be fine now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1009 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXLIJ5IIKYKV4CDBWQB6B3SKI3Y7ANCNFSM4RYAO2LQ>
.
|
Hold that thought. I think I found it.
On Sun, Oct 11, 2020 at 10:06 PM M1dn1ght N1nj4 <m1dn1ghtn1nj4@gmail.com>
wrote:
… OK, so I'm still trying to narrow this down. I install a clean copy of
OctoPrint. Do a full-upgrade. Install OctoDash using the most recent
build and install.sh (only changed to point to my deb file).
It never boots to Ratpoison or OctoDash. I tried going over all the
manual installer instructions, and even checking file permissions. Tried
with the minimum pluginsNothing is working so far. Just boots to
terminal. I did see it says this:
*/hom/pi/.xinitrc: 8: /home/pi/.xinitrc: octodash: not found*
On Sun, Oct 11, 2020 at 7:13 PM Timon G. ***@***.***> wrote:
> The other PR is unrelated, master should be fine now.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#1009 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AJXLIJ5IIKYKV4CDBWQB6B3SKI3Y7ANCNFSM4RYAO2LQ>
> .
>
|
Nope, still broken. Going to keep trying, unless you have some suggestions
On Sun, Oct 11, 2020 at 10:12 PM M1dn1ght N1nj4 <m1dn1ghtn1nj4@gmail.com>
wrote:
… Hold that thought. I think I found it.
On Sun, Oct 11, 2020 at 10:06 PM M1dn1ght N1nj4 ***@***.***>
wrote:
> OK, so I'm still trying to narrow this down. I install a clean copy of
> OctoPrint. Do a full-upgrade. Install OctoDash using the most recent
> build and install.sh (only changed to point to my deb file).
>
> It never boots to Ratpoison or OctoDash. I tried going over all the
> manual installer instructions, and even checking file permissions. Tried
> with the minimum pluginsNothing is working so far. Just boots to
> terminal. I did see it says this:
>
> */hom/pi/.xinitrc: 8: /home/pi/.xinitrc: octodash: not found*
>
> On Sun, Oct 11, 2020 at 7:13 PM Timon G. ***@***.***>
> wrote:
>
>> The other PR is unrelated, master should be fine now.
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#1009 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AJXLIJ5IIKYKV4CDBWQB6B3SKI3Y7ANCNFSM4RYAO2LQ>
>> .
>>
>
|
Yeah, if I manually do a wget on the file location, and store it as
octodash.deb, then dpkg on it, it installs just fine. Something isn't
working in the install.sh script.
On Sun, Oct 11, 2020 at 10:17 PM M1dn1ght N1nj4 <m1dn1ghtn1nj4@gmail.com>
wrote:
… Nope, still broken. Going to keep trying, unless you have some suggestions
On Sun, Oct 11, 2020 at 10:12 PM M1dn1ght N1nj4 ***@***.***>
wrote:
> Hold that thought. I think I found it.
>
> On Sun, Oct 11, 2020 at 10:06 PM M1dn1ght N1nj4 ***@***.***>
> wrote:
>
>> OK, so I'm still trying to narrow this down. I install a clean copy of
>> OctoPrint. Do a full-upgrade. Install OctoDash using the most recent
>> build and install.sh (only changed to point to my deb file).
>>
>> It never boots to Ratpoison or OctoDash. I tried going over all the
>> manual installer instructions, and even checking file permissions. Tried
>> with the minimum pluginsNothing is working so far. Just boots to
>> terminal. I did see it says this:
>>
>> */hom/pi/.xinitrc: 8: /home/pi/.xinitrc: octodash: not found*
>>
>> On Sun, Oct 11, 2020 at 7:13 PM Timon G. ***@***.***>
>> wrote:
>>
>>> The other PR is unrelated, master should be fine now.
>>>
>>> —
>>> You are receiving this because you were mentioned.
>>> Reply to this email directly, view it on GitHub
>>> <#1009 (comment)>,
>>> or unsubscribe
>>> <https://github.com/notifications/unsubscribe-auth/AJXLIJ5IIKYKV4CDBWQB6B3SKI3Y7ANCNFSM4RYAO2LQ>
>>> .
>>>
>>
|
Is there a better way we can chat? Discord or something?
On Sun, Oct 11, 2020 at 10:24 PM M1dn1ght N1nj4 <m1dn1ghtn1nj4@gmail.com>
wrote:
… Yeah, if I manually do a wget on the file location, and store it as
octodash.deb, then dpkg on it, it installs just fine. Something isn't
working in the install.sh script.
On Sun, Oct 11, 2020 at 10:17 PM M1dn1ght N1nj4 ***@***.***>
wrote:
> Nope, still broken. Going to keep trying, unless you have some
> suggestions
>
> On Sun, Oct 11, 2020 at 10:12 PM M1dn1ght N1nj4 ***@***.***>
> wrote:
>
>> Hold that thought. I think I found it.
>>
>> On Sun, Oct 11, 2020 at 10:06 PM M1dn1ght N1nj4 ***@***.***>
>> wrote:
>>
>>> OK, so I'm still trying to narrow this down. I install a clean copy of
>>> OctoPrint. Do a full-upgrade. Install OctoDash using the most recent
>>> build and install.sh (only changed to point to my deb file).
>>>
>>> It never boots to Ratpoison or OctoDash. I tried going over all the
>>> manual installer instructions, and even checking file permissions. Tried
>>> with the minimum pluginsNothing is working so far. Just boots to
>>> terminal. I did see it says this:
>>>
>>> */hom/pi/.xinitrc: 8: /home/pi/.xinitrc: octodash: not found*
>>>
>>> On Sun, Oct 11, 2020 at 7:13 PM Timon G. ***@***.***>
>>> wrote:
>>>
>>>> The other PR is unrelated, master should be fine now.
>>>>
>>>> —
>>>> You are receiving this because you were mentioned.
>>>> Reply to this email directly, view it on GitHub
>>>> <#1009 (comment)>,
>>>> or unsubscribe
>>>> <https://github.com/notifications/unsubscribe-auth/AJXLIJ5IIKYKV4CDBWQB6B3SKI3Y7ANCNFSM4RYAO2LQ>
>>>> .
>>>>
>>>
|
It's all good now. I had to fight with the releaseURL.
On Sun, Oct 11, 2020 at 10:24 PM M1dn1ght N1nj4 <m1dn1ghtn1nj4@gmail.com>
wrote:
… Is there a better way we can chat? Discord or something?
On Sun, Oct 11, 2020 at 10:24 PM M1dn1ght N1nj4 ***@***.***>
wrote:
> Yeah, if I manually do a wget on the file location, and store it as
> octodash.deb, then dpkg on it, it installs just fine. Something isn't
> working in the install.sh script.
>
> On Sun, Oct 11, 2020 at 10:17 PM M1dn1ght N1nj4 ***@***.***>
> wrote:
>
>> Nope, still broken. Going to keep trying, unless you have some
>> suggestions
>>
>> On Sun, Oct 11, 2020 at 10:12 PM M1dn1ght N1nj4 ***@***.***>
>> wrote:
>>
>>> Hold that thought. I think I found it.
>>>
>>> On Sun, Oct 11, 2020 at 10:06 PM M1dn1ght N1nj4 <
>>> ***@***.***> wrote:
>>>
>>>> OK, so I'm still trying to narrow this down. I install a clean copy
>>>> of OctoPrint. Do a full-upgrade. Install OctoDash using the most recent
>>>> build and install.sh (only changed to point to my deb file).
>>>>
>>>> It never boots to Ratpoison or OctoDash. I tried going over all the
>>>> manual installer instructions, and even checking file permissions. Tried
>>>> with the minimum pluginsNothing is working so far. Just boots to
>>>> terminal. I did see it says this:
>>>>
>>>> */hom/pi/.xinitrc: 8: /home/pi/.xinitrc: octodash: not found*
>>>>
>>>> On Sun, Oct 11, 2020 at 7:13 PM Timon G. ***@***.***>
>>>> wrote:
>>>>
>>>>> The other PR is unrelated, master should be fine now.
>>>>>
>>>>> —
>>>>> You are receiving this because you were mentioned.
>>>>> Reply to this email directly, view it on GitHub
>>>>> <#1009 (comment)>,
>>>>> or unsubscribe
>>>>> <https://github.com/notifications/unsubscribe-auth/AJXLIJ5IIKYKV4CDBWQB6B3SKI3Y7ANCNFSM4RYAO2LQ>
>>>>> .
>>>>>
>>>>
|
just created - https://discord.gg/gTasZTz :) |
Is your feature request related to a problem? Please describe.
I would like to test current master version with #938
Describe the solution you'd like
http://gnethomelinux.com/OctoPi/nightly/
Additional context
I looked at CONTRIBUTING guide to build locally but without success on Mac with base environment (node, npm). Also Docker build would be cool if possible.
The text was updated successfully, but these errors were encountered: