biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.86k stars 1.01k forks source link

Could not Fetch Dataset when using Orange #6770

Open kerwindevries opened 7 months ago

kerwindevries commented 7 months ago

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.

lanzagar commented 7 months ago

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.

kerwindevries commented 7 months ago

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 commented 7 months ago

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: @.***>

lanzagar commented 7 months ago

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)