tjibbevanderlaan / chromeos-filesystem-sftp

ChromeOS app to access SFTP server
https://chrome.google.com/webstore/detail/shared-network-folder-sft/gbheifiifcfekkamhepkeogobihicgmn
BSD 3-Clause "New" or "Revised" License
80 stars 21 forks source link

WDMYCLOUD can't connect #64

Closed MarkLants closed 9 years ago

MarkLants commented 9 years ago

After setting up a connection to my WDMYCLOUD and clicking Mount button I get "hostent is null 0".

yoichiro commented 9 years ago

@MarkLants This message means that the hostname you filled in was not resolved by DNS. That is, the server's IP address could not retrieved. Did you fill in the correct server name? Also, can the server name be registered into the DNS?

MarkLants commented 9 years ago

I get the same result with using the IP address. No the local NAS device is not defined to DNS

On Wed, Apr 1, 2015 at 5:53 PM, Yoichiro Tanaka notifications@github.com wrote:

@MarkLants https://github.com/MarkLants This message means that the hostname you filled in was not resolved by DNS. That is, the server's IP address could not retrieved. Did you fill in the correct server name? Also, can the server name be registered into the DNS?

— Reply to this email directly or view it on GitHub https://github.com/yoichiro/chromeos-filesystem-sftp/issues/64#issuecomment-88643833 .

yoichiro commented 9 years ago

@MarkLants What did you fill in to the "ServerName/IP address" field? And, could you send the Console Log using the way described below?

https://github.com/yoichiro/chromeos-filesystem-sftp/wiki/How-to-Capture-the-Console-Log-of-DevTools

yoichiro commented 9 years ago

I close this issue, because I could not get enough information to fix this issue.