[PR #151] [MERGED] Fix AVAggregateAssetDownloadTask crash #163

Closed
opened 2026-03-03 19:12:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/151
Author: @olejnjak
Created: 9/13/2024
Status: Merged
Merged: 9/14/2024
Merged by: @NghiaTranUIT

Base: mainHead: fix/AVAggregateAssetDownloadTask


📝 Commits (1)

  • 27790d6 Check for AVAggregateAssetDownloadTask before checking for its request

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 Sources/Packages.swift (+8 -0)

📄 Description

When AVAggregateAssetDownloadTask is started, Atlantis crashes running app, because it checks currentRequest property which is not supported.

Thrown exception explicitly states:

AVAggregateAssetDownloadTask does not support currentRequest property

As skipping is definitely better option to crashing, this PR skips tracking this type of tasks.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ProxymanApp/atlantis/pull/151 **Author:** [@olejnjak](https://github.com/olejnjak) **Created:** 9/13/2024 **Status:** ✅ Merged **Merged:** 9/14/2024 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `fix/AVAggregateAssetDownloadTask` --- ### 📝 Commits (1) - [`27790d6`](https://github.com/ProxymanApp/atlantis/commit/27790d60e0334624130fa53a00d2d6e1b1528ab1) Check for AVAggregateAssetDownloadTask before checking for its request ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Sources/Packages.swift` (+8 -0) </details> ### 📄 Description When `AVAggregateAssetDownloadTask` is started, Atlantis crashes running app, because it checks `currentRequest` property which is not supported. Thrown exception explicitly states: > AVAggregateAssetDownloadTask does not support currentRequest property As skipping is definitely better option to crashing, this PR skips tracking this type of tasks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:12:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#163
No description provided.