PhoenixFire6934 / Classic-Brawl

Python Brawl Stars server emulator for version 26.184
GNU General Public License v3.0
136 stars 90 forks source link

Can't make the client app work #43

Closed DomerDev closed 3 years ago

DomerDev commented 3 years ago

The server works perfectly, but the client app can't connect to it. According to the console log, it is listening on 0.0.0.0:9339, so I put this in libcb.config.so:

  "parameters":{
     "redirectHost": "0.0.0.0",
     "redirectPort": "9339"
  }

Did I get something wrong?

liviumarica commented 3 years ago

How did you edit the libcb.config.so file?

DomerDev commented 3 years ago

How did you edit the libcb.config.so file?

I'm using APK Easy Tool