Closed Bug 1672301 Opened 5 years ago Closed 5 years ago

POSTing to create a bug is returning error with code 100500

Categories

(bugzilla.mozilla.org :: API, defect)

Development
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: sfink, Unassigned)

Details

I'm using bzexport (my own hacked-up version; I know it's officially dead) to create new bugs, and today it started failing.

I'm getting back a 200 response with:

{'code': 100500,
 'documentation': 'https://bmo.readthedocs.io/en/latest/api/',
 'error': True,
 'message': None}

I don't know what that code means? I looked at the documentation url given.

I am providing all required fields. This is the JSON of my request:

{'assigned_to': 'sphink@gmail.com',
 'blocks': [],
 'cc': [],
 'component': 'General',
 'depends_on': [],
 'description': 'When compiling under gcc for the rooting hazard analysis, I '
                'get many many copies of the error\n'
                '```\n'
                "cc1plus: warning: '-Werror=' argument "
                "'-Werror=implicit-function-declaration' is not valid for C++\n"
                '```',
 'op_sys': 'All',
 'platform': 'All',
 'priority': 'P3',
 'product': 'Firefox Build System',
 'severity': 'S5',
 'status': 'ASSIGNED',
 'summary': '-Wimplicit-function-declaration is invalid for C++',
 'type': 'defect',
 'version': 'unspecified'}

My password is hunter2.

(Just kidding; I'm using an API key for authentication.)

Today it works again.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.