theAbdoSabbagh / UnlimitedGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
https://pypi.org/project/UnlimitedGPT/
GNU General Public License v3.0
346 stars 43 forks source link

headless = True error #7

Closed awais-tolu closed 1 year ago

awais-tolu commented 1 year ago

Make sure to start your title with the prefix "[BUG]" followed by a title that describes the bug you're facing within a few words

Description

Provide a detailed description of the bug you are facing, this will make understanding the issue and finding a solution for it easier.

Steps to Reproduce

Please provide clear steps to reproduce the issue you're facing.

Code used

Please provide the code that you were using when you encountered the bug.

Paste the relevant code here.

Error Message or Traceback

If applicable, include the complete error message or traceback you received. This will help us in identifying the problem more quickly.

Paste the error message or traceback here.

Environment Information

Please provide details about your environment:

Expected Behavior

Describe what you expected to happen when encountering the issue.

Possible Solutions

If you have any ideas or suggestions for resolving the issue, please mention them here.

Additional Context

Provide any additional information or context that may be helpful in understanding and resolving the issue. This can include:

Checklist

Before submitting the issue, please ensure that you have done the following:

Thank you for taking the time to report this issue. Your contribution helps improve UnlimitedGPT for everyone!

theAbdoSabbagh commented 1 year ago

Did you really just submit an issue without actually taking the time and adding description of it and answering the questions in the template? Next time please don't ignore them.

Anyhow, the headless parameter not working is not caused by UnlimitedGPT, but rather by undetected-chromedriver, so make an issue in their repository.