I want to upload a parquet file to my hugging face dataset. When I drag and drop it into the âUpload file(s)â area and click âCommit changes to mainâ I get the following error:
Error: o?.throwIfAborted is not a function. (In âo?.throwIfAborted()â, âo?.throwIfAbortedâ is undefined)
This surprises me as the parquet file does not seem to be dysfunctional or bugged - when I run
in python the code prints my data inside the parquet file ⌠so the file does not seem to be the problem here. However I canât upload it to my hugging face dataset - does somebody have a clue why that is and how to fix it?
I was trying to upload my parquet file to huggingface using safari as a browser. It worked out yesterday (using safari) when I uploaded a parquet file. Today I tried to upload another parquet file but got the above error.
After searching online about the error I found out that the method throwIfAborted() comes from Web APIs. Immediately I knew that it could be caused by the browser. Tried uploading my parquet file again - this time using chrome as a browser. Worked.
Tried it again today using Safari. This time I wanted to upload 16 parquet files at once. I got the following error:
Error: t.at is not a function. (In ât.at(-2)â, ât.atâ is undefined)
I thought Iâd let you know since youâve asked me to.
When Iâve tried to upload those exact same 16 parquet files with Chrome afterwards it worked without a problem - so I assume it was an issue with the browser again.