CyberPunkMetalHead / seo-gpt

This tool allows you scrape and re-write hundreds of articles in an original way using ChatGPT. Leverage the power of chatGPT in SEO, and say goodbye to your marketing intern.
161 stars 32 forks source link

Error while running main.py #3

Open sid209e opened 1 year ago

sid209e commented 1 year ago

While running main.py, it shows following error: Traceback (most recent call last): File "/home/sid/seogpt/seo-gpt/main.py", line 6, in from utils.logger import * File "/home/sid/seogpt/seo-gpt/utils/logger.py", line 4, in logging.basicConfig( File "/home/sid/miniconda3/lib/python3.10/logging/init.py", line 2040, in basicConfig h = FileHandler(filename, mode, File "/home/sid/miniconda3/lib/python3.10/logging/init.py", line 1169, in init StreamHandler.init(self, self._open()) File "/home/sid/miniconda3/lib/python3.10/logging/init.py", line 1201, in _open return open_func(self.baseFilename, self.mode, FileNotFoundError: [Errno 2] No such file or directory: '/home/sid/seogpt/seo-gpt/logs/2023-04-26_log.log'

CyberPunkMetalHead commented 1 year ago

It is possible that you have removed the logs file? It shouldn't require it in order to run though. Could you try running through VC Code?