Hey folks! I am facing an issue with zipline. I tr...
# squarelibraries
a
Hey folks! I am facing an issue with zipline. I tried running zipline sample (world-clock) from the zipline repository and following the steps and tackling some version issues I was able to run it successfully. Then I thought of replicating the same world clock kinda functionality using zipline so that I can get a better understanding about the technology. I was able to replicate it and run the project successfully but the app is not showing the world clock as it should and is only showing the initial label i.e "..." Can someone please help me by letting me know where I might be possibly going wrong. Thanks You!
e
Hi man, were you able to get it working in the end?
a
Yeah @Edoardo, I was able to later figure out that there were couple of issues and after resolving those I was able to get it working.
e
Fantastic! Can I ask you what errors they were? Because I'm trying to do it too
a
What is the exact issue you are facing? I mean any error message
e
I copied the code from the gitHub sample and only changed some file names. When I run the "serveDevelopmentZipline" task it works without any problems. Then when I start the host it gives me the error "QuickJs: out-of-bound numeric index" immediately
a
this is one of the sample i tried initially
Similar thing just the same world clock but different project and file structure
Let me know if it helps 🙂
e
Thank you so much! I'll look at it right away
👍 1
I have a stupid question to ask... On Mac it should work "out of the box", while on Linux you have to first create a container with Docker, right? I think this is my mistake, I haven't build QuickJS at all
a
Not sure, never tried on linux
s
@Akshat Tripathi thanks for sharing your sample! It helped me figure out an issue I had on my own zipline test app 🙌
👍 2