-
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 not found error in demo #278
Comments
GitMate.io thinks the contributor most likely able to help you is @tech4GT. Possibly related issues are #145 ("reader is not defined" error on demo), #3 (CORS Image error on GitHub hosted demos), #142 (Add select dropdown for some module UIs in demo), #209 (Module info in demo should source from info.json), and #215 (Refine/simplify "add module" interface in demo). |
@jywarren the url is not correct, The current format is channel(channel:green),invert() like this |
OK - so because we're splitting on both comma and |
@jywarren Oh I got it!! Fixing this now!! Sorry my bad!! |
Since we're now URL-encoding the functions, we can go back to splitting on
then we can leave out the configs? |
No problem! I guess we should've added more thorough tests... when we write the |
The quickest fix right now should just be to switch to |
@jywarren I am getting an error loading the monarch image but this is working fine!! |
really? did you not see the error I saw? |
I think we need to change this line: image-sequencer/src/ImageSequencer.js Line 226 in 871453b
|
I can do it if it's too late at night? |
@jywarren I think this is working fine but the image is not being loaded |
Are you sure you're in the right branch? On the link that I shared at top, it doesn't even load the steps. |
@jywarren got the problem!! |
Hit this url and for now please enter the path https://publiclab.github.io/image-sequencer/examples/images/monarch.png in import image |
I wrote a test for this -- see #279 |
and click save, it should work |
I don't believe the monarch.png issue is blocking, although we should separately solve it -- it doesn't stop https://publiclab.github.io/image-sequencer/examples/#steps=import-image,blend,ndvi,colormap from running though! |
@jywarren the |
please use them after every step they are essential!! |
Fixed in #279 ! Thanks Varun! |
Part of the solution was to substitute
|
https://publiclab.github.io/image-sequencer/examples/#steps=import-image,blend,ndvi,colormap is returning
Module not found.
-- not sure why. Looking...The text was updated successfully, but these errors were encountered: