You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing a parquet URL that contains the character %2F, it seems that the character is considered as /, which convert the original URL to a different one.
Error
Traceback (most recent call last):
File "/lib/python311.zip/_pyodide/_base.py", line 540, in eval_code_async
await CodeRunner(
File "/lib/python311.zip/_pyodide/_base.py", line 365, in run_async
await coroutine
File "<exec>", line 110, in <module>
File "/lib/python311.zip/pyodide/http.py", line 201, in bytes
self._raise_if_failed()
File "/lib/python311.zip/pyodide/http.py", line 125, in _raise_if_failed
raise OSError(
OSError: Request for https://huggingface.co/datasets/squad/resolve/refs/convert/parquet/plain_text/squad-train.parquet failed with status 404: Not Found
When passing a parquet URL that contains the character
%2F
, it seems that the character is considered as/
, which convert the original URL to a different one.See, for example, the file: https://huggingface.co/datasets/squad/resolve/refs%2Fconvert%2Fparquet/plain_text/squad-train.parquet.
The app gives the following error:
in these two cases:
%2F
with '/' (does not exist): https://lite.datasette.io/?parquet=https://huggingface.co/datasets/squad/resolve/refs/convert/parquet/plain_text/squad-train.parquetcc @julien-c
The text was updated successfully, but these errors were encountered: