Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'send' of null #56

Open
subhojitdas opened this issue Mar 13, 2015 · 0 comments
Open

TypeError: Cannot read property 'send' of null #56

subhojitdas opened this issue Mar 13, 2015 · 0 comments

Comments

@subhojitdas
Copy link

Hi,

I am using Appium( Version 1.3.6 (Ophiuchus) ) to connect to a real iOS device( the devices are licensed via developer.apple.com and certificate to access the devices are done ). From a java client I am trying to open few sites in the real devices. If I try to open multiple sites sequentially, the first site is opening and from 2nd on, I am getting the below error

info: [debug] [REMOTE] Navigating to new URL: http://www.mommyish.com/2015/02/26/parents-tattoo-daughters-birthmark-photos/
info: [debug] [REMOTE] Remote debugger data sent [{"method":"Page.navigate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"url":"http://www.mommyish.com/2015/02/26/parents-tattoo-daughters-...]

TypeError: Cannot read property 'send' of null
at WebKitRemoteDebugger.send (/Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/webkit-remote-debugger.js:164:14)
at RemoteDebugger.navToUrl (/Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/remote-debugger.js:366:8)
at iOSController.url (/Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/ios-controller.js:1468:17)
at Object.exports.postUrl as handle
at next_layer (/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/express/lib/router/route.js:113:13)
at Route.dispatch (/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/express/lib/router/route.js:117:5)
at /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/express/lib/router/index.js:222:24
at param (/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/express/lib/router/index.js:307:14)
at param (/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/express/lib/router/index.js:323:14)
at Function.proto.process_params (/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/express/lib/router/index.js:367:3)

info: <-- POST /wd/hub/session/2ed94667-1b42-4af1-9681-0309567e38b0/url 500 2.476 ms - 89

Could you please provide some solution of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant