netPark / node-openalpr

NodeJS Wrapper for OpenALPR
GNU Affero General Public License v3.0
89 stars 78 forks source link

segmentation fault on launch #24

Closed emctague closed 7 years ago

emctague commented 7 years ago

I've copied the example (with a different image file, of course) on Arch Linux 64-bit, node v8.3.0, and I get:

[1]    3626 segmentation fault (core dumped)  node index.js

Could this be due to a change in the newer versions of OpenALPR?

kjlaw89 commented 7 years ago

@emctague at this point I'm no longer maintaining this project. @sneko Appears to have a newer fork going for OpenALPR 2.3 that might be worth checking out: https://github.com/Sneko/node-openalpr

emctague commented 7 years ago

Ah, thank you. I got it to work anwyays.