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

Error after authenticating #5

Open
kevb10 opened this issue Sep 22, 2018 · 6 comments
Open

Error after authenticating #5

kevb10 opened this issue Sep 22, 2018 · 6 comments

Comments

@kevb10
Copy link

kevb10 commented Sep 22, 2018

I get the following error right after it's finished Authenticating
screen shot 2018-09-22 at 2 20 26 am

2018-09-22 02:22:44.627774-0500 Chat21[34966:1916724] Firebase auth ok.
2018-09-22 02:22:44.631998-0500 Chat21[34966:1917043] [logging] API call with NULL database connection pointer
2018-09-22 02:22:44.632645-0500 Chat21[34966:1917043] [logging] misuse at line 127633 of [95fbac39ba]
2018-09-22 02:22:44.633172-0500 Chat21[34966:1917043] **** PROBLEMS WHILE QUERYING CONTACTS...
2018-09-22 02:22:44.633667-0500 Chat21[34966:1917043] Database returned error 7: out of memory
2018-09-22 02:22:44.634466-0500 Chat21[34966:1916724] Get remote contact.
2018-09-22 02:22:44.636921-0500 Chat21[34966:1917769] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C6.1:2][0x7fbf86e01f80] get output frames failed, state 8196
2018-09-22 02:22:44.637362-0500 Chat21[34966:1917769] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C6.1:2][0x7fbf86e01f80] get output frames failed, state 8196
2018-09-22 02:22:44.639944-0500 Chat21[34966:1917769] TIC Read Status [6:0x0]: 1:57
2018-09-22 02:22:44.640940-0500 Chat21[34966:1917769] TIC Read Status [6:0x0]: 1:57
2018-09-22 02:22:45.002594-0500 Chat21[34966:1916724] -[NSNull objectForKeyedSubscript:]: unrecognized selector sent to instance 0x10c0a4f08
2018-09-22 02:22:45.023474-0500 Chat21[34966:1916724] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull objectForKeyedSubscript:]: unrecognized selector sent to instance 0x10c0a4f08'
*** First throw call stack:
(
0 CoreFoundation 0x000000010be3229b __exceptionPreprocess + 331
1 libobjc.A.dylib 0x000000010b3ce735 objc_exception_throw + 48
2 CoreFoundation 0x000000010be50fa4 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3 CoreFoundation 0x000000010be36fb6 forwarding + 1446
4 CoreFoundation 0x000000010be38e88 _CF_forwarding_prep_0 + 120
5 Chat21 0x0000000106bfd8f9 +[ChatContactsSynchronizer contactFromSnapshotFactory:] + 233
6 Chat21 0x0000000106bf1e0f __48-[ChatManager getUserInfoRemote:withCompletion:]_block_invoke + 79
7 Chat21 0x0000000106dc8b0a __43-[FValueEventRegistration fireEvent:queue:]_block_invoke.57 + 122
8 libdispatch.dylib 0x000000010c67e5d1 _dispatch_call_block_and_release + 12
9 libdispatch.dylib 0x000000010c67f63e _dispatch_client_callout + 8
10 libdispatch.dylib 0x000000010c68c9d6 _dispatch_main_queue_callback_4CF + 1541
11 CoreFoundation 0x000000010bd957f9 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
12 CoreFoundation 0x000000010bd8fe86 __CFRunLoopRun + 2342
13 CoreFoundation 0x000000010bd8f221 CFRunLoopRunSpecific + 625
14 GraphicsServices 0x000000010ef621dd GSEventRunModal + 62
15 UIKitCore 0x0000000111ee0115 UIApplicationMain + 140
16 Chat21 0x0000000106bd81a0 main + 112
17 libdyld.dylib 0x000000010c6f5551 start + 1
18 ??? 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException

I followed everything that was told in the Readme. Can't think of a reason why this is happening. Help!

@sponzillo
Copy link
Contributor

Hi Kevin,

2 questions:

  1. Did you download the latest source from the repository master?
  2. Did you install Firebase Cloud Functions module (step 5)?

Andrea

@kevb10
Copy link
Author

kevb10 commented Sep 22, 2018

yup I did
and yes i did too

update:
in firebase, it created some functions. so I'm pretty sure that step was successful

@kevb10
Copy link
Author

kevb10 commented Sep 22, 2018

from the looks of it, i think my problem is that I don't have an Apple developer account. It seems like the certificates are actually necessary. I traced it back to
-(void)processRemoteNotification:(NSDictionary*) moveToConversation:(BOOL)
I'll get that set up and leave an update.

@sponzillo
Copy link
Contributor

let me know of updates.

@RuchirB
Copy link

RuchirB commented Aug 5, 2020

Kevin, was that the issue? How did you resolve this

@RuchirB
Copy link

RuchirB commented Aug 5, 2020

from the looks of it, i think my problem is that I don't have an Apple developer account. It seems like the certificates are actually necessary. I traced it back to
-(void)processRemoteNotification:(NSDictionary*) moveToConversation:(BOOL)
I'll get that set up and leave an update.
Referring to you creating your developer account.

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

3 participants