Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.16k stars 1.08k forks source link

internal server error while trying to download the data via kaggle api #452

Closed anu43 closed 1 year ago

anu43 commented 1 year ago

!pip freeze | grep kaggle > kaggle==1.5.12

As I was able to download the spaceship-titanic dataset from Kaggle competitions by !kaggle competitions download -c spaceship-titanic command, right now I am getting "500 - An internal server error occurred. Please ensure that your API client is up to date. If it is, please report a bug at github.com/Kaggle/kaggle-api" message in Google Colab.

anu43 commented 1 year ago

tried again with the same setup without changing anything and now it's working. I think it was a temporary maintenance or smt.