NSBasic not uploading to Phonegap

NSBasic App Studio hangs when trying to upload my project to Phonegapbuild.

I need to update my app asap but am unable to as NSBasic gets stuck “Uploading your project to PhoneGap”, I have tried many times and even left it over night but it just will not upload.

Go into the About screen and check View Log. Any information there?

Do you have your own PhoneGap account, or are you using the default?

I have my own Phonegap account, Ive been using it for years but for some reason as from yesterday NSB stated playing up by hangig when uploading to phonegap… I tried to download the latest version of NSB but it wont download. I have tried uploading other projects but still doesnt work.

I just checked the About screnn log in NSB, yes there are errors, Im not sure how as it was working a few days ago with the same app.

If there are errors in the log and they seem to be related to this issue, could you include them?

What version of AppStudio does the About screen show?

NSB Version 7.2.0.0

Log:

2019-02-02 16:02:10,040 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
  File "MainFrame.py", line 1656, in OnToolClickStart
  File "MainFrame.py", line 1492, in OnMenuRunNativeAppMenu
  File "IDEController.py", line 65, in wrapper
  File "IDEController.py", line 2177, in PhoneGapDeploy
  File "IDEController.py", line 2111, in PostZip
  File "PhoneGap.py", line 57, in upload_app
  File "site-packages\requests\api.py", line 111, in post
  File "site-packages\requests\api.py", line 57, in request
  File "site-packages\requests\sessions.py", line 475, in request
  File "site-packages\requests\sessions.py", line 585, in send
  File "site-packages\requests\adapters.py", line 403, in send
  File "site-packages\requests\packages\urllib3\connectionpool.py", line 578, in urlopen
  File "site-packages\requests\packages\urllib3\connectionpool.py", line 362, in _make_request
  File "httplib.py", line 1042, in request
  File "httplib.py", line 1082, in _send_request
  File "httplib.py", line 1038, in endheaders
  File "httplib.py", line 882, in _send_output
  File "httplib.py", line 858, in send
  File "site-packages\requests\packages\urllib3\contrib\pyopenssl.py", line 253, in sendall
  File "site-packages\requests\packages\urllib3\contrib\pyopenssl.py", line 242, in _send_until_done
  File "site-packages\OpenSSL\SSL.py", line 1271, in send
  File "site-packages\OpenSSL\SSL.py", line 1182, in _raise_ssl_error
SysCallError: (10054, 'WSAECONNRESET')

Go into PhoneGap Preferences. Clear the Auth Token field (save the contents, though - you will want to put them back).

Now try it again. Any difference?

It still seems to get stuck on “Uploading your project to PhoneGap”.

I suspect there’s something wrong with your network connection. The WSAECONNRESET message usually indicates a bad handshake in the protocol.

We haven’t seen this happening when uploading to PhoneGap before, and uploading from here is working properly.

Can you try restarting/resetting everything (including your internet connection)?

ok, I’ll give it a go.

I restarted my PC and reset my router but its still not working
Error Log:
2019-02-02 16:39:36,394 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!

2019-02-02 16:41:39,825 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
File “MainFrame.py”, line 1656, in OnToolClickStart
File “MainFrame.py”, line 1492, in OnMenuRunNativeAppMenu
File “IDEController.py”, line 65, in wrapper
File “IDEController.py”, line 2177, in PhoneGapDeploy
File “IDEController.py”, line 2111, in PostZip
File “PhoneGap.py”, line 57, in upload_app
File “site-packages\requests\api.py”, line 111, in post
File “site-packages\requests\api.py”, line 57, in request
File “site-packages\requests\sessions.py”, line 475, in request
File “site-packages\requests\sessions.py”, line 585, in send
File “site-packages\requests\adapters.py”, line 403, in send
File “site-packages\requests\packages\urllib3\connectionpool.py”, line 578, in urlopen
File “site-packages\requests\packages\urllib3\connectionpool.py”, line 362, in _make_request
File “httplib.py”, line 1042, in request
File “httplib.py”, line 1082, in _send_request
File “httplib.py”, line 1038, in endheaders
File “httplib.py”, line 882, in _send_output
File “httplib.py”, line 858, in send
File “site-packages\requests\packages\urllib3\contrib\pyopenssl.py”, line 253, in sendall
File “site-packages\requests\packages\urllib3\contrib\pyopenssl.py”, line 242, in _send_until_done
File “site-packages\OpenSSL\SSL.py”, line 1271, in send
File “site-packages\OpenSSL\SSL.py”, line 1182, in _raise_ssl_error
SysCallError: (10054, ‘WSAECONNRESET’)

It’s interesting that downloading the latest build of AppStudio is not working. That comes from Dropbox - which is completely independent of us.

Ok, i got it working. Turned my home wifi off and I tetherd my PC to use my mobile phone 4G and it worked.

It does seam to be a connection issue with my home broadband provider.

Thank you for your assistance.

Now that it uploaded I have a new Android error:
Could not get unknown property “ANDROID_SUPPORTV4_VERSION”

Would you open a new issue for this?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.