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

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 Leaders.
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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events