Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'NoneType' object is not callable #191

Open
qjsdtd opened this issue Feb 16, 2024 · 0 comments
Open

TypeError: 'NoneType' object is not callable #191

qjsdtd opened this issue Feb 16, 2024 · 0 comments

Comments

@qjsdtd
Copy link

qjsdtd commented Feb 16, 2024

Exception occurred during processing of request from ('127.0.0.1', 14482)
Traceback (most recent call last):
File "C:\Users\土豆仔\AppData\Local\Programs\Python\Python311\Lib\socketserver.py", line 691, in process_request_thread
self.finish_request(request, client_address)
File "C:\Users\土豆仔\AppData\Local\Programs\Python\Python311\Lib\socketserver.py", line 361, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Users\土豆仔\webvideo-downloader\downloader\tools\webserver.py", line 110, in init
StreamRequestHandler.init(self, socket, addr, server)
File "C:\Users\土豆仔\AppData\Local\Programs\Python\Python311\Lib\socketserver.py", line 755, in init
self.handle()
File "C:\Users\土豆仔\webvideo-downloader\downloader\tools\webserver.py", line 133, in handle
BaseHTTPRequestHandler.handle(self)
File "C:\Users\土豆仔\AppData\Local\Programs\Python\Python311\Lib\http\server.py", line 436, in handle
self.handle_one_request()
File "C:\Users\土豆仔\AppData\Local\Programs\Python\Python311\Lib\http\server.py", line 424, in handle_one_request
method()
TypeError: 'NoneType' object is not callable

Affected webpage :https://www.iqiyi.com/v_19rslfkmuo.html and all other iqiyi website.
Kindly support to guide me find a method to upgrade the program for the function resume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant