firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.54k stars 1.44k forks source link

Code=40 "Message too long" Error #13415

Closed yildirimatcioglu closed 4 weeks ago

yildirimatcioglu commented 1 month ago

Description

my app is uploading videos to Firebase storage and it was working fine until 1 hour ago. Now it is giving error that says "Code=40 'Message too long'". I did not change anything and the video I want to upload is 15 seconds and 1.2 mb.

Reproducing the issue

No response

Firebase SDK Version

10.29.0

Xcode Version

15.4

Installation Method

Swift Package Manager

Firebase Product(s)

Storage

Targeted Platforms

iOS

Relevant Log Output

Task <68C7A14A-0620-40E0-A095-72DE0A62A9A8>.<1> finished with error [40] Error Domain=NSPOSIXErrorDomain Code=40 "Message too long" UserInfo={_NSURLErrorFailingURLSessionTaskErrorKey=BackgroundUploadTask <68C7A14A-0620-40E0-A095-72DE0A62A9A8>.<1>, _kCFStreamErrorDomainKey=1, NSErrorPeerAddressKey={length = 16, bytes = 0x100201bbacd9116a0000000000000000}, _kCFStreamErrorCodeKey=40, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "BackgroundUploadTask <68C7A14A-0620-40E0-A095-72DE0A62A9A8>.<1>",
    "LocalUploadTask <68C7A14A-0620-40E0-A095-72DE0A62A9A8>.<1>"
)}

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
google-oss-bot commented 1 month ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

rizafran commented 1 month ago

Thanks for reporting, @yildirimatcioglu. It's possible that this might be an intermittent issue. May I know if you're still seeing the same issue? If so, is the issue also reproducible using other network or device? A reproducible example would also be great in order investigate.

google-oss-bot commented 1 month ago

Hey @yildirimatcioglu. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot commented 4 weeks ago

Since there haven't been any recent updates here, I am going to close this issue.

@yildirimatcioglu if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.