Closed fattenap closed 9 years ago
No, that's not what's supposed to happen. This stuff isn't ready to go yet, still in dev/testing. :)
How'd you come across it?
No problem.
The error is displayed on my iron.io dashboard worker list. The hello-go worker shows errors in the Task List. Then when I click through it shows a status of error. I've attached some screen shots. I hope that's ok.
Sorry I'm new to docker/iron.io and still trying to understand how everything fits.
@fattenap although this is an unreleased feature as of now, the go example should work.
Hi,
I followed the go tutorial and created the worker. When run in the Docker environment it builds and runs ok. I zip the files and upload the file with
iron worker upload --stack go-1.4 hello-go.zip ./hello
and get the following output-----> Configuring client Project 'playground' with id='54dc026b1733cc0006000126' -----> Uploading worker "" Code package uploaded code with id="54e571bd61d618646c031cc7" Check 'https://hud.iron.io/tq/projects/54dc026b1733cc0006000126/code/54e571bd61d618646c031cc7' for more info
But my task status iserror
with the following message msgundefined method
split' for #Is this what's suppose to happen?
Thanks