-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Can't download images from Facebook after call FirebaseApp.configure() - when app linked to FirebasePerformance. #486
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
Comments
FirebaseApp.configure()
Apple's docs say this is a timeout error. Does replacing your download link with a small file hosted locally make the issue go away? If so, it's likely not a Firebase issue. |
Interesting that same URLSession used to download other images. Issue observed only when downloading image from Facebook. And only if Firebase app is configured (by calling |
Curl working well: |
Same thing on Firebase 4.3.0. :0 |
Firebase 4.3.0: Flags removed: So issue in |
Theoretically issue related to |
I see, thanks for digging into that. |
Firebase 4.6.0, Xcode 9.2 beta (9C34b), iOS 11.2: Not linking to So issue definitely in |
Filed internal but b/69680733; I'll keep this ticket updated as progress is made. |
Thanks! .) |
This will be fixed in the next version of the SDK. Leaving open until then. |
So I should be good now |
So I be getting better now |
This issue should be fixed in the latest FirebasePerformance pod, v1.1.0. Please feel free to reopen if that's not the case! |
[READ] Step 1: Are you in the right place?
When i'm calling method for image download before
FirebaseApp.configure()
it works.When i'm calling method for image download after
FirebaseApp.configure()
- getting iOS Networking errorfinished with error - code: -1001
.Line above
FirebaseApp.configure()
- OK.Line below
FirebaseApp.configure()
- Not OK.[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
Use sample URL:
https://graph.facebook.com/v2.11/109693813139899/picture?type=square&width=140&height=140
Download image from sample URL before calling
FirebaseApp.configure()
.As result image downloaded
Download image from sample URL after calling
FirebaseApp.configure()
As result iOS Networking error:
Task <ADC5BE66-ACD8-49FD-9863-D37AAEF25C31>.<1> finished with error - code: -1001
Relevant Code:
The text was updated successfully, but these errors were encountered: