aperpen / clash-royale-client

NodeJS client to connect to Clash Royale servers
GNU General Public License v3.0
49 stars 16 forks source link

profile command doesn't return anything #10

Closed ghost closed 6 years ago

ghost commented 6 years ago

When I type in 'profile #...' (I did press Alt + C before) it only returns

KeepAlive KeepAliveOk FetchProfile 26833

same goes for the clan command every other command is fine

aperpen commented 6 years ago

It seems like the tag doesn't exists. What tags are you using? Remember that tags always use 0 (zero) and never O.

ghost commented 6 years ago

I tried a couple different ones, but e.g. 9PJ8U8RY doesn't work (with or without the #).

aperpen commented 6 years ago

image It's working for me, please could you write the exact steps to reproduce?

ghost commented 6 years ago

With Python 3.6 installed on Windows 10: Open cmd Type node Index Select my Account Alt + C: profile 9PJ8U8RY

What could also be the problem is the config. I wasn‘t completely sure what to change there, could you please explain that or link the site where it is explained?

aperpen commented 6 years ago

Cannot reproduce, works fine for me. Although I cannot test on Windows, OS shouldn't be the problem here. In config you just need to set up your account. For that just write your tag, and in pass field insert your token (https://github.com/aperpen/clash-royale-client#getting-a-token-android).

aperpen commented 6 years ago

Closing as works fine for me. Feel free to reopen the issue if you consider it necessary.