diff --git a/aider/scrape.py b/aider/scrape.py index 18248aa8f..a9f9ea8a7 100755 --- a/aider/scrape.py +++ b/aider/scrape.py @@ -115,7 +115,7 @@ class Scraper: browser = p.chromium.launch(ignore_https_errors=not self.verify_ssl) except Exception as e: self.playwright_available = False - self.print_error(e) + self.print_error(str(e)) return page = browser.new_page(ignore_https_errors=not self.verify_ssl)