wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
337 stars 129 forks source link

Problem with create media #225

Closed ngochoaitn closed 3 years ago

ngochoaitn commented 3 years ago

Hi,

I use method: Media.Create to create new image on WP but this method throw exception: Message: "Unexpected character encountered while parsing value: <. Path '', line 0, position 0." Source: "Newtonsoft.Json"

I check on my site, image has uploaded success

Thank

ngochoaitn commented 3 years ago

I clone this project and this problem resolve. But if use WordpressPCL from nuget, it will error