-
Notifications
You must be signed in to change notification settings - Fork 93
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
Serialize photo - AttributeError: 'bytes' object has no attribute 'encode' #59
Comments
can you post the full traceback? |
@wpercy Sure thing. See edit. |
Thanks! I'll be sure to look into it |
@leingang this is fixed in the most recent release 0.9.4 |
Thanks so much. Works perfectly now. |
I still hit this error with version 0.9.4.1 and the following vcard
Get the following Trace:
|
I'm sorry for the noise, It seems I hadn't restarted radicale after bumping vobject version. This issue is fine here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have been using vobject 0.7.1 with python 2.7 since 2008. I am trying to update my script to python 3.5 with vobject 0.9.3.
I have a local file that I want to add to a vCard object. The enclosed code below worked in the 2.7 version but fails now.
Here is the log:
What's the right way to do this now?
The text was updated successfully, but these errors were encountered: