google-code-export / sqlite-manager

Automatically exported from code.google.com/p/sqlite-manager
1 stars 0 forks source link

Error trying csv import #869

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open sqlitemanager and any database
2. Click import button
3. Select .csv file and table
4. Click OK

What is the actual output?

CSV Worker error!
TypeError: gFile.contents is null
File name: chrome://sqlitemanager/content/workerCsv.js
Line number: 52

What is the expected output?

Import routine

What version of the product are you using? On what target Application 
Extension Version = 0.8.1
Application = Firefox 35.0a1
OS = Windows 7 64 bit

Problem started in this build: 
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/09/2014-09-05-03-02-
06-mozilla-central/

Original issue reported on code.google.com by rodrigo...@gmail.com on 10 Dec 2014 at 12:52

GoogleCodeExporter commented 9 years ago
Extension Version = 0.8.1 (from mozilla addons page)
Application = Firefox 35
OS = Windows 7 Japanese version
I have the same issue with Firefox 35.

The following is from the browser console:
TypeError: gFile.contents is null workerCsv.js:52
TypeError: getBrowserForTab(...) is undefined utils.js:234

NOTE: I have been using this csv file to import data for several months.  No 
problems.  Only change was the upgrade to Firefox 35.

Tested with other csv files--same error occurs.

Original comment by hamamats...@gmail.com on 15 Jan 2015 at 2:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I can confirm this as well.  The CSV import broke immediately after upgrading 
to Firefox 35.  

I'm on a Macintosh.

CSV Worker error!
TypeError: gFile.contents is null
File name: chrome://sqlitemanager/content/workerCsv.js
Line number: 52

Original comment by tonyange...@gmail.com on 17 Jan 2015 at 10:03