ServerError: server failed with HTTP status code 503
AtwoodDuan opened this issue · 9 comments
When I tried to download data using the sample code, I received a 503 error response.
import openml
# List all datasets and their properties
openml.datasets.list_datasets(output_format="dataframe")
# Get dataset by ID
dataset = openml.datasets.get_dataset(61)
# Get dataset by name
dataset = openml.datasets.get_dataset('Fashion-MNIST')
# Get the data itself as a dataframe (or otherwise)
X, y, _, _ = dataset.get_data(dataset_format="dataframe")
I get:
ServerError: server failed with HTTP status code 503
Same issue here with another dataset
I'm delighted to hear that.
Could you please inform us once the issue has been successfully resolved?
We would greatly appreciate it.
Having the same issue here.
Good morning, Thanks for the error report. Yesterday our server maintenance led to an issue. We're working on fixing it, but the expectation is that this will take some time. Best, Jos
…
________________________________ From: Charles Beauville @.> Sent: Wednesday, July 19, 2023 06:40 To: openml/OpenML @.> Cc: Subscribed @.> Subject: Re: [openml/OpenML] ServerError: server failed with HTTP status code 503 (Issue #1196) Same issue here with another dataset — Reply to this email directly, view it on GitHub<#1196 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABPE6ONKPGYZZ4YE4I5EWBLXQ5QMLANCNFSM6AAAAAA2PIYSTA. You are receiving this because you are subscribed to this thread.Message ID: @.>
Any updates ??
@josvandervelde Thanks for the temporary fix!
Closing because this was fixed a while ago.