{"id": "5d80f2ff-3492-4f40-bd42-77e38af29999", "dataset": "founders-1", "job_name": "upload-dataset", "command": "ls-upload-dataset \"/Users/jimmyzhang/latent-scope-data/founders-1\" \"ls-founders-1\" --main-parquet=\"scopes/scopes-002-input.parquet\" --private=true", "status": "error", "last_update": "2025-01-08 21:43:27.439990", "progress": ["ARGS Namespace(directory='/Users/jimmyzhang/latent-scope-data/founders-1', dataset_name='ls-founders-1', main_parquet='scopes/scopes-002-input.parquet', private='true', token=None)", "get key /Users/jimmyzhang/Development/latent-scope", "The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well.", "Token is valid (permission: read).", "Your token has been saved to /Users/jimmyzhang/.cache/huggingface/token", "Login successful", "USERNAME jzhang621", "Creating repository: ls-founders-1", "Error creating repository: (Request ID: Root=1-677f37cf-274b450b2a804f183d9e6ac1;5bd48834-0f84-4b40-ab47-617f05910f16)", "", "403 Forbidden: You don't have the rights to create a dataset under the namespace \"jzhang621\".", "Cannot access content at: https://huggingface.co./api/repos/create.", "If you are trying to create or update content, make sure you have a token with the `write` role.", "Token status: Token provided", "Attempting to verify repository existence...", "Could not verify repository: 404 Client Error. (Request ID: Root=1-677f37cf-5fb915c70f9b6efa4fc9f51f;f518c94f-f8c9-41f3-a12d-8bbdd5db5f15)", "", "Repository Not Found for url: https://huggingface.co./api/datasets/ls-founders-1.", "Please make sure you specified the correct `repo_id` and `repo_type`.", "If you are trying to access a private or gated repo, make sure you are authenticated.", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py\", line 304, in hf_raise_for_status", "response.raise_for_status()", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/requests/models.py\", line 1024, in raise_for_status", "raise HTTPError(http_error_msg, response=self)", "requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co./api/repos/create", "", "The above exception was the direct cause of the following exception:", "", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/latentscope/scripts/upload_dataset.py\", line 53, in upload_to_huggingface", "repo_info = api.create_repo(", "^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py\", line 114, in _inner_fn", "return fn(*args, **kwargs)", "^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/hf_api.py\", line 3376, in create_repo", "raise err", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/hf_api.py\", line 3363, in create_repo", "hf_raise_for_status(r)", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py\", line 367, in hf_raise_for_status", "raise HfHubHTTPError(message, response=response) from e", "huggingface_hub.utils._errors.HfHubHTTPError: (Request ID: Root=1-677f37cf-274b450b2a804f183d9e6ac1;5bd48834-0f84-4b40-ab47-617f05910f16)", "", "403 Forbidden: You don't have the rights to create a dataset under the namespace \"jzhang621\".", "Cannot access content at: https://huggingface.co./api/repos/create.", "If you are trying to create or update content, make sure you have a token with the `write` role.", "", "During handling of the above exception, another exception occurred:", "", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py\", line 304, in hf_raise_for_status", "response.raise_for_status()", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/requests/models.py\", line 1024, in raise_for_status", "raise HTTPError(http_error_msg, response=self)", "requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co./api/datasets/ls-founders-1", "", "The above exception was the direct cause of the following exception:", "", "Traceback (most recent call last):", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/bin/ls-upload-dataset\", line 8, in ", "sys.exit(main())", "^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/latentscope/scripts/upload_dataset.py\", line 160, in main", "upload_to_huggingface(args.directory, args.dataset_name, args.main_parquet, args.token, args.private)", "File \"/Users/jimmyzhang/Development/latent-scope/latentscope/scripts/upload_dataset.py\", line 66, in upload_to_huggingface", "repo_info = api.repo_info(repo_id=dataset_name, repo_type=\"dataset\")", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py\", line 114, in _inner_fn", "return fn(*args, **kwargs)", "^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/hf_api.py\", line 2588, in repo_info", "return method(", "^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py\", line 114, in _inner_fn", "return fn(*args, **kwargs)", "^^^^^^^^^^^^^^^^^^^", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/hf_api.py\", line 2446, in dataset_info", "hf_raise_for_status(r)", "File \"/Users/jimmyzhang/Development/latent-scope/testenv/lib/python3.12/site-packages/huggingface_hub/utils/_errors.py\", line 352, in hf_raise_for_status", "raise RepositoryNotFoundError(message, response) from e", "huggingface_hub.utils._errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-677f37cf-5fb915c70f9b6efa4fc9f51f;f518c94f-f8c9-41f3-a12d-8bbdd5db5f15)", "", "Repository Not Found for url: https://huggingface.co./api/datasets/ls-founders-1.", "Please make sure you specified the correct `repo_id` and `repo_type`.", "If you are trying to access a private or gated repo, make sure you are authenticated."], "times": ["2025-01-08 21:43:27.079968", "2025-01-08 21:43:27.080141", "2025-01-08 21:43:27.080334", "2025-01-08 21:43:27.203248", "2025-01-08 21:43:27.203598", "2025-01-08 21:43:27.204157", "2025-01-08 21:43:27.243863", "2025-01-08 21:43:27.244210", "2025-01-08 21:43:27.333901", "2025-01-08 21:43:27.334849", "2025-01-08 21:43:27.336069", "2025-01-08 21:43:27.336611", "2025-01-08 21:43:27.337237", "2025-01-08 21:43:27.337827", "2025-01-08 21:43:27.338403", "2025-01-08 21:43:27.397754", "2025-01-08 21:43:27.398259", "2025-01-08 21:43:27.399093", "2025-01-08 21:43:27.399685", "2025-01-08 21:43:27.399954", "2025-01-08 21:43:27.400212", "2025-01-08 21:43:27.401002", "2025-01-08 21:43:27.401349", "2025-01-08 21:43:27.404995", "2025-01-08 21:43:27.405545", "2025-01-08 21:43:27.405967", "2025-01-08 21:43:27.406160", "2025-01-08 21:43:27.406326", "2025-01-08 21:43:27.406471", "2025-01-08 21:43:27.406618", "2025-01-08 21:43:27.406789", "2025-01-08 21:43:27.406975", "2025-01-08 21:43:27.407436", "2025-01-08 21:43:27.411225", "2025-01-08 21:43:27.411800", "2025-01-08 21:43:27.412070", "2025-01-08 21:43:27.412442", "2025-01-08 21:43:27.412939", "2025-01-08 21:43:27.413420", "2025-01-08 21:43:27.413761", "2025-01-08 21:43:27.416792", "2025-01-08 21:43:27.417583", "2025-01-08 21:43:27.418215", "2025-01-08 21:43:27.418877", "2025-01-08 21:43:27.419849", "2025-01-08 21:43:27.420660", "2025-01-08 21:43:27.422112", "2025-01-08 21:43:27.422656", "2025-01-08 21:43:27.423416", "2025-01-08 21:43:27.424103", "2025-01-08 21:43:27.424552", "2025-01-08 21:43:27.424902", "2025-01-08 21:43:27.425337", "2025-01-08 21:43:27.425796", "2025-01-08 21:43:27.426204", "2025-01-08 21:43:27.426598", "2025-01-08 21:43:27.426997", "2025-01-08 21:43:27.427365", "2025-01-08 21:43:27.428133", "2025-01-08 21:43:27.428670", "2025-01-08 21:43:27.429067", "2025-01-08 21:43:27.429429", "2025-01-08 21:43:27.429785", "2025-01-08 21:43:27.430130", "2025-01-08 21:43:27.430524", "2025-01-08 21:43:27.430866", "2025-01-08 21:43:27.431203", "2025-01-08 21:43:27.431525", "2025-01-08 21:43:27.433501", "2025-01-08 21:43:27.433819", "2025-01-08 21:43:27.434115", "2025-01-08 21:43:27.434502", "2025-01-08 21:43:27.434786", "2025-01-08 21:43:27.435071", "2025-01-08 21:43:27.435375", "2025-01-08 21:43:27.435664", "2025-01-08 21:43:27.435956", "2025-01-08 21:43:27.436246", "2025-01-08 21:43:27.436561", "2025-01-08 21:43:27.436842", "2025-01-08 21:43:27.438791", "2025-01-08 21:43:27.439077", "2025-01-08 21:43:27.439322", "2025-01-08 21:43:27.439545", "2025-01-08 21:43:27.439766", "2025-01-08 21:43:27.439988"]}