ShortGPT icon indicating copy to clipboard operation
ShortGPT copied to clipboard

🐛 [Bug]: stuck at 12 th step of adding youtube metadata

Open Recoil1024 opened this issue 10 months ago • 5 comments

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

Recoil1024 avatar Feb 22 '25 14:02 Recoil1024

I am experiencing this as well.

attempting at modifying the implementation of _addYoutubeMetadata to perhaps skip it to resolve this issue

Courage-1984 avatar Feb 23 '25 13:02 Courage-1984

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?

tomasalias avatar Feb 24 '25 20:02 tomasalias

any progress?

JonasKenke avatar Mar 13 '25 18:03 JonasKenke

Did Anyone resolve the problem?

HoussamAjaha avatar May 11 '25 15:05 HoussamAjaha

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

Y4ntonius avatar May 19 '25 03:05 Y4ntonius