TypeError
DankMemeGuy opened this issue · 2 comments
DankMemeGuy commented
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
Please see you need at least python 3.10
DankMemeGuy commented
I thought I did, guess not! Just updated and it worked like a charm!