Is anyone else getting this?
nimble update
Downloading package list from https://github.com/nim-lang/packages/raw/master/packages.json
Error: unhandled exception: 404 Not Found [HttpRequestError]
I am on Fedora 21, and I did build it manually
nim c -d:release src/nimble
The link works fine in firefox, and also nimble used to work on this machine. I have re-cloned the repository but still have the same error. I have also deleted the .nimble folder (which should be moved into something like .conf)Latest (0.11.2).
I am at work now, and here I have nimble 0.6.0 and this one works fine (it has been built some time ago though: nimble v0.6.0 compiled at 2015-04-23 14:14:55), I have to check what is the version I have home (the one that does not work).
Seems to be an issue on my home machine only. I recompiled the version of nimble that I have on the Fedora machine at work and everything works.
I will need to do some more digging around.
Thanks for the help
I don't know if this helps:
Downloading package list from https://github.com/nim-lang/packages/raw/master/packages.json
Traceback (most recent call last)
nimble.nim(920) nimble
nimble.nim(890) doAction
nimble.nim(253) update
httpclient.nim(435) downloadFile
httpclient.nim(382) getContent
Error: unhandled exception: 404 Not Found [HttpRequestError]
Error: execution of an external program failed
Every time I try to run with the debugger turned on the compilation fails.
Fixed it.
I think there was an issue with the version of Nim on this machine. The way I fixed it was to delete the Nim folder and re-clone the release. I rebuilt nimble and everything works now.
The old folder of Nim I used git pull to update to 0.11.2, so I must have missed something.
Thanks.