Marcin Benke
Marcin Benke
Same problem with Ruby 2.0 on Mountain Lion: ``` ➜ ~ uname -a Darwin marbook 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64 ➜ ~...
@carlosgaldino so it seems my problem was that /usr/bin/ruby was 1.8.7 while /usr/local/bin/ruby was 2.0. Alfred seems to insist on using /usr/bin/ruby even if it's absent. Linking /usr/local/bin/ruby -> /usr/bin/ruby...
Similar occurence last night, albeit with a different exception: ``` Traceback (most recent call last): [5/1307] File "server.py", line 1721, in arguments.func(arguments) File "server.py", line 1699, in golem_ap.set_defaults(func=lambda args: run(args,...
@mateuszsrebrny I don't think golemfactory/yapapi#358 handles 503 errors like the one mentioned in this issue,.
Got hit by this again today: ``` Traceback (most recent call last): [4/1807] File "server.py", line 1924, in arguments.func(arguments) File "server.py", line 1902, in golem_ap.set_defaults(func=lambda args: run(args, Mode.Golem)) File "server.py",...