Vasil Rangelov

Results 135 comments of Vasil Rangelov

Because the new login method is tried first, and older RouterOS versions don't support it, you're going to see a failed login attempt in the logs next to each successful...

An empty array is definitely not the way to go. From experience, I know that people tend to not develop in a way where they don't check their output for...

> getAll() already reaturns an empty array when there is nothing to return getAll() always returns a ResponseCollection. That collection may be empty if there are no items in the...

I understand, but I still don't think returning a value on failure is the right thing to do here... I've now added b68b47eedf398dc4f0c2740ee6daa9c8e553b1cf to the develop branch, which throws an...

A connection is still created once when the PHP process starts and persists until the PHP process closes. How many requests you can handle with the same connection depends on...

There is no persistentId property, so how are you getting that? Anyway... I'm not entirely sure why that happens. Can you give me your versions involved? Apache version, PHP version,...

Last I checked, this is already resolved in dev-develop.

If you use a composer.lock file, sure. I mean, new commits may come at any point, though at this point, I'm only doing minor fixes until I make an actual...

What is the error message?

You can output the exception for more details. It sounds like there is an input rule in the filters that prevents API connectons. By default, MikroTik devices have a rule...