Skip to content

support api 7.18 #89

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

Open
zavndw opened this issue Feb 27, 2025 · 5 comments
Open

support api 7.18 #89

zavndw opened this issue Feb 27, 2025 · 5 comments

Comments

@zavndw
Copy link

zavndw commented Feb 27, 2025

Hi, there are plans to update the api RouterOS 7.18 ?

@ZeM2008
Copy link

ZeM2008 commented Mar 3, 2025

Hello! Replies of commands which do not have any data to reply with, begin with !empty (introduced in RouterOS 7.18) - https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API

I have problem me.legrange.mikrotik.MikrotikApiException: Command timed out after 60000 ms on RoS 7.18

@ZeM2008
Copy link

ZeM2008 commented Mar 3, 2025

Example:
RoS 7.17.2

/ip/route/print
=.proplist=.id
?=comment=test

<<< /ip/route/print
<<< =.proplist=.id
<<< ?=comment=test
<<<
>>> !done
>>>

RoS 7.18

/ip/route/print
=.proplist=.id
?=comment=test

<<< /ip/route/print
<<< =.proplist=.id
<<< ?=comment=test
<<<
>>> !empty
>>>
>>> !done
>>>

@ZeM2008
Copy link

ZeM2008 commented Mar 13, 2025

@GideonLeGrange please help

@dangelcz
Copy link

dangelcz commented Mar 14, 2025

I am also experiencing problems with the new ROS version which causes eternal loop in reader thread.
I proposed PR with fix which seems to work #90

@ZeM2008
Copy link

ZeM2008 commented Mar 15, 2025

@dangelcz Thx, it's works!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants