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
Example project works without any issues and all unit tests working as expected too. However when I run the following code in a fresh project I get crash.
Code example:
Task { @MainActor in
let youtubeDL = YoutubeDL()
let (formats, info) = try await youtubeDL.extractInfo(url: URL(string: "https://www.youtube.com/watch?v=WdFj7fUnmC0")!)
print(formats, info)
}
Yep, that confused me when I was trying to debug. I've attached a very simple example project that has the crash in it. Hopefully it's of some help @kewlbear.
@joshgare Unfortunately, your example doesn't crash on my simulator. But I've noticed some issues and fixed YoutubeDL-iOS package. Please update to the latest version and let me know.
@joshgare Unfortunately, your example doesn't crash on my simulator. But I've noticed some issues and fixed YoutubeDL-iOS package. Please update to the latest version and let me know.
it work fine on simulator. but when we create a release versions it get stuck on extra info
Example project works without any issues and all unit tests working as expected too. However when I run the following code in a fresh project I get crash.
Code example:
Crash info
Crash occurs on:
Hook.m
Line 55:
When the following is called in
YoutubeDL.swift:576
Fully expecting this to be something I am doing incorrectly.
The text was updated successfully, but these errors were encountered: