You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'autoExt' of null at Object.C.autoExtFilename (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:11:9316) at Object.A.from.CSV (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:15:22714) at Object.eval [as datafn] (eval at <anonymous> (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:1:1), <anonymous>:3:27) at https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:2:6976 at Array.forEach (native) at o (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:2:6936) at s (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:12:8299) at Function.A.dexec (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:11:16432) at Function.A.exec (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:11:15867) at A (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:2:20273)
I think it has to do with the auto-extension, in this case .csv, being appended to the end of the csv location directory. In this case a call with query string (api key).
Any way to disable auto extension? Thanks.
The text was updated successfully, but these errors were encountered:
________________________________
From: Mathias Rangel Wulff <notifications@github.com>
Sent: Thursday, March 23, 2017 5:54:28 PM
To: agershun/alasql
Cc: Brian Brearley; Author
Subject: Re: [agershun/alasql] 3.8 Update Bug? (#849)
Woops!
Please use version 0.3.9 - just released...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#849 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AELU7jSpCDKYy_CxFxDz71gGDC0ZyXAoks5rovgkgaJpZM4MnP49>.
Quering an external csv resource appears to have stopped working (atleast in this use case) on the update from 3.6 to 3.8.
I have a back up copy of the 3.6 version. It is working here: fiddle.
And 3.8 not working here: fiddle.
Console Error:
Uncaught TypeError: Cannot read property 'autoExt' of null at Object.C.autoExtFilename (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:11:9316) at Object.A.from.CSV (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:15:22714) at Object.eval [as datafn] (eval at <anonymous> (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:1:1), <anonymous>:3:27) at https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:2:6976 at Array.forEach (native) at o (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:2:6936) at s (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:12:8299) at Function.A.dexec (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:11:16432) at Function.A.exec (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:11:15867) at A (https://cdnjs.cloudflare.com/ajax/libs/alasql/0.3.8/alasql.min.js:2:20273)
I think it has to do with the auto-extension, in this case .csv, being appended to the end of the csv location directory. In this case a call with query string (api key).
Any way to disable auto extension? Thanks.
The text was updated successfully, but these errors were encountered: