Skip to content
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

Installing luvit fails! [Windows] #248

Closed
CleverSource opened this issue Mar 11, 2019 · 3 comments · Fixed by #250
Closed

Installing luvit fails! [Windows] #248

CleverSource opened this issue Mar 11, 2019 · 3 comments · Fixed by #250

Comments

@CleverSource
Copy link

I did strip most of the outputs, only the input and the error are shown.

C:\luvit>PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = 'Tls12'; iex ((new-object net.webclient).DownloadString('https://github.com/luvit/lit/raw/master/get-lit.ps1'))"

fail: [string "bundle:libs/codec.lua"]:123: No such hash: 6e805fb6a48f25304cc6553f18a01ecc30f10e30
stack traceback:
[C]: in function 'assert'
[string "bundle:libs/codec.lua"]:123: in function 'read'
[string "bundle:libs/codec.lua"]:128: in function 'readAs'
[string "bundle:libs/rdb.lua"]:165: in function 'fetch'
[string "bundle:libs/rdb.lua"]:140: in function 'load'
[string "bundle:deps/git/db.lua"]:395: in function 'loadAny'
[string "bundle:libs/pkg.lua"]:132: in function 'queryDb'
[string "bundle:libs/core.lua"]:378: in function 'makeUrl'
[string "bundle:commands/make.lua"]:13: in function <[string "bundle:commands/make.lua"]:1>
[string "bundle:main.lua"]:69: in function <[string "bundle:main.lua"]:56>
[C]: in function 'xpcall'
[string "bundle:main.lua"]:56: in function <[string "bundle:main.lua"]:48>

@ronnie123442
Copy link

can reproduce windows 10 x64

@squeek502
Copy link
Member

Not specific to Windows. Caused by #247

squeek502 added a commit to squeek502/lit that referenced this issue Mar 12, 2019
squeek502 added a commit to squeek502/lit that referenced this issue Mar 13, 2019
…porting zips

Server-side version of luvit#249 / 5c75c68

Fixes luvit#248 and most of luvit#247 without having to update the lit client
@squeek502
Copy link
Member

Should be fixed on the server-side now (#250).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants