You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2023. It is now read-only.
Ciao Daniele, sono Andrea, ti ho scritto via email, ricordi? Puoi aiutarmi a capire a cosa è dovuto l'errore che compare quando digito il comando "py main.py":
Traceback (most recent call last):
File "C:\Users\andre\Desktop\AmazonPriceTracker-master\AmazonPriceTracker-master\main.py", line 18, in
logging_service = LoggingService(name=name, formatter=None, datefmt=None, file_handler=None)
File "C:\Users\andre\Desktop\AmazonPriceTracker-master\AmazonPriceTracker-master\src\services\logging_service.py", line 16, in init
self.file_handler = logging.FileHandler(file_handler)
File "C:\Users\andre\AppData\Local\Programs\Python\Python310\lib\logging_init_.py", line 1149, in init
filename = os.fspath(filename)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Ciao Daniele, sono Andrea, ti ho scritto via email, ricordi? Puoi aiutarmi a capire a cosa è dovuto l'errore che compare quando digito il comando "py main.py":
Traceback (most recent call last):
File "C:\Users\andre\Desktop\AmazonPriceTracker-master\AmazonPriceTracker-master\main.py", line 18, in
logging_service = LoggingService(name=name, formatter=None, datefmt=None, file_handler=None)
File "C:\Users\andre\Desktop\AmazonPriceTracker-master\AmazonPriceTracker-master\src\services\logging_service.py", line 16, in init
self.file_handler = logging.FileHandler(file_handler)
File "C:\Users\andre\AppData\Local\Programs\Python\Python310\lib\logging_init_.py", line 1149, in init
filename = os.fspath(filename)
TypeError: expected str, bytes or os.PathLike object, not NoneType