This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
unknown control byte received #6
Comments
Did some more reading through the code and decided to print out the "length" to debug since that is where it fails. Here is the result: (tl:dr Length: 65533 or 0xfffd) python3 apytest
|
Hi, is it possible that you can provide me with an export of the address list? This would make it easier to debug. Feel free to send it via e-mail if you do not want to post it publicly. |
Hello,
No problem. I forgot to export it. Address list export is attached.
I'm not sure if the logical and functions in the api are working as
expected. I downloaded a c# api that I could find and it can read the list.
I just wanted to test it.
Thanks,
Gero
…On Jun 15, 2017 12:30 AM, "André Keller" ***@***.***> wrote:
Hi,
is it possible that you can provide me with an export of the address list?
This would make it easier to debug. Feel free to send it via e-mail if you
do not want to post it publicly.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHrgvAOR1UFIrVuIIb8xKCsk7T0YZ1dRks5sEM9rgaJpZM4N6l3k>
.
|
|
Hi, I was just wondering if you were able to re-produce the error I am seeing? Thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys,
I am using tikapy to gather alerts from the evebox api (suricata alerts) and then update an address-list in one or several mikrotiks to block the offending IP. I have run into an issue that I thought maybe someone could help. Essentially i am getting a traceback from the tikapy when I print an address-list but not on all of them. It almost looks like an issue with the size of the list to me. However, here are the details.
Here I am showing two address-lilsts:
I made a test-script to narrow down the error:
When I run the script, I get this output:
You can see that I don't have ospf neighbors so ###1 returns correctly,
###2 only has one IP so that is correct and the
###3 starts working when I delete a bunch of address-list items. Until then, no go.
I have tried the same setup on a Mikrotik with most current firmware with the same result. I used pip3 install tikapy to install the api. Thank you for your help.
The text was updated successfully, but these errors were encountered: