GithubHelp home page GithubHelp logo

luolongfei / netflix Goto Github PK

View Code? Open in Web Editor NEW
32.0 32.0 15.0 191 KB

奈飞(netflix)监听密码变更邮件,自动重置密码。支持自助取码,绕过奈飞同户验证、旅行验证等功能。

Home Page: https://netflix-admin-demo.llfapp.com/selfService/index

License: MIT License

Shell 7.64% Python 77.84% HTML 11.20% Dockerfile 3.32%

netflix's People

Contributors

luolongfei avatar mybsdc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

netflix's Issues

需要Netflix的API对接网站

您好,我需要1个修改Netlfix密码,重置密码,修改PIN码,重置PIN码等等一些功能,您这边有吗?

显示启动成功,但实际未正常运作

您好,使用一台刚安装好centos系统的VPS
依照文章内部署运行后
有显示
Creating network "netflix_netflix-network" with driver "bridge"
Creating redis_for_netflix ... done
Creating netflix ... done
但功能实际未正常运作
logs目录下的日志文件也完全空白
透过输出程序日志指令则显示

输出程序日志

[root@dqnyrd3s netflix]# docker-compose logs
Attaching to netflix, redis_for_netflix
netflix | wait-for-it.sh: waiting 24 seconds for redis_for_netflix:6379
netflix | wait-for-it.sh: redis_for_netflix:6379 is available after 0 seconds
netflix | Traceback (most recent call last):
netflix | File "/app/netflix.py", line 1555, in
netflix | Netflix = Netflix()
netflix | File "/app/netflix.py", line 146, in init
netflix | self.driver = webdriver.Chrome(executable_path=os.getenv('DRIVER_EXECUTABLE_FILE'), options=self.options)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
netflix | RemoteWebDriver.init(
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
netflix | self.start_session(capabilities, browser_profile)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
netflix | response = self.execute(Command.NEW_SESSION, parameters)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
netflix | response = self.command_executor.execute(driver_command, params)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
netflix | return self._request(command_info[0], url, body=data)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
netflix | resp = self._conn.request(method, url, body=body, headers=headers)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 118, in request
netflix | return self.request_encode_body(
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 217, in request_encode_body
netflix | return self.urlopen(method, url, **extra_kw)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 432, in urlopen
netflix | conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 303, in connection_from_host
netflix | return self.connection_from_context(request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 328, in connection_from_context
netflix | return self.connection_from_pool_key(pool_key, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
netflix | pool = self._new_pool(scheme, host, port, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 265, in _new_pool
netflix | return pool_cls(host, port, **request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 196, in init
netflix | timeout = Timeout.from_float(timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 190, in from_float
netflix | return Timeout(read=timeout, connect=timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 119, in init
netflix | self._connect = self._validate_timeout(connect, "connect")
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
netflix | raise ValueError(
netflix | ValueError: Timeout value connect was <object object at 0x7f454189eae0>, but it must be an int, float or None.
netflix | wait-for-it.sh: waiting 24 seconds for redis_for_netflix:6379
netflix | wait-for-it.sh: redis_for_netflix:6379 is available after 0 seconds
netflix | Traceback (most recent call last):
netflix | File "/app/netflix.py", line 1555, in
netflix | Netflix = Netflix()
netflix | File "/app/netflix.py", line 146, in init
netflix | self.driver = webdriver.Chrome(executable_path=os.getenv('DRIVER_EXECUTABLE_FILE'), options=self.options)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
netflix | RemoteWebDriver.init(
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
netflix | self.start_session(capabilities, browser_profile)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
netflix | response = self.execute(Command.NEW_SESSION, parameters)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
netflix | response = self.command_executor.execute(driver_command, params)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
netflix | return self._request(command_info[0], url, body=data)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
netflix | resp = self._conn.request(method, url, body=body, headers=headers)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 118, in request
netflix | return self.request_encode_body(
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 217, in request_encode_body
netflix | return self.urlopen(method, url, **extra_kw)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 432, in urlopen
netflix | conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 303, in connection_from_host
netflix | return self.connection_from_context(request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 328, in connection_from_context
netflix | return self.connection_from_pool_key(pool_key, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
netflix | pool = self._new_pool(scheme, host, port, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 265, in _new_pool
netflix | return pool_cls(host, port, **request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 196, in init
netflix | timeout = Timeout.from_float(timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 190, in from_float
netflix | return Timeout(read=timeout, connect=timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 119, in init
netflix | self._connect = self._validate_timeout(connect, "connect")
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
netflix | raise ValueError(
netflix | ValueError: Timeout value connect was <object object at 0x7f42981f48a0>, but it must be an int, float or None.
netflix | wait-for-it.sh: waiting 24 seconds for redis_for_netflix:6379
netflix | wait-for-it.sh: redis_for_netflix:6379 is available after 0 seconds
netflix | Traceback (most recent call last):
netflix | File "/app/netflix.py", line 1555, in
redis_for_netflix | 1:C 02 Jul 2023 00:26:10.472 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_for_netflix | 1:C 02 Jul 2023 00:26:10.473 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=1, just started
redis_for_netflix | 1:C 02 Jul 2023 00:26:10.473 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.479 * monotonic clock: POSIX clock_gettime
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.480 * Running mode=standalone, port=6379.
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.480 # Server initialized
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.480 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.480 * Loading RDB produced by version 6.2.6
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.480 * RDB age 44 seconds
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.480 * RDB memory usage when created 0.77 Mb
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.480 # Done loading RDB, keys loaded: 0, keys expired: 0.
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.480 * DB loaded from disk: 0.000 seconds
redis_for_netflix | 1:M 02 Jul 2023 00:26:10.480 * Ready to accept connections
netflix | Netflix = Netflix()
netflix | File "/app/netflix.py", line 146, in init
netflix | self.driver = webdriver.Chrome(executable_path=os.getenv('DRIVER_EXECUTABLE_FILE'), options=self.options)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
netflix | RemoteWebDriver.init(
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
netflix | self.start_session(capabilities, browser_profile)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
netflix | response = self.execute(Command.NEW_SESSION, parameters)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
netflix | response = self.command_executor.execute(driver_command, params)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
netflix | return self._request(command_info[0], url, body=data)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
netflix | resp = self._conn.request(method, url, body=body, headers=headers)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 118, in request
netflix | return self.request_encode_body(
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 217, in request_encode_body
netflix | return self.urlopen(method, url, **extra_kw)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 432, in urlopen
netflix | conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 303, in connection_from_host
netflix | return self.connection_from_context(request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 328, in connection_from_context
netflix | return self.connection_from_pool_key(pool_key, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
netflix | pool = self._new_pool(scheme, host, port, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 265, in _new_pool
netflix | return pool_cls(host, port, **request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 196, in init
netflix | timeout = Timeout.from_float(timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 190, in from_float
netflix | return Timeout(read=timeout, connect=timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 119, in init
netflix | self._connect = self._validate_timeout(connect, "connect")
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
netflix | raise ValueError(
netflix | ValueError: Timeout value connect was <object object at 0x7f6c1b6558a0>, but it must be an int, float or None.
netflix | wait-for-it.sh: waiting 24 seconds for redis_for_netflix:6379
netflix | wait-for-it.sh: redis_for_netflix:6379 is available after 0 seconds
netflix | Traceback (most recent call last):
netflix | File "/app/netflix.py", line 1555, in
netflix | Netflix = Netflix()
netflix | File "/app/netflix.py", line 146, in init
netflix | self.driver = webdriver.Chrome(executable_path=os.getenv('DRIVER_EXECUTABLE_FILE'), options=self.options)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
netflix | RemoteWebDriver.init(
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
netflix | self.start_session(capabilities, browser_profile)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
netflix | response = self.execute(Command.NEW_SESSION, parameters)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
netflix | response = self.command_executor.execute(driver_command, params)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
netflix | return self._request(command_info[0], url, body=data)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
netflix | resp = self._conn.request(method, url, body=body, headers=headers)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 118, in request
netflix | return self.request_encode_body(
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 217, in request_encode_body
netflix | return self.urlopen(method, url, **extra_kw)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 432, in urlopen
netflix | conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 303, in connection_from_host
netflix | return self.connection_from_context(request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 328, in connection_from_context
netflix | return self.connection_from_pool_key(pool_key, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
netflix | pool = self._new_pool(scheme, host, port, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 265, in _new_pool
netflix | return pool_cls(host, port, **request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 196, in init
netflix | timeout = Timeout.from_float(timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 190, in from_float
netflix | return Timeout(read=timeout, connect=timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 119, in init
netflix | self._connect = self._validate_timeout(connect, "connect")
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
netflix | raise ValueError(
netflix | ValueError: Timeout value connect was <object object at 0x7f5ef7d148a0>, but it must be an int, float or None.
netflix | wait-for-it.sh: waiting 24 seconds for redis_for_netflix:6379
netflix | wait-for-it.sh: redis_for_netflix:6379 is available after 0 seconds
netflix | Traceback (most recent call last):
netflix | File "/app/netflix.py", line 1555, in
netflix | Netflix = Netflix()
netflix | File "/app/netflix.py", line 146, in init
netflix | self.driver = webdriver.Chrome(executable_path=os.getenv('DRIVER_EXECUTABLE_FILE'), options=self.options)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
netflix | RemoteWebDriver.init(
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
netflix | self.start_session(capabilities, browser_profile)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
netflix | response = self.execute(Command.NEW_SESSION, parameters)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
netflix | response = self.command_executor.execute(driver_command, params)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
netflix | return self._request(command_info[0], url, body=data)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
netflix | resp = self._conn.request(method, url, body=body, headers=headers)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 118, in request
netflix | return self.request_encode_body(
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 217, in request_encode_body
netflix | return self.urlopen(method, url, **extra_kw)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 432, in urlopen
netflix | conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 303, in connection_from_host
netflix | return self.connection_from_context(request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 328, in connection_from_context
netflix | return self.connection_from_pool_key(pool_key, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
netflix | pool = self._new_pool(scheme, host, port, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 265, in _new_pool
netflix | return pool_cls(host, port, **request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 196, in init
netflix | timeout = Timeout.from_float(timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 190, in from_float
netflix | return Timeout(read=timeout, connect=timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 119, in init
netflix | self._connect = self._validate_timeout(connect, "connect")
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
netflix | raise ValueError(
netflix | ValueError: Timeout value connect was <object object at 0x7f4cb4fed8a0>, but it must be an int, float or None.
netflix | wait-for-it.sh: waiting 24 seconds for redis_for_netflix:6379
netflix | wait-for-it.sh: redis_for_netflix:6379 is available after 0 seconds
netflix | Traceback (most recent call last):
netflix | File "/app/netflix.py", line 1555, in
netflix | Netflix = Netflix()
netflix | File "/app/netflix.py", line 146, in init
netflix | self.driver = webdriver.Chrome(executable_path=os.getenv('DRIVER_EXECUTABLE_FILE'), options=self.options)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
netflix | RemoteWebDriver.init(
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
netflix | self.start_session(capabilities, browser_profile)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
netflix | response = self.execute(Command.NEW_SESSION, parameters)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
netflix | response = self.command_executor.execute(driver_command, params)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute
netflix | return self._request(command_info[0], url, body=data)
netflix | File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request
netflix | resp = self._conn.request(method, url, body=body, headers=headers)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 118, in request
netflix | return self.request_encode_body(
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/_request_methods.py", line 217, in request_encode_body
netflix | return self.urlopen(method, url, **extra_kw)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 432, in urlopen
netflix | conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 303, in connection_from_host
netflix | return self.connection_from_context(request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 328, in connection_from_context
netflix | return self.connection_from_pool_key(pool_key, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 351, in connection_from_pool_key
netflix | pool = self._new_pool(scheme, host, port, request_context=request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 265, in _new_pool
netflix | return pool_cls(host, port, **request_context)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 196, in init
netflix | timeout = Timeout.from_float(timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 190, in from_float
netflix | return Timeout(read=timeout, connect=timeout)
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 119, in init
netflix | self._connect = self._validate_timeout(connect, "connect")
netflix | File "/usr/local/lib/python3.9/site-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
netflix | raise ValueError(
netflix | ValueError: Timeout value connect was <object object at 0x7fcd36e648a0>, but it must be an int, float or None.

方便询问一下是哪一步操作错误吗

请教下以下如何填?

机器人邮箱

BOT_MAIL_USERNAME=''
BOT_MAIL_PASSWORD=''

小白请教大佬!请问这里填什么邮箱?可否指点一二?

开启账户名称保护之后,检查完毕账号不可再登陆。

[2022-07-03 12:49:22.152] DEBUG    | 8:__main__:_login:434 - 已成功登录。当前地址为:https://www.netflix.com/browse
[2022-07-03 12:49:22.153] DEBUG    | 8:__main__:__handle_account_lock:1386 - 开始处理账户被锁 PIN 的问题
[2022-07-03 12:49:24.735] DEBUG    | 8:__main__:__handle_account_lock:1423 - 第 1 个账户是正常的,无需解锁
[2022-07-03 12:49:25.787] DEBUG    | 8:__main__:__handle_account_lock:1423 - 第 2 个账户是正常的,无需解锁
[2022-07-03 12:49:26.960] DEBUG    | 8:__main__:__handle_account_lock:1423 - 第 3 个账户是正常的,无需解锁
[2022-07-03 12:49:28.009] DEBUG    | 8:__main__:__handle_account_lock:1423 - 第 4 个账户是正常的,无需解锁
[2022-07-03 12:49:29.068] DEBUG    | 8:__main__:__handle_account_lock:1423 - 第 5 个账户是正常的,无需解锁
[2022-07-03 12:49:29.069] DEBUG    | 8:__main__:__handle_account_lock:1430 - 账户被锁 PIN 问题处理结束
[2022-07-03 12:49:29.070] DEBUG    | 8:__main__:__handle_account_name:1289 - 开始处理用户名被篡改的问题
[2022-07-03 12:49:30.811] DEBUG    | 8:__main__:__handle_account_name:1323 - 用户名处理结束
[2022-07-03 12:49:30.812] DEBUG    | 8:__main__:_logout:1257 - 尝试登出 [账户:[email protected]]
[2022-07-03 12:49:32.463] DEBUG    | 8:__main__:_logout:1264 - 登出成功 [账户:[email protected]]
[2022-07-03 12:53:25.168] DEBUG    | 8:__main__:_login:405 - 尝试登录账户:[email protected]
[2022-07-03 12:53:30.803] WARNING  | 8:__main__:has_unknown_error_alert:590 - 页面出现未知错误:We are having technical difficulties and are actively working on a fix. Please try again in a few minutes.
[2022-07-03 12:53:30.804] DEBUG    | 8:__main__:protect_account:1450 - 账户 [email protected]可能正处于风控期间,无法登录,本次操作将被忽略
[2022-07-03 12:53:30.804] DEBUG    | 8:__main__:run:1551 - 开始下一轮监听

清理cookie之后手动登录也失败

We are having technical difficulties and are actively working on a fix. Please try again in a few minutes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.