maxcutler / python-wordpress-xmlrpc

Python library for WordPress XML-RPC integration
http://python-wordpress-xmlrpc.rtfd.org
MIT License
380 stars 129 forks source link

Upload Video error "junk after document element" #160

Open jeanlsc opened 7 months ago

jeanlsc commented 7 months ago

By using:

media.UploadFile

it can work well on upload image file and return the attachment id, but when i use this function to upload video file, even the video file was successfully uploaded, but without return attachment id and getting this error:

xml.parsers.expat.ExpatError: junk after document element: line 2, column 0

How can solve this?