{"id":18565656,"url":"https://github.com/quiltdata/debugging-scripts","last_synced_at":"2025-11-01T14:30:21.133Z","repository":{"id":54584980,"uuid":"221790907","full_name":"quiltdata/debugging-scripts","owner":"quiltdata","description":"Scripts for debugging various issue","archived":false,"fork":false,"pushed_at":"2021-03-19T01:30:19.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-27T14:15:08.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quiltdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-14T21:35:55.000Z","updated_at":"2021-03-19T01:30:21.000Z","dependencies_parsed_at":"2022-08-13T20:31:19.569Z","dependency_job_id":null,"html_url":"https://github.com/quiltdata/debugging-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fdebugging-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fdebugging-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fdebugging-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fdebugging-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quiltdata","download_url":"https://codeload.github.com/quiltdata/debugging-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239293947,"owners_count":19615043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T22:19:39.599Z","updated_at":"2025-11-01T14:30:21.044Z","avatar_url":"https://github.com/quiltdata.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debugging Package Deleting Failure\n\nFirst, set up your environment the way you normally run quilt. The debug code expects to be able to make boto3 calls and it expects that quilt3 is installed.\n\nFor me, this would be activating a virtual environment and exporting AWS_PROFILE=myprofile. You may not need to do anything.\n\nAfter that, set a couple environment variables. You decide which bucket we are debugging, we will give you the access_key and secret_key (they are there so the script can automatically send the output of the script to us via S3).\n```\nexport QUILT_DEBUG_BUCKET=XXXXXXX\nexport QUILT_DEBUG_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXXXX\nexport QUILT_DEBUG_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXX\n\n```\n\nDownload and run the debug script: \n```\ncurl https://raw.githubusercontent.com/quiltdata/debugging-scripts/master/debug.sh -o debug.sh \u0026\u0026 chmod +x debug.sh \u0026\u0026 ./debug.sh\n```\n\nTo cleanup:\n```\nrm debug.sh\nrm quilt-pkg-delete-debug.log\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltdata%2Fdebugging-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquiltdata%2Fdebugging-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltdata%2Fdebugging-scripts/lists"}