Blank screen and rumor error
filipecrosk opened this issue · 1 comments
filipecrosk commented
Hi, I'm trying to run this app to test but I can't get it to work. I installed it via yarn yarn install
, then install pods via cd ios; pod install;
and tried to run eighter via react-native run-ios
and via xCode. But in both cases I'm only getting a white blank screen and an error when running it via xCode:
[ERROR] otk_anvil.cpp:467 - otk_anvil_on_session_info failed. nCode=1
[ERROR] rumor_client_v1.c:312 - otk_rumor_v1_client_send (pClient == NULL) rumor client is not initialized and cannot send message
Current setup:
➜ BasicVideoChat git:(master) ✗ react-native -v
react-native-cli: 2.0.1
react-native: 0.59.5
Xcode: 10.3 on macOS Mojave (10.14.6)
filipecrosk commented
This error is caused by an expired token. Sorry for it, we can close it now.