Sibusten / derpibooru-downloader

A downloader for imageboards running Philomena, such as Derpibooru.
MIT License
62 stars 6 forks source link

The newer version of 1.4.1 doesn't working #21

Closed ghost closed 5 years ago

ghost commented 5 years ago

I don't know what went wrong, but I have to fall back to 1.4.1. 1.4.3: Capture 1.4.1: Capture1

also, I already check the SSL is working again but still https://github.com/Sibusten/derpibooru-downloader/issues/20#issuecomment-486125353

Sibusten commented 5 years ago

When you say the SSL is working again, do you mean that the problem is fixed for you too?

ghost commented 5 years ago

around https://github.com/Sibusten/derpibooru-downloader/issues/20#issuecomment-486125353, but that didn't fix the version of 1.4.2 and above, only fixed 1.4.1 version

Sibusten commented 5 years ago

If you're running the command line version with a script, check to make sure the working directory is set to the directory where the program is

ghost commented 5 years ago

thanks for the tip, but these things still exist.

qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
ghost commented 5 years ago

I have checked 49288003ff14abb926e628a1cc0798a4a9f1b2e3, that you changed the JSON configuration, but I still don't understand why this can cause qt.network.ssl: QSslSocket :: connectToHostEncrypted: TLS initialization failed

Sibusten commented 5 years ago

It could be an issue with the version of ssl in the build. I've added a version to the 1.4.3 release page with updated ssl binaries. Try using that version and see if it fixes the problem.

ghost commented 5 years ago

YES, it fixes the problem, finally, thanks. Also, I recommend you bring this fix to the upcoming release.

Sibusten commented 5 years ago

Good to hear. I've updated the 32 bit version as well and removed the old versions. I will use the new SSL binaries in future releases.