I can't find any way of determining whether it was possible to send a bug report from my D2006 app. If MadExcept can make some sort of return code available I can maybe provide some guidance to the user as to what might be wrong.
How can I find out the result of sending a MadExcept bug report from a Delphi app
1.1k views Asked by rossmcm At
2
There are 2 answers
2
mjn
On
Maybe not a complete solution but useful information: if the bugreport is sent using a HTTP POST request to a web server, madExcept can detect if the response contains a HTTP redirect header, and in this case madExcept will launch the default web browser and load the URL given in the redirect.
So the user can immediately see that the report has been received and stored.
The web server could even analyze the bugreport and give additional information such as "This bug is already known and we have an update of the application which will fix it, you can download it here". (I wrote a web application, madxnet, for this purpose - it is still available for testing).
Related Questions in DELPHI
- How can I read the header of request to webserver
- Receiving Notifications for Individual Task Completion OmniThreadLibrary Parallel.ForEach
- Delphi - How to get result of function from QuickReport without viewing a report?
- Out of memory while adding documents to a Firebird BLOB field with Delphi
- How to MakeScreenshot fullpage on Delphi
- How to program a COM object with an IEnumerator, IEnumerable interface inside
- How to Dynamically Add Controls to Delphi Form
- How to write a string in Stringrid with DelimitedText in FMX Delphi 11
- TGrid/TStringGrid multi cell selection / multi editing in delphi firemonkey (12)
- How to localize "Today" in the Delphi TMonthCalendar?
- How can I call a SOAP webserver method in Vue.js?
- Efficiently Handling Large Number of API Calls with Delphi 10.4 and OmniThreadLibrary
- Delphi can not compile the unit create by its "XML Data Binding Wizard"
- Save Form Properties in File and then restore those Properties after reopening
- Is it possible to open a blob without saving it to file
Related Questions in EXCEPTION
- What should i use Exceptions or Monads for handle if service occur a problem?
- Python Requests: Handling Exceptions and Ensuring Server Response
- What is a better way to allow no user input while also preventing non-number inputs
- New error on random number assigned to local variable , Rails
- spring error exception with oauth2 and securityconfig
- Exception thrown: 'System.InvalidOperationException' in Microsoft.Data.SqlClient.dll
- How to fix this Row nested in Column exception issue in Flutter?
- GDI - Why the printing StartPage() function works in 32 bit but raises an exception in 64 bit?
- Handling Invalid Credential or Login error Exception in Python for Network Devices
- Execution failed for task ':app:compileFlutterBuildDebug'. > Process 'command 'C:\flutter\bin\flutter.bat'' finished with non-zero exit value 1Error:
- .NET 6 Custom Nuget package referencing other packages - Do I have to include the other packages myself?
- How to prevent Unity from catching and ignoring ALL exceptions
- My Google Apps Script renames all files in a folder from data in a spreadsheet. Can someone explain why it returns an exception error?
- Python (pylint): Catching general exceptions in validation procedures
- Need a simple example how to catch a data type error en C++
Related Questions in RETURN-CODE
- How does one get the output from |Write-SqlTableData
- Handle Timeouts with postman - newman
- Bash if statement expression evaluates to FALSE but $? is 0, why?
- Subprocess in Python 3.7 returning different (incorrect?) return code compared with Python 2.7
- Strange behaviour with envsubst command
- How to return status code in Python without actually exiting the process?
- Test integrity of archive with 7-Zip in PowerShell
- How to log the HTTP return code with the chi router?
- Why does this bash function returns always 0?
- How can I use a non-zero returncode to send email to a backup address using smtplib?
- change command exit code so it always returns 0
- Take python exit status and use it in bash command
- Unable to grab success or failure i.e rc of long running Ansible task in a loop
- Bash command substitution within a function does not return the return code from the command substitution
- azure ci cd tomcat error. Error : 2021-04-22T04:58:28.6149523Z ##[error]Error: /usr/bin/curl failed with return code: 22
Related Questions in MADEXCEPT
- How to activate madExcept on a REST Backend?
- Delphi application enters into endless loop of Access Violation exceptions - how to catch the trace with MadExcept which generates reports endlessly?
- How to disable MadExcept on command line?
- Couldn't find "madExcept settings" option under the "project" directory after downloading madExcept successfully on my desktop
- How to track down access violation "at address 00000000" in third party software using MadExcept of Sysinternals ProcessMonitor?
- Is there a per-project setting for "Notify on language exceptions"?
- MadExcept can no longer mail our bugs after changing from MAPI to OAUTH on MS recommendations
- How can i debug CEF3 / libcef.dll in Delphi and collect info about c0000005 / 001dea9b exception
- What is the best way to parse MadExcept bugreports sent to a datasnap server?
- Modifying Bug report message generated by MadExcept
- Delphi XE8 Application handling and 3rd party exception handling tools
- Is there any way to find out which form a TCustomForm reference refers to?
- madExcept required compiler directives
- Identify non released memory during runtime
- Delphi XE6 issue with styled menus and madExcept
Related Questions in BUG-REPORTING
- Bug Report: onGmailCompose has stopped populating the event draftMetadata properties on iOS (Android and browers are still OK) in Apps Script add-ons
- Bug report nltk.translate.bleu_score stopped working on tokens less than or equal to 3
- Is there a way to call BugreportManager’s hidden functions
- ADB logs bug report analysis
- Design an Android Service like Watchdog For collecting logs from remote devices and upload it to server
- sympy simplify function contained a bug in sign
- Empty PdfString decodes into a string of 64 ï characters
- How do I access the /bugreports directory from an Android app?
- How to give more information about NullReferenceException in runtime scenarios
- How to save a bug report stuck as a .tmp file?
- FFmpeg build error pkg-config can't find x265 /usr/bin/ld: cannot find -lnuma: No such file or directory
- How do I get the data usage of applications from adb logs?
- How and where can I report a bug in a RADStudio GetIt package, specifically for the googletest package?
- iPhone 12 Pro, 13 Pro Max take super-bright (maybe overexposed) photos with flash
- Understanding Bug Report in Android Development
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
The problem is that MadExcept can't reasonably determine that. There's a whole chain of things that can go wrong after Madexcept sends the email. You will get an exception if MadExcept can't build the report or there's an immediate problem sending the email.
The best you can get from MadExcept is "no exception thrown, sending might have gone ok".