Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to get Ripple session info. Exception: contentp-body

Visual Studio 2015 CTP 5

Created a blank Apache Cordova Project. No files changed. File > New Project > JavaScript > Apache Cordova Apps

Published Debug Android Ripple - Nexus (Galaxy)

I get the following error in Output Debug.

--------------------------------

Unable to get launched browser process for Ripple.

Unable to get Ripple session info. Exception: Cannot send a content-body with this verb-type.

Note: Publishing with Ripple is currently not working, but has worked intermittently in the past.

like image 321
user3700995 Avatar asked Jan 23 '15 18:01

user3700995


1 Answers

The Fix = In file *.sln, Delete GlobalSection(ProjectConfigurationPlatforms) = postSolution and all the objects. Save the *.sln file and open the project in VS. VS will rewrite the GlobalSection values and fix the problem. I don't know what caused the problem. Applies to VS2015 CTP 5.

like image 89
user3700995 Avatar answered Sep 29 '22 08:09

user3700995