We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried the app on several devices and on most of the the app crashes since the launch after I downloaded a video.
I tried debugging the code and I found out that the crash occurs inside this function
DownTube/DownTube/DownTube/Helpers/PersistentVideoStore.swift
Line 42 in f4f0e09
DownTube/DownTube/DownTube/Helpers/VideoManager.swift
Line 264 in f4f0e09
I especially tested this with iOS 13, but the crash often occurs also in iOS 12.
The text was updated successfully, but these errors were encountered:
#16 temporary solution: commented code that causes the crash
Sorry, something went wrong.
No branches or pull requests
I tried the app on several devices and on most of the the app crashes since the launch after I downloaded a video.
I tried debugging the code and I found out that the crash occurs inside this function
DownTube/DownTube/DownTube/Helpers/PersistentVideoStore.swift
Line 42 in f4f0e09
when it os called from this line
DownTube/DownTube/DownTube/Helpers/VideoManager.swift
Line 264 in f4f0e09
I especially tested this with iOS 13, but the crash often occurs also in iOS 12.
The text was updated successfully, but these errors were encountered: