You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSInvalidArgumentException: *** -[NSURL initFileURLWithPath:]: nil string parameter
?, in -[RCTVideo playerItemForSource:withCallback:]
?, in __19-[RCTVideo setSrc:]_block_invoke
File "main.swift", line 7, in main
...
(12 additional frame(s) were not displayed)
Description
The associated UI test uncovered this crash because the rate at which it types a valid URL results in lost characters. I.e. http://valid.com/url.mp4 is typed, but h://valid.com/url.mp4 is captured.
So, there are two issue:
Characters are dropped when typing rapidly.
Invalid URLs result in crashes.
Steps to Reproduce
Add a Video block.
Choose "Insert from URL."
Type h://bogus.com/v.mp4.
Dismiss the bottom sheet.
The text was updated successfully, but these errors were encountered:
Sentry Issue: JETPACK-IOS-1521
Description
The associated UI test uncovered this crash because the rate at which it types a valid URL results in lost characters. I.e.
http://valid.com/url.mp4
is typed, buth://valid.com/url.mp4
is captured.So, there are two issue:
Steps to Reproduce
h://bogus.com/v.mp4
.The text was updated successfully, but these errors were encountered: