orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

Could not Fetch Dataset when using Orange

Open kerwindevries opened this issue 1 year ago • 4 comments

When trying to utilise the dataset widget on Orange, i get error "could not fetch dataset list". I have also tried to allow the Orange application through my firewall, but still get the same error. Can you please assist.

kerwindevries avatar Mar 22 '24 06:03 kerwindevries

Can you provide some more information? Maybe check if there is anything useful in View->Log. The Datasets widget is probably not the only thing with networking problems? For example, can you try if the Options->Add-ons window opens correctly and shows a list of add-ons? If you have Image Analytics or Text add-ons installed, you can also try the Image/Document Embedding widgets. People often have network issues when using a proxy (e.g. on a company network) - in that case you can let Orange know about the proxy in Options->Settings->Network.

lanzagar avatar Mar 22 '24 10:03 lanzagar

Detail from log: Traceback (most recent call last): File "C:\Program Files\Orange\lib\site-packages\urllib3\connectionpool.py", line 790, in urlopen response = self._make_request( File "C:\Program Files\Orange\lib\site-packages\urllib3\connectionpool.py", line 491, in _make_request raise new_e urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)

When trying to open "Add-Ons" get the following error message: " insufficient permission to install add-ons. Try starting Orange as system adminstrator or install Orange in user folder". image

Note I am using my work laptop, and when going into Options> Settings> Network, it is blank.

kerwindevries avatar Mar 22 '24 10:03 kerwindevries

Hi,

I am busy with a tutorial in a course that I am attending. Is there anyway to download a dataset and then upload it? I need the german credit risk dataset.

Regards, Kerwin

On Fri, Mar 22, 2024 at 12:03 PM Lan Zagar @.***> wrote:

Can you provide some more information? Maybe check if there is anything useful in View->Log. The Datasets widget is probably not the only thing with networking problems? For example, can you try if the Options->Add-ons window opens correctly and shows a list of add-ons? If you have Image Analytics or Text add-ons installed, you can also try the Image/Document Embedding widgets. People often have network issues when using a proxy (e.g. on a company network) - in that case you can let Orange know about the proxy in Options->Settings->Network.

— Reply to this email directly, view it on GitHub https://github.com/biolab/orange3/issues/6770#issuecomment-2014747470, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHG2FBLXLO3VQ6POWSP5DD3YZP6WHAVCNFSM6AAAAABFCZD7CWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJUG42DONBXGA . You are receiving this because you authored the thread.Message ID: @.***>

kerwindevries avatar Mar 22 '24 11:03 kerwindevries

While you are working on solving the issue, you can download datasets manually from the browser and open the file with the File widget instead. The dataset you mentioned is here https://datasets.biolab.si/core/german-credit-data.tab (you might need to right click the link and Save as)

lanzagar avatar Mar 22 '24 12:03 lanzagar