🐛 [Bug]: stuck at 12 th step of adding youtube metadata
What happened?
Basically If you use gemini api key instead of openai than it basically get stuck at 12th step and won't budge also if possible their are many free api provider like groq available atleast add support for them sorry if it's too much to ask
What type of browser are you seeing the problem on?
Firefox
What type of Operating System are you seeing the problem on?
Linux
Python Version
3.12
Application Version
0.3.0
Expected Behavior
Should proceed with adding metadata and give video as a result
Error Message
Code to produce this issue.
Screenshots/Assets/Relevant links
No response
I am experiencing this as well.
attempting at modifying the implementation of _addYoutubeMetadata to perhaps skip it to resolve this issue
I am experiencing this as well.
attempting at modifying the implementation of _addYoutubeMetadata to perhaps skip it to resolve this issue
@Courage-1984 Did you succeed?
any progress?
Did Anyone resolve the problem?
I am experiencing this as well. Browser: chrome Python: 3.12 OS: win11
Some installation issues on win: TypeError: argument of type 'bool' is not iterable gradio_client accepts True or False values where it should be a JSON object/dict This is a bug from Gradio 5.12.0
Downgrade: pip uninstall gradio_client pip install gradio==3.50.2
The main problem: stuck at 12 th step of adding youtube metadata