Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/lando/worker/worker.py", line 186, in run
self.func(working_directory, self.payload)
File "/usr/local/lib/python3.5/dist-packages/lando/worker/worker.py", line 82, in stage_files
download_file.run(staging_context)
File "/usr/local/lib/python3.5/dist-packages/lando/worker/staging.py", line 149, in run
FileUrlDownloader.check_file_size(dds_file.current_version['size'], self.dest)
KeyError: 'size'
It should be current_version['upload']['size']. This is a bug from PR #192. I must have accidentally tested that PR with an older bespin worker VM.
It should be
current_version['upload']['size']
. This is a bug from PR #192. I must have accidentally tested that PR with an older bespin worker VM.