You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try calling api.switchToDc I get a NullPointerException in ActorSystem.
I didn't have this before.
Exception in thread "main" java.lang.NullPointerException
at org.telegram.actors.ActorSystem.close(ActorSystem.java:97)
at org.telegram.mtproto.MTProto.close(MTProto.java:221)
at org.telegram.api.engine.TelegramApi.switchToDc(TelegramApi.java:161)
at TelegramApplication.authSendCode(TelegramApplication.java:59)
at TelegramApplication.updateDatacenters(TelegramApplication.java:43)
at TelegramService.run(TelegramService.java:9)
at TelegramService.main(TelegramService.java:4)
The text was updated successfully, but these errors were encountered:
Hi,
When I try calling api.switchToDc I get a NullPointerException in ActorSystem.
I didn't have this before.
The text was updated successfully, but these errors were encountered: