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
I followed the example project and anytime I run ffmpeg.init(), I'm always greeted with ffmpegKitConfig.init() Cannot read property 'getLogLevel' of null
This happens both in Android and IOS. Any help will be appreciated because I don't wanna start another project but this time around with react native CLI because of this issue.
Thanks. @dpolyakov
The text was updated successfully, but these errors were encountered:
I followed the example project and anytime I run ffmpeg.init(), I'm always greeted with ffmpegKitConfig.init() Cannot read property 'getLogLevel' of null
This happens both in Android and IOS. Any help will be appreciated because I don't wanna start another project but this time around with react native CLI because of this issue. Thanks. @dpolyakov
Did you ever find a solution to this @Aycom366 ? I encounter the same error although I noticed one thing. The first time I attempt to run the code I get:
Possible Unhandled Promise Rejection: TypeError: Cannot read property 'getLogLevel' of null
and the second time I get
Possible Unhandled Promise Rejection: TypeError: Cannot read property 'ffmpegSession' of null
I followed the example project and anytime I run ffmpeg.init(), I'm always greeted with
ffmpegKitConfig.init() Cannot read property 'getLogLevel' of null
This happens both in Android and IOS. Any help will be appreciated because I don't wanna start another project but this time around with react native CLI because of this issue.
Thanks. @dpolyakov
The text was updated successfully, but these errors were encountered: