The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to resolve JiraError HTTP 500 while opening Jira URL using JIRA in python

ShruthyRamesh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 31, 2025

 

Type Exception Report

Message Invalid mime type "*.*;q=0.9": does not contain '/'

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.springframework.http.InvalidMediaTypeException: Invalid mime type "*.*;q=0.9": does not contain '/'

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Jim Knepley - ReleaseTEAM
Atlassian Partner
March 31, 2025

Hi @ShruthyRamesh 

Your MIME type (https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types) is incorrectly formed; it looks like you're delimiting the type and subtype with a "." instead of the required "/"

 

0 votes
Dirk Lachowski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 31, 2025

That’s not really much information, so what are you trying to achive? Creating something? Fetch something?

From the error message you can see that your request is missing a mime type. Maybe the “accept” header is missing if you’re fetching or the “content-type” is missing if you’re creating.

TAGS
AUG Leaders

Atlassian Community Events