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
{{ message }}
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
Running batch file and adding gif produces a KeyError. I assume it's to do with FFmpeg and other being assigned null value in Config.
Console Log:
C:\Users\htemp\AppData\Local\Programs\Python\Python310\iFunny-Captions>python __init__.pyw -t "" -i "" -p
C:\Users\htemp\AppData\Local\Programs\Python\Python310\iFunny-Captions\__init__.pyw:28: DeprecationWarning: 'emoji.UNICODE_EMOJI_ENGLISH' is deprecated and will be removed in version 2.0.0. Use 'emoji.EMOJI_DATA' instead.
To hide this warning, pin/downgrade the package to 'emoji~=1.6.3'
from emoji import emojize, demojize, UNICODE_EMOJI_ENGLISH
> iFunny-Captions 3.6 (02.01.2022)
Set up utils...
Traceback (most recent call last):
File "C:\Users\htemp\AppData\Local\Programs\Python\Python310\iFunny-Captions\__init__.pyw", line 88, in<module>
exec(open_("Packages_Location/FFmpeg"))
File "<string>", line 15, in<module>
KeyError: None
The text was updated successfully, but these errors were encountered:
I've also noticed, now that I got it working, that sometimes when making a gif, it'll cut off the text? Should I change the wrapping of the text to stop that?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Additional description
iFunny-Captions
Version 3.6Running batch file and adding gif produces a KeyError. I assume it's to do with FFmpeg and other being assigned null value in Config.
Console Log:
The text was updated successfully, but these errors were encountered: