maximedrn / opensea-automatic-bulk-upload-and-sale

A Selenium Python bot to automatically and bulk upload/ mint and list your NFTs on OpenSea. All metadata compatible, Ethereum and Polygon blockchains supported, reCAPTCHA solvers included.
GNU General Public License v3.0
326 stars 109 forks source link

TypeError in web driverfile.py #438

Closed NirmalSankalana closed 11 months ago

NirmalSankalana commented 11 months ago

Traceback (most recent call last): File "F:\opensea-automatic-bulk-upload-and-sale\main.py", line 32, in from app.services.webdriver import download_browser, Webdriver File "F:\opensea-automatic-bulk-upload-and-sale\app\services\webdriver.py", line 46, in class Webdriver: File "F:\opensea-automatic-bulk-upload-and-sale\app\services\webdriver.py", line 106, in Webdriver def chrome_version(default_version: bool = False) -> float | int: TypeError: unsupported operand type(s) for |: 'type' and 'type'

maximedrn commented 11 months ago

Fixed: https://github.com/maximedrn/opensea-automatic-bulk-upload-and-sale/commit/285b4cc0aedbfcc3e66a1026c15096659446ca31