orientechnologies / orientjs

The official fast, lightweight node.js client for OrientDB
http://orientdb.com
Other
326 stars 68 forks source link

OrientJS looks for protocol28, but only protocol33 present. #402

Closed Davenporten closed 5 years ago

Davenporten commented 5 years ago

I'm using orientjs 3.0.8 to connect with an instance of a orientdb 3.0.14. When I try to run my react gui which imports orientjs I get the error

Error in ./~/orientjs/lib/transport/binary/connection.js Module not found: ./protocol28 in /mnt/c/Users/607959/Documents/SI_Project/gui_demo/node_modules/orientjs/lib/transport/binary

Looking into the code I see where connection.js is asking for protocol28, but in node_modules there is only protocol33. I'm not sure if my version of orientdb is causing the issue, I know it's not the most recent one, but I thought anything 3.0.0 or after would work.

Davenporten commented 5 years ago

This issue did not give all the information, sorry for my mistake. Please see #405