-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix do-wrapper API issues #28
Conversation
i tested this personally and it appears to fix any errors that i was having with fetching images! thanks |
@jd20 where we should use please illustrate or tell us the idea...of where to put these codes? Thanks in advanced and wait your reply |
It's shown in the PR, did you look at the code changes? |
@jd20 so sorry, i'm just googling how to create proxy in digitalocean and came across here, i'm not coder and dont know where is PR and what happen here Thanks in advance. |
Just grab the code from my fork, it has the fixes already applied: |
@jd20 sorry for bothering you, but i see just source code file not .exe file |
@drhema Yeah, a new exe won't be created, until the maintainer (@dzt) merges my PR, and creates a new release. If you have git / npm installed, you can follow the instructions he gives to run it locally, under the section "Setup (for development)" in the README. Just modify the Yeah, github is designed for developers to collaborate on open source projects... anyway, there's not much that can be done to fix your issue, other than wait for the maintainer to merge the fix. |
Anyone knows how do I fix this guys? It's still stuck on Fetching Images... |
@jd20 Any updates or fixes for this? |
Doesn't seem to work for me. This is with your fixes too. @jd20 |
Right, that's the error I fixed. You need to either check out and run easy-proxy from my branch ( See my comment above, I explained basically the same thing. |
@jd20 Got it. I've went ahead and used your fix properly now. Is this normal? I've put my API key but that drop down is blocked out. |
Works perfectly using your fix. thank you so much for making it public, greatly appreciated |
Thank you, you saved my life |
thanks for the fork!! |
Found two issues, preventing easy-proxy from running properly:
require('do-wrapper').default
.type=distribution
now.This fixes both the "DigitalOcean is not a constructor" error, and the "CentOS 7 not found" error. (Maybe also fixes the hanging on fetching images, which might be caused by the constructor issue.)