Ticket #211 (closed defect: fixed)
Certain CHPRadioEvents cause an exception to be thrown when the file with text is attempted to be written.
| Reported by: | sdanthin | Owned by: | sdanthin |
|---|---|---|---|
| Priority: | Medium | Milestone: | May 2021 Training |
| Component: | ScriptBuilder GUI | Version: | 2.0 |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
Steps to recreate:
- Open ScriptBuilder?
- Load incident 187 (Stalled DOT/Traffic Collision)
- Save in an empty directory
- Observe that the error message "there was a problem creating your text files for: 187/18715.mp3" is thrown
Ideas:
Not sure yet, as the error is thrown within the BufferedWriter?
Attachments
Change History
Changed 6 years ago by sdanthin
-
attachment
Screenshot_20200121_072723.png
added
Capture of Incident inaccuracy
Note: See
TracTickets for help on using
tickets.

In this case described, the provided RadioFile? field for CHPRadioEvent in the XML specifies the sub-folder of the radioFile, when it should only specify the filename itself. Not sure about fixing it on my side.