-
Notifications
You must be signed in to change notification settings - Fork 123
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
Build error: charset #95
Comments
For information, <properties>
<java.src.version>1.6</java.src.version>
<java.test.version>1.8</java.test.version>
<runtime.log>target/velocity.log</runtime.log>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> |
Have the same issue
Came from this line So, either entity is null, or Content-Type header is not found for the response |
@longtimeago thanks for the debugging. It seems that something hairy going on with Coveralls API. There's also reports in their Github issues for similar problem (lemurheavy/coveralls-public#723) and status page (http://status.coveralls.io/) still shows degraded mode. I think we should wait until the service is properly running again and see if there are still issues with the Content-Type. I will also improve the error message in later versions of the plugin. |
@trautonen thank you for the clarification. Obviously, the root cause is on server side. |
@trautonen here is a hotfix #96 |
#95: Fix for NPE if Content-Type is null.
This issue will be fixed in 4.2.0 with a better error message. The problem is server side (Coveralls API broken) but the plugin is unable to show a good error message. I will not backport the fix to 3.x unless someone does it. The issue is basically just about misleading error message. |
I see the same error:
|
Hi,
I don't know why because I don't change something but since yesterday, the report upload doesn't work in my Travis builds with this error:
Failed to execute goal org.eluder.coveralls:coveralls-maven-plugin:3.2.1:report (default-cli) on project spoon-core: Build error: charset
And yesterday, I had some 500 HTTP code errors.
Any idea if the problem comes from me or you?
The text was updated successfully, but these errors were encountered: