Skip to content
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

Fix untracable crashes when URL is not parsable #183

Merged
merged 1 commit into from
Mar 22, 2020
Merged

Fix untracable crashes when URL is not parsable #183

merged 1 commit into from
Mar 22, 2020

Conversation

Palid
Copy link
Contributor

@Palid Palid commented Jan 22, 2020

Due to NSURL checking compliance with RFC 2396 while parsing the url, sometimes when the URL is not compilant with the RFC it is considered nil and code throws this error. The problem is that this error is not caught anywhere, therefore crashing with a very unhelpful stack trace, as seen here: #121

Due to NSURL checking compliance with RFC 2396 while parsing the url, sometimes when the URL is not compilant with the RFC it is considered `nil` and code throws this error. The problem is that this error is not caught anywhere, therefore crashing with a very unhelpful stack trace, as seen here: #121
@reime005 reime005 merged commit a7c11f6 into Vydia:master Mar 22, 2020
github-actions bot pushed a commit that referenced this pull request Mar 22, 2020
## [5.2.1](v5.2.0...v5.2.1) (2020-03-22)

### Bug Fixes

* ios - untracable crashes when URL is not parsable ([#183](#183)) ([a7c11f6](a7c11f6))
@github-actions
Copy link

🎉 This PR is included in version 5.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

benjamin777dev added a commit to benjamin777dev/react-native-upload that referenced this pull request Jun 10, 2024
## [5.2.1](Vydia/react-native-background-upload@v5.2.0...v5.2.1) (2020-03-22)

### Bug Fixes

* ios - untracable crashes when URL is not parsable ([#183](Vydia/react-native-background-upload#183)) ([a7c11f6](Vydia/react-native-background-upload@a7c11f6))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants