Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(7 edits)

When I do the

curl http://localhost:8001

I see it my webrick access_log but

p 1
x ||= $gtk.http_get "http://localhost:8001/"
p 2

prints lots of 1 and 2 but nothing in access_log. Maybe because http_get does not accept port? Or what else can be wrong here?

Also the x is nil all the time.

UPD: 

dragonruby-macos/samples/24_http_example also shows just black window after the warning text disappears

$ ./dragonruby-macos/samples/24_http_example/run

and the `args.state.download.class` is similarly `NilClass` before and after the `= $gtk.http_get` line.

UPD: updated to git SHA -- a2ea0c036fe67a406a654fd8e40abd167e3b6ac7

Same black window.