quintanar401 / connect-kdb-q

Query execution support for KDB-Q in Atom
MIT License
7 stars 5 forks source link

Atom 1.25: All queries failing with Uncaught TypeError: Path must be a string #23

Closed EdrinP closed 6 years ago

EdrinP commented 6 years ago

After 1.25 update, getting below error on any interaction in connect-kdb-q (exec query, connect to server, etc)

Uncaught TypeError: Path must be a string. Received undefined

joel23888 commented 6 years ago

I am having the same issue

lynx-ilya commented 6 years ago

same here :(

EdrinP commented 6 years ago

Looking into a fix. It appears atom.config.configDirPath in servers.coffee is gone in 1.25.

joel23888 commented 6 years ago

I am not sure if this is obvious or helps anybody, but I was considering rolling back to the previous Atom version and I realized it was actually kept in the installation directory alongside the latest version. If you run the Atom executable from there you can 'roll back' without much effort while this is being fixed.

quintanar401 commented 6 years ago

Thanks, I merged the pull request. 0.4.11 should resolve this issue