bencabrera / grawitas

Grawitas is a lightweight, fast parser for Wikipedia talk pages that takes the raw Wikipedia-syntax and outputs the structured content in various formats.
MIT License
6 stars 4 forks source link

error: Failure "Es konnte keine SSL-Kontextstruktur erzeugt werden<>" #7

Closed julbre closed 6 years ago

julbre commented 6 years ago

It does not work, neither with grawitas_gui nor with crawler-components. I always get the same errors, although I´ve installed Microsoft Visual C++ Redistributable for Visual Studio 2017. ssl The GUI-Interface and command-line stated "Finished crawling and parsing provided article", but there wasn´t any parsed site as output in the output-folder. Do you have any ideas, what´s going wrong?

bencabrera commented 6 years ago

Should be fixed in latest release. In d44cadacb8a692e8fb3562a0a4686b3d7773ff50 we switched from the QT5 Network library to CURL which should take care of some of the weird SSL errors.