yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

Undeclared field 'statusCode' at image.nim 594 #314

Closed SpirosMakris closed 6 years ago

SpirosMakris commented 6 years ago

After installing nimx through nimble, testing with the 'hello world' app (as described in hello-world-app.md file) and trying to compile (nim c -r --threads:on helloworld) I get the following error:

C:\Users\Mk\.nimble\pkgs\nimx-0.1\nimx\image.nim(594, 17) Error: undeclared field: 'statusCode'

Also tested with code from quickstart section in Readme. Same error code.

SpirosMakris commented 6 years ago

Closing this. I found it to be a duplicate of #218 . Installing the latest async_http_request package with nimble install -y https://github.com/yglukhov/async_http_request solved this. Thank you.