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

remove active hotspot user problem #118

Closed
alfanariamustofa opened this issue Jun 26, 2024 · 2 comments
Closed

remove active hotspot user problem #118

alfanariamustofa opened this issue Jun 26, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@alfanariamustofa
Copy link

my hotspot user active in multiple device
when i remove one by .id like this code:

$query = new Query('/ip/hotspot/active/remove');
$query->equal('.id', '*C0A80A08');
$result = $client->query($query)->read(false);

all device active for the same user was removed too

when check log showing this message
USER (xxx.xxx.xxx.xxx): logged out: admin reset

@alfanariamustofa alfanariamustofa added the bug Something isn't working label Jun 26, 2024
@EvilFreelancer
Copy link
Owner

EvilFreelancer commented Jun 26, 2024

Hi! It sounds like an issue with RouterOS (not with API library), did you asked Miktorik's support or on forum, maybe on reddit?

@alfanariamustofa
Copy link
Author

Hi! It sounds like an issue with RouterOS (not with API library), did you asked Miktorik's support or on forum, maybe on reddit?

i build with kotlin language for android app with NabilNoN/Mikrotik-Android library running well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants