biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

SSL error while fetching images from url #209

Closed pynomaly closed 2 years ago

pynomaly commented 2 years ago
Image Analytics version

0.7.0

Orange version

3.31.1

Expected behavior

Image viewer shows images from urls

Actual behavior

Image viewer not showing images, raising error "SSL handshake failed".

Steps to reproduce the behavior

Open orange Open file with image column and image attribute Connect with Image viewer

Additional info (worksheets, data, screenshots, ...)

orange_image_viewer

Log of orange-canvas:

qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id
qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate

OS: Ubuntu 22.04

ajdapretnar commented 2 years ago

Thanks for the report! Could you perhaps include a small sample of the offending URLs?

pynomaly commented 2 years ago

The url was: https://upload.wikimedia.org/wikipedia/commons/5/54/Beaver-Szmurlo.jpg

But I've found a bug with qtbase in ubuntu 22.04: https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1952977

This installation of orange is new, in my new computer. Orange works fine in my old computer with ubuntu 18.04.

pynomaly commented 2 years ago

I went back to ubuntu 20.04 and everything works perfectly. It's a problem with ubuntu 22.04.