elebumm / RedditVideoMakerBot

Create Reddit Videos with just✨ one command ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'

Salty-Coder opened this issue · comments

Describe the bug

When running the program, I receive an error.

python main.py

Using region England server backend.

Traceback (most recent call last):
...
   NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'

Reproduction Steps

Followed all installation instructions, then ran python main.py

Expected behavior

Program runs

Screenshots

image

System Information

Operating System : Windows 11
Python version: Python 3.10.5
App version / Branch: latest

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.

Additional Context

No response

commented

Upgrade the latest version of PyOpenSSL.

python3 -m pip install pip --upgrade
pip install pyopenssl --upgrade

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.

Issue closed due to being stale. Please reopen if issue persists in latest version.