Closed
Bug 300064
Opened 19 years ago
Closed 19 years ago
error with bugzilla-submit: 'bug id not found; please report a bug'
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mneyrand, Unassigned)
Details
Attachments
(3 files)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Build Identifier: 2.19.1 bugzilla-submit return the error: 'bugzilla-submit: Internal error: bug id not found; please report a bug' I attached the bugzilla-submit textfile and the commandline I used. Reproducible: Always Actual Results: The id bug is not created and the program can't return the id bug!
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
| Reporter | ||
Comment 3•19 years ago
|
||
Comment 4•19 years ago
|
||
The URL of your Bugzilla install should not have "/enter_bug.cgi" on the end of it - this explains why you are getting the error message you got, rather than the one you were expecting. Also, you'll find installs of Bugzilla to test on at http://landfill.bugzilla.org/ rather than using this installation.
| Reporter | ||
Comment 5•19 years ago
|
||
(In reply to comment #4) > The URL of your Bugzilla install should not have "/enter_bug.cgi" on the end of > it - this explains why you are getting the error message you got, rather than > the one you were expecting. > Also, you'll find installs of Bugzilla to test on at > http://landfill.bugzilla.org/ rather than using this installation. Thank you, it works now! I have a new question: do you know if it is possible to create a new attachment directly from the bugzilla-submit file?
Comment 6•19 years ago
|
||
Unfortunately, it's not possible to submit attachments with bugzilla-submit, and I'm not aware of any command-line tool that will allow you to submit attachments.
Comment 7•19 years ago
|
||
As mentioned in earlier comments, this wasn't a bug.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 8•19 years ago
|
||
I am looking for the bugzilla-submit code in another language than Python. Does it exists in Java, in C++ or in Visual Basic ?
Comment 9•19 years ago
|
||
Nope. You can probably call it using Jython, and of course Python is available on win32.
You need to log in
before you can comment on or make changes to this bug.
Description
•