This is a migrated thread and some comments may be shown as answers.

Upgraded appbuilder, no connection found

1 Answer 51 Views
Command-Line Interface
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ned
Top achievements
Rank 1
Ned asked on 31 Oct 2014, 08:09 PM
So, my app in the simulator was working. I upgraed appbuilder command line, and now "no connection found".

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 05 Nov 2014, 04:54 PM
Hello Ned,

Can you please try clearing the CLI cache. I suppose you are running AppBuilder on a Mac, so please go ahead and delete the ~/.appbuilder-cli/Cache folder on your machine. If you are working on a Windows machine, you should find the folder under %localappdata%\Telerik\BlackDragon\Cache.

If this doesn't help, please run Fiddler to intercept the HTTP requests AppBuilder performs. In order to capture the traffic with Fiddler follow these steps:
  • Configure AppBuilder CLI to allow fiddler captures
    • If you’re working on a MAC machine go to the /usr/local/lib/node_modules/appbuilder/config folder
    • If you're working on a Windows machine go to the %appdata%\npm\node_modules\appbuilder\config folder
    • Open the config.json file with a text editor of your choice
    • Set "PROXY_TO_FIDDLER": true
  • Download Fiddler from here and install it.
  • Run Fiddler and go to Tools -> Fiddler Options.
  • On the HTTPS page, verify that Capture HTTPS Connects is enabled.
  • Verify that Decrypt HTTPS traffic is enabled with the ...from all processes option and minimize Fiddler to tray.
  • Run AppBuilder CLI and try to open the simulator
  • In Fiddler, go to File -> Save -> All Sessions, save the archive to disk. This will produce a SAZ file.

Please send us the saz and we will further investigate the case. Thank you in advance for your assistance.

Regards,
Tina Stancheva
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
Command-Line Interface
Asked by
Ned
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or