TypeError: null is not an object

When running my mobile tests I am receiving this error:
TypeError: null is not an object (evaluating ‘RNKeychainManager.setInternetCredentialsForServer’)

I am using the android studio emulator.

When I run the test manually I do not receive this error, it is strange.

TypeError: null is not an object (evaluating ‘RNKeychainManager.getInternetCredentialsForServer’)
getInternetCredentials@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:261479:29
getInternetKeychainCredentials@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:261090:38
http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:261084:41
tryCallOne@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:26379:16
http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:26480:27
_callTimer@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:30519:17
_callImmediatesPass@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:30555:19
callImmediates@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:30774:33
callImmediates@[native code]
__callImmediates@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:2552:35
http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:2329:34
__guard@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:2535:15
flushedQueue@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:2328:21
flushedQueue@[native code]
callFunctionReturnFlushedQueue@[native code]

It is only when I execute the test when I receive it. I am thinking it may have something to do with the appium server?

Any help would be greatly appreciated.

2 Likes

It seems quite a few people are getting your message. Have you looked on other sites about what they did?

1 Like