openaustralia / morph

Take the hassle out of web scraping
https://morph.io
GNU Affero General Public License v3.0
461 stars 74 forks source link

sqlite3 failing on node scraper #1303

Closed atompkins closed 2 years ago

atompkins commented 2 years ago

Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /app/node_modules/sqlite3/lib/binding/napi-v6-linux-glibc-x64/node_sqlite3.node)

I have built a minimal repro here: https://github.com/atompkins/ufsg-item-scraper-2

atompkins commented 2 years ago

changing platform to early_release has resolved this issue. i assume it is related to the cedar-14 deprecations. for anyone else experiencing this issue there is no documentation about this yet but i did find this blog post which explains: A new era for morph.io