| Bug #78013 | Workbench Table Import Wizard Cancel Error | ||
|---|---|---|---|
| Submitted: | 10 Aug 2015 16:25 | Modified: | 17 Sep 2015 0:48 |
| Reporter: | Steven Waldren | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Workbench: Administration | Severity: | S3 (Non-critical) |
| Version: | 6.3.4.0 build 828 | OS: | MacOS |
| Assigned to: | CPU Architecture: | Any | |
[11 Aug 2015 5:24]
MySQL Verification Team
Hello Steven Waldren, Thank you for the report. Observed this on Win7 with WB 6.3.4. Thanks, Umesh
[11 Aug 2015 5:24]
MySQL Verification Team
Screenshot..
Attachment: 78013.png (image/png, text), 68.18 KiB.
[17 Sep 2015 0:48]
Philip Olson
Fixed as of the upcoming MySQL Workbench 6.3.5 release, and here's the changelog entry: Clicking Cancel when using the Table Import wizard would emit an error, although the import process continued. Thank you for the bug report.

Description: When the [Cancel] button is push I get a pop up dialog box stating Invalid argument number (see below from the log text area box). The import continues. ... - Data import - Data import Traceback (most recent call last): File "/Applications/MySQLWorkbench.app/Contents/Resources/plugins/sqlide_power_import_wizard.py", line 134, in go_cancel if self.on_close(): File "/Applications/MySQLWorkbench.app/Contents/Resources/plugins/sqlide_power_import_wizard.py", line 139, in on_close if mforms.ResultOk == mforms.Utilities.show_message("Confirmation", "Do you wish to stop import process?", "Yes", "No"): TypeError: Utilities_show_message() takes exactly 5 arguments (4 given) - Data import - Data import ... How to repeat: Use table import wizard to import data into a new table. Then hit the cancel button