Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Bug: Null KeyError #15

Open
Azrathios opened this issue May 9, 2022 · 2 comments
Open

Bug: Null KeyError #15

Azrathios opened this issue May 9, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Azrathios
Copy link

Additional description


iFunny-Captions Version 3.6

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
@Azrathios Azrathios added the bug Something isn't working label May 9, 2022
@kubinka0505
Copy link
Owner

Yes, the packages selection through Config.json will be removed in the next release.

@Azrathios
Copy link
Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants