phonegap / phonegap-app-developer

PhoneGap Developer App
app.phonegap.com
Apache License 2.0
2k stars 2.51k forks source link

Error On Download #351

Open Ruchi1990 opened 9 years ago

Ruchi1990 commented 9 years ago

Whenever i am trying to connect phonegap desktop app with phonegap mobile developer app, it shows me download error.

mwbrooks commented 9 years ago

Hi @Ruchi1990,

Thanks for the issue. Can you answer the following questions for me?

Thanks!

SundeepFort commented 9 years ago

Whenever i am trying to connect phonegap desktop app with phonegap mobile developer app, it shows me download error.

and Alert message

Unable to download archive from the server. Unable to Properly connect to the server.

i am using Windows 7 and Android.

and connected by wi-fi.

Regards.

SundeepFort commented 9 years ago

It started working

i restarted my pc and mobile.

the got new ip on my desktop phonegap.

when i connected to the new ip from mobile it started working.

Regards, Sandeep.

mwbrooks commented 9 years ago

Hey @SundeepFort, thanks for the info and reporting your resolution! @Ruchi1990 does that help you at all? I'm just trying to narrow down the issue to work on a resolution.

jamessarjeant commented 9 years ago

I'm having the same issue here. Running OS X 10.9. iPhone is running the latest companion app and iPad is using an old version. iPad working fine but iPhone gets the error. Been like this for a few months now so a restart doesn't help.

bstoll5 commented 9 years ago

Don't forget to disable your host based firewall if you are using one (for private networks), make an exception.

jamessarjeant commented 9 years ago

I'm not using one. Just don't get why my iPad still works on an older version of the iOS app.

On 1 Oct 2015, at 00:04, bstoll5 notifications@github.com wrote:

Don't forget to disable your host based firewall if you are using one (for private networks), make an exception.

— Reply to this email directly or view it on GitHub.

mhagmajer commented 9 years ago

@mwbrooks, I had a connection problem similar to described here. For some reason the app only connected to my computer when I run this phonegap serve --browser.

mayi0815 commented 9 years ago

I had the same problem yesterday. Then I downloaded the latest version of phoneGap and the problem was solved

Try the new version

On Fri, Oct 16, 2015 at 5:49 PM, Marcin Hagmajer notifications@github.com wrote:

@mwbrooks https://github.com/mwbrooks, I had a connection problem similar to described here. For some reason the app only connected to my computer when I run this phonegap serve --browser.

— Reply to this email directly or view it on GitHub https://github.com/phonegap/phonegap-app-developer/issues/351#issuecomment-148751963 .

mwbrooks commented 9 years ago

Thanks for the suggestion @mayi0815!

linithBTB commented 8 years ago

Whenever i am trying to connect phonegap desktop app with phonegap mobile developer app, it shows me download error.

and Alert message

Unable to download archive from the server. Unable to Properly connect to the server.

i am using Windows 10 and iPhone 4s with iOS 8.x.

and connected by wi-fi.

Regards.

linithBTB commented 8 years ago

The solution: 1st: Disable your Firewall private network (Turn it off) 2nd: Run cmd, type ipconfig, and then on Wireless LAN adapter Wi-Fi: choose IPv4 Adress ........ 127.20.10.2 instead of Server Address on PhoneGap

jomit commented 8 years ago

Here is how I resolved the same issue on Windows 10 for Windows Phone:

1) Disable all virtualbox and vmware network adapters 2) Open commandline and run "phonegap serve --browser" (make sure you are in the project folder) 3) Use the IP Address displayed in the command line in the mobile phone app to connect.