Jason Douglas
Jason Douglas
I was getting this too, seems to get the CentOS 7.x images, you need to specify `type=distribution` when calling the DO API to get all images. I submitted a fix:...
The changes you need to make are in the pull request I referenced in my comment above. Take a look here: https://github.com/dzt/easy-proxy/pull/28/files
Maybe better to make the changes manually, because my fork could be out-of-date by now. Which git command are you changing? `git clone`?
I just checked, actually my fork is still up-to-date, last commit on this project was back in January. So, manually making the changes won't help actually. What's the Java error...
From the error message, it doesn't sound like you're using my fork, it sounds like you're using dzt's master branch (since the error is about the constructor, which is what...
Sorry, had a typo in my command, just fixed.
It's working for me, when I just tried your steps. Your `git clone` looks a bit weird though, what directory are you cloning to? Are you sure you're not cloning...
Ok, I see what's missing, you're still on the master branch of my fork, not the branch which has the changes. After you run `cd easy-proxy`, run `git checkout fix_do_api`,...
NP, glad you got it working!
Seems caused by a change in do-wrapper API, I've submitted a fix: #28