thijs-hakkenberg
thijs-hakkenberg
Implementation which is now fixed for me: def get_posts(site_url, username, password): wp = Client( url=site_url, username=username, password=password, blog_id=0, transport=None ) posts = wp.call( method=GetPosts() ) for post in posts: print(post.title)
I wish i saw this earlier. I have a pull request for it ready to go if the author is so inclined: https://github.com/maxcutler/python-wordpress-xmlrpc/pull/156 @maxcutler
Same here. Or in the worst case just an ability to export and load the queue...
I have the same issue. The error according to ChatGPT why we cannot catch the exception in python: _The error message you are seeing is because a Rust panic unwinding...