You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/09 17:52:51 UTC

[jira] [Commented] (CB-5075) Ripple Emulator does not work with Cordova 3.1.0

    [ https://issues.apache.org/jira/browse/CB-5075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866786#comment-13866786 ] 

ASF subversion and git services commented on CB-5075:
-----------------------------------------------------

Commit 57c0fbd2586e4d134fdeb19b6c51f22ebc710417 in branch refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=57c0fbd ]

CB-4871 Delete ripple command.

This saves 11 megs from node_modules.
- The command was undocumented and reported broken (CB-5075)

If we add back the command, we should ask users to install ripple
separately instead of using node_modules.


> Ripple Emulator does not work with Cordova 3.1.0
> ------------------------------------------------
>
>                 Key: CB-5075
>                 URL: https://issues.apache.org/jira/browse/CB-5075
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaJS, Plugin File, Plugin Geolocation
>    Affects Versions: 3.1.0
>         Environment: Mac OSX, Ripple Emulator (Beta) 0.9.15, Chrom Version 30.0.1599.69
>            Reporter: Sebastian Zillessen
>            Priority: Minor
>
> If I try to run a application in the Ripple Emulator I get a lot of alerts with failing Plugins initializations:
> gap:["PluginManager","startup","PluginManager9697043"]
> gap:["App","show","App9697044"]
> gap:["Device","getDeviceInfo","Device9697045"]
> gap:["NetworkStatus","getConnectionInfo","NetworkStatus9697046"]
> If I hit "Cancel" the application starts, but without any plugins available.
> If I hit "OK" in one of this windows the application freezes and I get a lot of logs in the debuggin are of chrome saying 
> {code}
> processMessage failed: invalid message: 
> {code}
> Installed Plugins:
> {code}
> [ 'org.apache.cordova.device',
>   'org.apache.cordova.dialogs',
>   'org.apache.cordova.geolocation',
>   'org.apache.cordova.network-information',
>   'org.apache.cordova.vibration' ]
> {code}
> Application was build with cordova's CLI.
> It is served with 
> {code}
> cordova serve android
> {code}
> I access the application in Chrome via
> http://localhost:8000/android/www/index.html?enableripple=cordova-2.0.0
> In my console I see:
> {code}
> Console was cleared ripple.js:37
> Ripple :: Environment Warming Up (Tea. Earl Gray. Hot.) ripple.js:37
> cordova :: Your application does not appear to match the platform you have selected. The version number in your configuration might not match the selected platform version or your configuration file has errors in it. ripple.js:37
> cordova :: Initialization Finished (Make it so.) ripple.js:37
> Uncaught TypeError: Cannot call method 'fire' of undefined 
> POST https://rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=http%3A//debug.phonegap.com/ws/target 500 (Internal Server Error) rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=http%3A//debug.phonegap.com/ws/target:1
> Uncaught TypeError: Cannot call method 'call' of undefined target-script-min.js:1053
> deviceready has not fired after 5 seconds. cordova.js:1095
> Channel not fired: onCordovaInfoReady cordova.js:1088
> Channel not fired: onCordovaConnectionReady 
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)