mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[GH-ISSUE #13] Bing: Exception: CaptchaChallenge: Use other cookies or/and ip address #7
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Heeytch on GitHub (Feb 18, 2024).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/13
Traceback (most recent call last):
File "C:\Users\highm\Desktop\MoneyPrinterV2-main\src\main.py", line 362, in
main()
File "C:\Users\highm\Desktop\MoneyPrinterV2-main\src\main.py", line 101, in main
youtube.generate_video(tts)
File "C:\Users\highm\Desktop\MoneyPrinterV2-main\src\classes\YouTube.py", line 511, in generate_video
self.generate_topic()
File "C:\Users\highm\Desktop\MoneyPrinterV2-main\src\classes\YouTube.py", line 138, in generate_topic
completion = self.generate_response(f"Please generate a specific video idea that takes about the following topic: {self.niche}. Make it exactly one sentence. Only return the topic, nothing else.")
File "C:\Users\highm\Desktop\MoneyPrinterV2-main\src\classes\YouTube.py", line 111, in generate_response
return g4f.ChatCompletion.create(
File "C:\Users\highm\Desktop\MoneyPrinterV2-main\venv\lib\site-packages\g4f_init_.py", line 140, in create
return result if stream else ''.join([str(chunk) for chunk in result])
File "C:\Users\highm\Desktop\MoneyPrinterV2-main\venv\lib\site-packages\g4f_init_.py", line 140, in
return result if stream else ''.join([str(chunk) for chunk in result])
File "C:\Users\highm\Desktop\MoneyPrinterV2-main\venv\lib\site-packages\g4f\Provider\retry_provider.py", line 65, in create_completion
self.raise_exceptions()
File "C:\Users\highm\Desktop\MoneyPrinterV2-main\venv\lib\site-packages\g4f\Provider\retry_provider.py", line 114, in raise_exceptions
raise RetryProviderError("RetryProvider failed:\n" + "\n".join([
g4f.errors.RetryProviderError: RetryProvider failed:
Liaobots: ClientResponseError: 401, message='Unauthorized', url=URL('https://liaobots.work/api/user')
Bing: Exception: CaptchaChallenge: Use other cookies or/and ip address
@Heeytch commented on GitHub (Feb 18, 2024):
Change "llm" and "image_prompt_llm" to fix this.