-
Notifications
You must be signed in to change notification settings - Fork 101
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
TypeError: can't concat str to bytes? #39
Comments
I guess it should be get_resource instead of get_binary_resource. Can you confirm that? |
Idk, i just try This Example |
I'm getting a similar error with The below error appears after this last command. I am using Python3.4. I'm not sure if I am missing something, but I followed the wiki guide to as well. |
Two parts to the answer: Simple way to make it work is to change the fields to bytes, like this:
However, it does raise the question about whether under Python3 that we should be handling better. |
I had the same issue.
|
You're using Python 3. Use Python 2 or see #47 47 |
I modified sentence.py file from library. It's work for me.
|
Hi when I try writing the same it always load "routeros_api.exceptions.RouterOsApiConnectionError: [Errno 9] Bad file descriptor" What should I do? |
That works for me too. But I use " |
I got this
TypeError: can't concat str to bytes
idk why,i just trying simple code like thisThis Example i Used
And full traceback:
My server:
The text was updated successfully, but these errors were encountered: