moocowmoo / dashman

DASH wallet/daemon management utilities
MIT License
52 stars 38 forks source link

Scripts exiting with an error. #8

Closed alfredch closed 7 years ago

alfredch commented 7 years ago

I get this error on Linux Ubuntu 14.04: ./dashman install dashman version 0.1.20 (0.1.20) - Fri Sep 2 06:12:23 EDT 2016 gathering info, please wait... Could not find latest version from https://www.dash.org/downlaods/ -- Exiting.

moocowmoo commented 7 years ago

I don't find that url in the source. git grep downlaods

It looks like a local edit. Try doing: ./dashman sync to remove any local edits.

Then try ./dashman install

alfredch commented 7 years ago

Problem still exists after the sync: image

moocowmoo commented 7 years ago

That is the correct url.

What does curl https://www.dash.org/downloads/ | grep linux show?

How about ping www.dash.org

Meet me in public slack. Sign up through http://dashchat.co/

alfredch commented 7 years ago

It can find the file, but the literal 'linux' is not in downloads HTML

alfredch commented 7 years ago

Maybe it is because he asks to complete the CAPTCHA.

moocowmoo commented 7 years ago

It may be cloudflare requesting human proof. Try again now.

alfredch commented 7 years ago

Still stuck in requesting human proof.

moocowmoo commented 7 years ago

Please capture the page for me and place it in a zerobin paste. https://zerobin.net/

curl https://www.dash.org/downloads/ > downloads.html ; less downloads.html

moocowmoo commented 7 years ago

I've created an exclusion rule for that page. Please try again.

alfredch commented 7 years ago

Synced again, but still captcha problem. I send you the output later.

moocowmoo commented 7 years ago

Please try again now.

The issue is with cloudflare and I cannot reproduce.

alfredch commented 7 years ago

Doesn't work. The problem is right now i cannot copy paste from the Linux to my PC. I can only send you this screenshot with the tail of the HTML: image

alfredch commented 7 years ago

Mabe it's because that IP is blacklisted somehow?

moocowmoo commented 7 years ago

I'm not finding that ip or Ray ID.

Where is this server located? What is it's ip address?

alfredch commented 7 years ago

Its IP is 198.50.159.204, in Montreal Canada.(https://www.pulseservers.com) It is a VPS

alfredch commented 7 years ago

My VPN previously run a tor exit node. That might be the reason why CloudFlare requires Capcha now. See: [https://support.cloudflare.com/hc/en-us/articles/203306930-Does-CloudFlare-block-Tor-] On the other hand, tor server is stopped since 3 weeks. When does Cloudflare unblock those IPs?