Closed jamezpolley closed 4 years ago
I think that what's happening here is that the scraper is failing; but clay-server
seems to be continuing to wait for more output rather than closing the connection to the client. Because the server doesn't close the connection, the script can't move on.
If that's right, this issue should probably be about clay-server sending an EOF if the job has failed or something like that.
"The access key ID you provided does not exist in our records." looks to me like the problem is due to the minio bucket not being created. This can easily be fixed by running make buckets
.
However, I do think that there is a lot that could be improved here about the user experience.
This can easily be fixed by running
make buckets
.
Yep, that fixed it.
I guess I missed that step the last time I recreated minikube
That's great @jamezpolley. In that case I'll close this as fixed in favour of the improvements in #67 and #68.
Expected behabviour: Something happens
Observed behaviour:
client.sh
does not return.Logs from
clay-server
:It seems that the job is failing. Logs from the pod: