This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
Content-Length: 197456 | pFad | http://github.com/saucelabs/sauce_whisk/issues/46
87Fetched URL: http://github.com/saucelabs/sauce_whisk/issues/46
Alternative Proxies:
When calling
SauceWhisk::Jobs.fetch job_id
an error occurs ininitialize
oflib/sauce_whisk/jobs.rb:100
. I dug into it andnil
was being passed in as the parameters to initialize. This was initiated from theself.fetch
on line 46 of same file. When I stepped through it I found that theget job_id
was 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.The text was updated successfully, but these errors were encountered: