[GH-ISSUE #239] Some help? #205

Open
opened 2026-02-25 20:34:54 +03:00 by kerem · 9 comments
Owner

Originally created by @alanpinheirolp on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/239

-------------- Whatsapp Google Drive Extractor --------------

[i] Searching...

Requesting access to Google...
Traceback (most recent call last):
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 386, in _make_request
self._validate_conn(conn)
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 1042, in validate_conn
conn.connect()
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 414, in connect
self.sock = ssl_wrap_socket(
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl
.py", line 449, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl
.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1071, in _create
self.do_handshake()
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1342, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 667, in send
resp = conn.urlopen(
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Max retries exceeded with url: /auth (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\whagodri.py", line 612, in
wa_backup = WaBackup(**getConfigs())
File "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\whagodri.py", line 43, in init
token = gpsoauth.perform_master_login(email=gmail, password=password, android_id=android_id)
File "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\gpsoauth_init_.py", line 138, in perform_master_login
return perform_auth_request(data, proxy)
File "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\gpsoauth_init
.py", line 81, in _perform_auth_request
res = session.post(AUTH_URL, data=data, verify=True)
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 637, in post
return self.request("POST", url, data=data, json=json, **kwargs)
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 698, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Max retries exceeded with url: /auth (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')))

Originally created by @alanpinheirolp on GitHub (Apr 29, 2025). Original GitHub issue: https://github.com/B16f00t/whapa/issues/239 -------------- Whatsapp Google Drive Extractor -------------- [i] Searching... Requesting access to Google... Traceback (most recent call last): File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 1042, in _validate_conn conn.connect() File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 414, in connect self.sock = ssl_wrap_socket( File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1071, in _create self.do_handshake() File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 667, in send resp = conn.urlopen( File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen retries = retries.increment( File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Max retries exceeded with url: /auth (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\whagodri.py", line 612, in <module> wa_backup = WaBackup(**getConfigs()) File "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\whagodri.py", line 43, in __init__ token = gpsoauth.perform_master_login(email=gmail, password=password, android_id=android_id) File "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\gpsoauth\__init__.py", line 138, in perform_master_login return _perform_auth_request(data, proxy) File "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\gpsoauth\__init__.py", line 81, in _perform_auth_request res = session.post(AUTH_URL, data=data, verify=True) File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 637, in post return self.request("POST", url, data=data, json=json, **kwargs) File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 698, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Max retries exceeded with url: /auth (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')))
Author
Owner

@AdrielMizu commented on GitHub (Apr 29, 2025):

-------------- Whatsapp Google Drive Extractor --------------

[i] Pesquisando ...

Solicitando acesso ao Google... Traceback (última chamada mais recente): Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", linha 703, em urlopen httplib_response = self._make_request( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", linha 386, em _make_request self._validate_conn (conn) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", linha 1042, em _validate_conn conn.connect() Arquivo "C: \ Users \ Usersx \ AppData \ Local \ Programs \ Python \ Python310 \ lib \ site-packages \ urllib3 \ connection.py", linha 414, em conectar self.sock = ssl_wrap_socket( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl _.py", linha 449, em ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl _.py", linha 493, em _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", linha 513, em wrap_socket return self.sslsocket_class._create( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", linha 1071, em _create self.do_handshake() Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", linha 1342, em do_handshake self._sslobj.do_handshake() ssl. SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] falha na verificação do certificado: não é possível obter o certificado do emissor local (_ssl.c:1007)

Durante o tratamento da exceção acima, ocorreu outra exceção:

Traceback (última chamada mais recente): Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", linha 667, em enviar resp = conn.urlopen( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", linha 787, em urlopen retries = retries.increment( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\retry.py", linha 592, em incremento raise MaxRetryError(_pool, url, error ou ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Máximo de repetições excedido com url: /auth (Causado por SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] falha na verificação do certificado: não é possível obter o certificado do emissor local (_ssl.c:1007)')))

Durante o tratamento da exceção acima, ocorreu outra exceção:

Traceback (última chamada mais recente): Arquivo "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\whagodri.py", linha 612, em wa_backup = WaBackup(**getConfigs()) Arquivo "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\whagodri.py", linha 43, no **init ** token = gpsoauth.perform_master_login(email=gmail, senha=senha, android_id=android_id) Arquivo "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\gpsoauth_ _init __.py", linha 138, em perform_master_login retornar perform_auth_request(dados, proxy) Arquivo "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\gpsoauth _init __.py", linha 81, em _perform_auth_request res = session.post(AUTH_URL, data=data, verify=True) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", linha 637, no post return self.request("POST", url, data=data, json=json, **kwargs) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", linha 589, na solicitação resp = self.send(prep, **send_kwargs) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", linha 703, em enviar r = adapter.send(solicitação, **kwargs) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", linha 698, em enviar raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Máximo de tentativas excedido com url: /auth (Causado por SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] falha na verificação do certificado: não é possível obter o certificado do emissor local (_ssl.c:1007)')))

Have you found a solution? I am having the same error, I AM TRYING TO DOWNLOAD A BACKUP FROM MY DRIVE

<!-- gh-comment-id:2840318499 --> @AdrielMizu commented on GitHub (Apr 29, 2025): > ``` > -------------- Whatsapp Google Drive Extractor -------------- > ``` > > [i] Pesquisando ... > > Solicitando acesso ao Google... Traceback (última chamada mais recente): Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", linha 703, em urlopen httplib_response = self._make_request( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", linha 386, em _make_request self._validate_conn (conn) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", linha 1042, em _validate_conn conn.connect() Arquivo "C: \ Users \ Usersx \ AppData \ Local \ Programs \ Python \ Python310 \ lib \ site-packages \ urllib3 \ connection.py", linha 414, em conectar self.sock = ssl_wrap_socket( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl _.py", linha 449, em ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl _.py", linha 493, em _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", linha 513, em wrap_socket return self.sslsocket_class._create( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", linha 1071, em _create self.do_handshake() Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\ssl.py", linha 1342, em do_handshake self._sslobj.do_handshake() ssl. SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] falha na verificação do certificado: não é possível obter o certificado do emissor local (_ssl.c:1007) > > Durante o tratamento da exceção acima, ocorreu outra exceção: > > Traceback (última chamada mais recente): Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", linha 667, em enviar resp = conn.urlopen( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", linha 787, em urlopen retries = retries.increment( Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\retry.py", linha 592, em incremento raise MaxRetryError(_pool, url, error ou ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Máximo de repetições excedido com url: /auth (Causado por SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] falha na verificação do certificado: não é possível obter o certificado do emissor local (_ssl.c:1007)'))) > > Durante o tratamento da exceção acima, ocorreu outra exceção: > > Traceback (última chamada mais recente): Arquivo "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\whagodri.py", linha 612, em wa_backup = WaBackup(**getConfigs()) Arquivo "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\whagodri.py", linha 43, no **init ** token = gpsoauth.perform_master_login(email=gmail, senha=senha, android_id=android_id) Arquivo "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\gpsoauth_ _init __.py", linha 138, em perform_master_login retornar _perform_auth_request(dados, proxy) Arquivo "D:\WHAPPAMASTER\abril 2025\whapa-master\libs\gpsoauth_ _init __.py", linha 81, em _perform_auth_request res = session.post(AUTH_URL, data=data, verify=True) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", linha 637, no post return self.request("POST", url, data=data, json=json, **kwargs) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", linha 589, na solicitação resp = self.send(prep, **send_kwargs) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", linha 703, em enviar r = adapter.send(solicitação, **kwargs) Arquivo "C:\Users\Usersx\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", linha 698, em enviar raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='android.clients.google.com', port=443): Máximo de tentativas excedido com url: /auth (Causado por SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] falha na verificação do certificado: não é possível obter o certificado do emissor local (_ssl.c:1007)'))) Have you found a solution? I am having the same error, I AM TRYING TO DOWNLOAD A BACKUP FROM MY DRIVE
Author
Owner

@AdrielMizu commented on GitHub (Apr 29, 2025):

I found another post that said this: In doc/requirements.txt change requests with requests==2.29.0, then reinstall requirements and the error stops, but another error happens to me....

<!-- gh-comment-id:2840328118 --> @AdrielMizu commented on GitHub (Apr 29, 2025): I found another post that said this: In doc/requirements.txt change requests with requests==2.29.0, then reinstall requirements and the error stops, but another error happens to me....
Author
Owner

@alanpinheirolp commented on GitHub (Apr 29, 2025):

I found another post that said this: In doc/requirements.txt change requests with requests==2.29.0, then reinstall requirements and the error stops, but another error happens to me....

I try ut, but no sucess

<!-- gh-comment-id:2840338705 --> @alanpinheirolp commented on GitHub (Apr 29, 2025): > I found another post that said this: In doc/requirements.txt change requests with requests==2.29.0, then reinstall requirements and the error stops, but another error happens to me.... I try ut, but no sucess
Author
Owner

@AdrielMizu commented on GitHub (Apr 29, 2025):

Encontrei outro post que dizia o seguinte: No doc / requirements.txt solicitações de alteração com solicitações == 2.29.0, reinstale os requisitos e o erro para, mas outro erro acontece comigo ....

Eu tento ut, mas sem sucesso

complicated, I've been trying for 2 days straight to find a way to download old WhatsApp messages but so far only errors, if you manage to find a way let me know lol

<!-- gh-comment-id:2840358227 --> @AdrielMizu commented on GitHub (Apr 29, 2025): > > Encontrei outro post que dizia o seguinte: No doc / requirements.txt solicitações de alteração com solicitações == 2.29.0, reinstale os requisitos e o erro para, mas outro erro acontece comigo .... > > Eu tento ut, mas sem sucesso complicated, I've been trying for 2 days straight to find a way to download old WhatsApp messages but so far only errors, if you manage to find a way let me know lol
Author
Owner

@AdrielMizu commented on GitHub (Apr 30, 2025):

I can run it, to the point of recognizing the WhatsApp backup folders, but it is lacking in the metadata....

<!-- gh-comment-id:2840645879 --> @AdrielMizu commented on GitHub (Apr 30, 2025): I can run it, to the point of recognizing the WhatsApp backup folders, but it is lacking in the metadata....
Author
Owner

@alanpinheirolp commented on GitHub (Apr 30, 2025):

I can run it, to the point of recognizing the WhatsApp backup folders, but it is lacking in the metadata....

I've tried everything, I've changed versions of several modules, but none of them work. This happened after clicking the "Install Requirements" button, before that it worked perfectly.

<!-- gh-comment-id:2841956238 --> @alanpinheirolp commented on GitHub (Apr 30, 2025): > I can run it, to the point of recognizing the WhatsApp backup folders, but it is lacking in the metadata.... I've tried everything, I've changed versions of several modules, but none of them work. This happened after clicking the "Install Requirements" button, before that it worked perfectly.
Author
Owner

@alanpinheirolp commented on GitHub (May 6, 2025):

Anything New?

<!-- gh-comment-id:2854231022 --> @alanpinheirolp commented on GitHub (May 6, 2025): Anything New?
Author
Owner

@alanpinheirolp commented on GitHub (May 15, 2025):

I found another post that said this: In doc/requirements.txt change requests with requests==2.29.0, then reinstall requirements and the error stops, but another error happens to me....

works to me wiht requests==2.28.0

<!-- gh-comment-id:2884284063 --> @alanpinheirolp commented on GitHub (May 15, 2025): > I found another post that said this: In doc/requirements.txt change requests with requests==2.29.0, then reinstall requirements and the error stops, but another error happens to me.... works to me wiht requests==2.28.0
Author
Owner

@shinpriv8 commented on GitHub (Jun 8, 2025):

I’m not sure if this method works for others, but here’s the solution I found:
I uninstalled Python, installed XAMPP, and then installed the latest version of Python.
After running whagodri again, it worked.

<!-- gh-comment-id:2954027253 --> @shinpriv8 commented on GitHub (Jun 8, 2025): I’m not sure if this method works for others, but here’s the solution I found: I uninstalled Python, installed XAMPP, and then installed the latest version of Python. After running whagodri again, it worked.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#205
No description provided.