-
Notifications
You must be signed in to change notification settings - Fork 210
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
Module 101|ne:1023 not found.
potentially erroring on | character in step parameters
#1040
Comments
@jywarren can you please provide some description here. |
Indeed it's related, im actually not sure exactly what's happening, but I
would guess maybe it's splitting on the wrong character in the parameters
for webgl-distort?
…On Thu, Apr 25, 2019, 1:08 PM Vibhor Gupta ***@***.***> wrote:
It's related to #1033
<#1033> , working on
it. will update as soon as i find a fix
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J35SOXAKTFH3BEPVETPSHQMRANCNFSM4HIISR2Q>
.
|
Looking into this now! |
@VibhorCodecianGupta Anything you would like to add here? |
@jywarren I am seeing this error, do you think this can be linked? |
Looks like I found one of the issues @publiclab/is-reviewers |
The website doesn't even work. Try the latest example website locally. It
doesn't work. Adding modules throws an error.
…On Wed 8 May, 2019, 10:04 PM Varun Gupta, ***@***.***> wrote:
Looks like I found one of the issues @publiclab/is-reviewers
<https://github.com/orgs/publiclab/teams/is-reviewers>
The name of fisheye-gl module is being used as "fisheye gl" which is why
adding fisheye gl causes an error!
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIJI5H3PWVI2R2N723QMMNDPUL6INANCNFSM4HIISR2Q>
.
|
Okay this is not specific to fisheye gl |
Yeah I am trying to isolate the error! |
@harshkhandeparkar I think we might have to roll back a few commits here the problem appears to be deep rooted. |
I'll try to figure out which commit added this code. |
I think @teisenhower had tried to rearrange the module names. That is maybe when the error started? |
I think @teisenhower had tried to rearrange the module names in alphabetical order. That is maybe when the error started? Sent from my OnePlus3 using FastHub |
This only happens in the demo though. CLI works. This is a BIG issue. Also urlHash works, so it is only the selector that is broken. |
Okay, a lot of code has been pushed in since then I think. I'll open a new issue for this then. |
👍Ok |
Harsh do you have any insight on the parsing error here? |
I am trying to replicate it locally. |
We really need to refactor our UI code. It is extremely messy and
unreadable. Is there any SoC proposal which mentions such a thing?
…On Wed 8 May, 2019, 10:13 PM Varun Gupta, ***@***.***> wrote:
I am trying to replicate it locally.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIJI5H43IGMEO53B66EC5GTPUL7KDANCNFSM4HIISR2Q>
.
|
I'm not really involved with soc so I'm not sure, sorry. |
Np
…On Wed 8 May, 2019, 10:17 PM Varun Gupta, ***@***.***> wrote:
I'm not really involved with soc so I'm not sure, sorry.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIJI5HZBEXVJ2QV5LWU4XUTPUL7Y7ANCNFSM4HIISR2Q>
.
|
Hi folks, this issue is quite long now so there are plenty of questions or topics that may need to be broken out into their own so we can follow up with them. I'll focus on the debugging of the parsing error with
I don't think that's it, but it could be - do you think the pipe character is in some way being read as a Linux pipe? But the error is not showing breaking on the pipe, it's breaking on either a Harsh - https://sequencer.publiclab.org/examples/#steps=contrast{} is working fine right now. Please open a new issue if you see an unrelated bug, thanks!
You can see who touched files in the examples folder here: https://github.com/publiclab/image-sequencer/commits/main/examples |
Noting that we published to gh-pages on April 19th (https://github.com/publiclab/image-sequencer/tree/gh-pages), but the commit by |
Hey all Sorry I'm just now seeing this. Not sure if this will help or not but when I worked on that previous dropdown issue I didn't rearrange things to alphabetical order. Please let me know if there is anything I can do to help with this. Thanks! |
Thanks Terrence! Sorry, I think it is unrelated to your code, so no
worries! We're just tracking a tough bug and working through all the
possibilities. Thanks so much!
…On Wed, May 8, 2019, 7:06 PM Terrence ***@***.***> wrote:
Hey all
Sorry I'm just now seeing this.
Not sure if this will help or not but when I worked on that previous
dropdown issue I didn't rearrange things to alphabetical order.
Please let me know if there is anything I can do to help with this.
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1040 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6JZMCW6QBM6NNXPAUS3PUNMEPANCNFSM4HIISR2Q>
.
|
Sorry @teisenhower. |
@jywarren No problem! @harshkhandeparkar No worries! Just wanted to make sure I could help if possible. Thanks! |
Hi @harshkhandeparkar, I agree with refactoring UI code, but a) let's address in a separate issue, and b) expanded UI tests would be a great first step before potentially breaking UI functionality, what do you think? |
In working on this: publiclab/image-sequencer-app#6 (comment)
I got this error about not being able to parse parameters for the
webgl-distort
module:Module 101|ne:1023 not found.
Full error here:
The text was updated successfully, but these errors were encountered: