When calling SauceWhisk::Jobs.fetch job_id an error occurs in initialize of lib/sauce_whisk/jobs.rb:100. I dug into it and nil was being passed in as the parameters to initialize. This was initiated from the self.fetch on line 46 of same file. When I stepped through it I found that the get job_id was failing with RestClient::ResourceNotFound Exception: 404 Resource Not Found. I was able to discern the job_id I was passing into fetch was incorrect, but there could be better error handling around RestClient exceptions.
When calling
SauceWhisk::Jobs.fetch job_idan error occurs ininitializeoflib/sauce_whisk/jobs.rb:100. I dug into it andnilwas being passed in as the parameters to initialize. This was initiated from theself.fetchon line 46 of same file. When I stepped through it I found that theget job_idwas failing withRestClient::ResourceNotFound Exception: 404 Resource Not Found. I was able to discern the job_id I was passing into fetch was incorrect, but there could be better error handling around RestClient exceptions.