pear2/Net_RouterOS

Why can't I enable, disable or remove Hotspot Users?

VelaJafet opened this issue · 2 comments

Hello, I'm using this API to do a Hotpost Users CRUD.

I have these registers in my RB (checked with Winbox)
imagen

And I have saved the .id of those registers in my BD as id_routeros
imagen
imagen

I select some registers and save their info to send them
imagen

And depending of the selected option (1 to enable, 2 to disable and 3 to remove) I do some action, but the changes are not being applied
imagen

Is it a issue or am I doing the things wrong?

  • I have connection to the RB using the API,
  • Sometimes changes are applied but not on all selected registers
  • I have checked the match beetwen the .id of RB and id_routeros saved in my BD and they are right
  • The RB has 6.48.2 (stable)
  • I'm using pear2/net_routeros 1.0.0b6

@boenrobot hello again

I solved it passing the .id directly
imagen