benanders / LuaIDE

An in-game IDE for ComputerCraft
MIT License
43 stars 9 forks source link

Nil value on line 275 when attempting to download theme #56

Open dcbartlett opened 8 years ago

dcbartlett commented 8 years ago

cc_error

benanders commented 8 years ago

After a quick inspection, this is because the theme files don't exist on the GitHub repository any more, so trying to download them returns a nil value because of the 404 HTTP error. Rehosting the theme files somewhere else and changing the URLs here: https://github.com/GravityScore/LuaIDE/blob/master/luaide.lua#L261 will fix it (maybe, hopefully).