Unable to retrieve Ripple session information. Exception: contentp-body

Visual Studio 2015 CTP 5

An empty Apache Cordova project has been created. Files are not changed. File> New Project> JavaScript> Apache Cordova Applications

Published Debug Android Ripple - Nexus (Galaxy)

I get the following error in Output Debug.

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

Cannot start a running browser for Ripple.

Unable to retrieve Ripple session information. Exception: Unable to send content body with this verb.

Note. Publishing with Ripple does not currently work, but in the past worked intermittently.

+5
source share
1 answer

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

+5
source

Source: https://habr.com/ru/post/1211783/


All Articles