welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 167 forks source link

wordmove pull -d fails, but dump files are there. #189

Closed defaria closed 9 years ago

defaria commented 9 years ago

I am trying to pull content from testing server to local server. I get the following error.

local | download mysite.com/wp-content/dump.php?shared_key=c93d8f437f76a12a2adba230f3680c9ae64e30c7f46c0d21806f49ed8372baf8fcbeedffb179f8b8 > /Users/developer/Sites/mysite/wp-content/dump.sql
/Users/developer/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/open-uri.rb:36:in `initialize': No such file or directory @ rb_sysopen - mysite.com/wp-content/dump.php?shared_key=c93d8f437f76a12a2adba230f3680c9ae64e30c7f46c0d21806f49ed8372baf8fcbeedffb179f8b8 (Errno::ENOENT)

The error says it can't find the file/directory, but the dump.php files are there, both local and testing server. The .sql files are also there.

So what's the issue?

alessandro-fazzi commented 9 years ago

Seems to me mysite.com would need http:// in front of it...?

Could you eventually paste here your Movefile (plz use markdown code formatting)?

defaria commented 9 years ago

You are correct. Missing http. Thank you!

alessandro-fazzi commented 9 years ago

1 shot 1 kill! Cooool! :P :)

Cheers

sigurdsvela commented 9 years ago

Could we get a warning of some sort if this happens. "No such file or directory" is a pretty cryptic message