-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with AVAggregateAssetDownloadTask and 1.1.0 version #242
Comments
Hi @rlanglo-ds,
|
Hello @bryce-b Here are my answers : |
This looks like an issue with the instrumentation in Otel-swift. It looks like this issue was already experienced with another of the AVFoundation's download tasks. I'll add additional checks for the AggregatedAssetDownloadTask. Unfortunately, that means these tasks will need to be manually instrumented. |
Hello @bryce-b I tried with 1.2.0 version and I got same issue :( Same environment:
|
@rlanglo-ds can you provide a screenshot of your Package Dependencies, as well as an example of how you are using the AVAggregateAssetDownloadTask? |
Hello @bryce-b Here is a screenshot of my package dependencies About the code that uses AVAggregateAssetDownloadTask, this is the code of a partner sdk, so I dont really use it in my own code |
Hello
I updated apm-agent-ios from 1.0.5 to 1.1.0 version and I get this error when I try to download a content from my app.
Terminating app due to uncaught exception 'NSGenericException', reason: 'AVAggregateAssetDownloadTask does not support currentRequest property'
I didn't app this error on 1.0.5
Regards
Ronan
The text was updated successfully, but these errors were encountered: