Skip to content

Instantly share code, notes, and snippets.

@scfcode
Last active June 30, 2019 23:26
Show Gist options
  • Save scfcode/d7948a0f79d883e3cf306f51bf3df822 to your computer and use it in GitHub Desktop.
Save scfcode/d7948a0f79d883e3cf306f51bf3df822 to your computer and use it in GitHub Desktop.
Getting the Hello World Infinity module example to load without error

I hit an issue with the Hello World example

referenced on https://infinitydashboard.com/tutorial/tutorial.html ... the zip file contains a space character. So when you download :

https://infinitydashboard.com/tutorial/Hello%20World.infinitymodule.zip

unzip and then attempt to add the module the "Add Module" step fails.

I worked around this my renaming the directory (from the zip) to Hello_World.infinitymodule and then it would add without error.

Just thought I'd pass this on case it helps someone else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment