-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(praw): Bypass reddit bot detection
fixes: #2228 Signed-off-by: Jason Cameron <[email protected]>
- Loading branch information
1 parent
b573c50
commit 392b8ae
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
392b8ae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, for me this doesn't fix the issue #2228
392b8ae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the fix does not work, ive impleneted it, but this is the log
Sorry, something went wrong with this version! Try again, and feel free to report this issue at GitHub or the
│ Discord community.
│ Version: 3.3.0
│ Error: Locator.screenshot: Timeout 30000ms exceeded.
│ Call log:
│ waiting for locator("[data-test-id="post-content"]")
│
│ Config: {'allow_nsfw': False, 'theme': 'light', 'times_to_run': 1, 'opacity': 0.9, 'storymode': False,
│ 'storymodemethod': 1, 'storymode_max_length': 1000, 'resolution_w': 1080, 'resolution_h': 1920, 'zoom': 1.0,
│ 'channel_name': 'DevDesk', 'background': {'background_video': 'minecraft', 'background_audio': 'lofi',
│ 'background_audio_volume': 0.15, 'enable_extra_audio': False, 'background_thumbnail': False,
│ 'background_thumbnail_font_family': 'arial', 'background_thumbnail_font_size': 96,
│ 'background_thumbnail_font_color': '255,255,255'}, 'tts': {'voice_choice': 'pyttsx', 'random_voice': True,
│ 'elevenlabs_voice_name': 'Bella', 'elevenlabs_api_key': 'REDACTED', 'aws_polly_voice': 'Matthew',
│ 'streamlabs_polly_voice': 'Matthew', 'tiktok_voice': 'en_us_001', 'tiktok_sessionid': 'REDACTED', 'python_voice':
│ '1', 'py_voice_num': '2', 'silence_duration': 0.3, 'no_emojis': False}
#2228