Closed jamezpolley closed 4 years ago
I think this is a bug which is marked as a "TODO" in the code
// TODO: Don't fail if the cache doesn't yet exist
I'll work on fixing this right now.
I can reproduce the bug by removing the cache file at assets/client-storage/cache/test/scrapers/test-python.tgz
and running make
.
Actually that TODO in the code was out of date. The actual problem is in the client.sh code which is uploading an empty cache file which confuses things. I've also added #63 to improve the developer experience by adding an error when you try to upload an incorrectly formatted file.
@jamezpolley I'll just reopen this issue and assign it to you. Could you please verify that a48263f662fab2a7fd19a089465329309234cbfb actually does fix things for you? If it does please close this issue. Thanks!
Yes, definitely not seeing this now.
I'm following the guide in https://github.com/openaustralia/morph-ng/blob/master/README.md
I've created a minikube cluster, installed kubedb, made buckets, and now I'm running my first scraper.
The scraper job seems to be failing and I'm not sure why.
Logs from the pod:
Looking through the dashboard it seems as though the
clay-server
service might not be coming up completely.