Skip to content

chore: Switch to an async version of DownloadManager#353

Open
blainekasten wants to merge 1 commit intonextfrom
blaine/eng-87128-switch-downloadmanager-to-use-async-together
Open

chore: Switch to an async version of DownloadManager#353
blainekasten wants to merge 1 commit intonextfrom
blaine/eng-87128-switch-downloadmanager-to-use-async-together

Conversation

@blainekasten
Copy link
Copy Markdown
Contributor

@blainekasten blainekasten commented May 1, 2026

Makes an AsyncDownloader so we can use async code in CLI and not wrap with a new client.

@blainekasten blainekasten force-pushed the blaine/eng-87128-switch-downloadmanager-to-use-async-together branch from 3011341 to a785c6a Compare May 2, 2026 02:06
@blainekasten blainekasten requested a review from zainhas May 2, 2026 02:40
raise APIStatusError(
"Error downloading file",
response=e.response,
body=e.response,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
body=e.response,
body=e.body,

raise APIStatusError(
"Error downloading file",
response=e.response,
body=e.response,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
body=e.response,
body=e.body,

raise APIStatusError(
"Error downloading file",
response=e.response,
body=e.response,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
body=e.body,

raise APIStatusError(
"Error downloading file",
response=e.response,
body=e.response,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
body=e.body,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants