ltsdw / gofile-downloader

Download files from https://gofile.io
GNU General Public License v3.0
154 stars 38 forks source link

TypeError #9

Closed DankMemeGuy closed 2 years ago

DankMemeGuy commented 2 years ago
C:\Users\JUsername\Downloads\gofile-downloader-main>gofile-downloader.py https://gofile.io/d/Eiadkm
Traceback (most recent call last):
  File "C:\Users\JUsername\Downloads\gofile-downloader-main\gofile-downloader.py", line 34, in <module>
    class Main:
  File "C:\Users\JUsername\Downloads\gofile-downloader-main\gofile-downloader.py", line 35, in Main
    def __init__(self, url: str, password: str | None = None, max_workers: int = 5) -> None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

I get that error code

ltsdw commented 2 years ago

Please see you need at least python 3.10

DankMemeGuy commented 2 years ago

I thought I did, guess not! Just updated and it worked like a charm!