neumino / chateau

Another (awesome) data explorer for RethinkDB
207 stars 38 forks source link

Error on exporting tables #45

Closed museghost closed 10 years ago

museghost commented 10 years ago

Hi, Neumino

When exporting any table, the below error was happened.

/usr/local/lib/node_modules/chateau/app.js:18 throw err; ^ RqlDriverError: The hasNext command has been removed since 1.13. Use next instead.

I use rethinkdb 1.14, and chateau 0.3.11. I just assume that this issue might be caused by the rethinkdb version changes from 1.13 to 1.14. Could you please look at this ?

Thank you for your cooperation.

neumino commented 10 years ago

Arg sorry for that. I'm looking into it now.

neumino commented 10 years ago

Thanks @museghost for reporting it!

I just released 0.3.12 with a fix for this problem. It should work fine now.

museghost commented 10 years ago

I appreciate you fixing this issue quickly ! Now, it exports the table successfully. :)