iron-io / laraworker

Easily add IronWorker to Laravel Applications
BSD 2-Clause "Simplified" License
45 stars 8 forks source link

Http error:400 | Code package zip file required if no image specificed... #10

Open mjmgooch opened 8 years ago

mjmgooch commented 8 years ago

Hi,

Laraworker seems to have stopped working since the IronWorker API was updated.

When attempting to use Laraworker to update a worker using the command: php artisan ironworker:upload --worker_name=ExampleLaraWorker --exec_worker_file_name=ExampleLaraWorker.php

I get response:

Http error:400 | Code package zip file required if no image specified or using iron/images .

Any suggestions on how I can get this working again without using the newer docker/ironCLI methods?

jopacicdev commented 8 years ago

+1

Any update on this?