Luo
Luo
When fixing this bug, need to check the object tag count in 2 scenarios: - Scenario 1: Create an object without tags. - Scenario 2: Create an object with tags....
The error message seems doens't related to this project.
@nightcrawlerfemi Can you please provide more details about this issue: 1. How you add the dependency? 2. Run gradlew with the "--stacktrace" option to get error details.
@nightcrawlerfemi Seems that `httpclient5-5.2.1` from sdwebui-java-sdk conflicts with `httpclient-4.5.13` from some other dependencies. Could you try fixing it by upgrading Apache Http Client to version `5.2.1`?
`org.apache.httpcomponents:httpmime:4.3.5` depends on the httpclient artifact. Can you upgrade the `httpmime:4.3.5` to `5.2.1` or exclude httpclient from httpmime? https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime/4.5.3
@nightcrawlerfemi The root cause is `android.os.NetworkOnMainThreadException`, which is thrown by Android platform. Can you Google this exception to find out a resolution?
@937797402 This project is built using Gradle. However, you can include it as a dependency in your Maven project.