Problem Renew LetsenCrypt (certbot autorenew)

FULL ERROR LOG PART 1

2019-05-20 22:26:32,703:DEBUG:certbot.main:certbot version: 0.31.0
2019-05-20 22:26:32,704:DEBUG:certbot.main:Arguments:
2019-05-20 22:26:32,706:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2019-05-20 22:26:32,722:DEBUG:certbot.log:Root logging level set at 20
2019-05-20 22:26:32,723:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2019-05-20 22:26:32,723:DEBUG:certbot.plugins.selection:Requested authenticator None and installer None
2019-05-20 22:26:32,811:DEBUG:certbot_apache.configurator:Apache version is 2.4.29
2019-05-20 22:26:33,189:DEBUG:certbot.plugins.selection:Single candidate plugin: * apache
Description: Apache Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: apache = certbot_apache.entrypoint:ENTRYPOINT
Initialized: <certbot_apache.override_debian.DebianConfigurator object at 0x7f3acc6cd6a0>
Prep: True
2019-05-20 22:26:33,190:DEBUG:certbot.plugins.selection:Selected authenticator <certbot_apache.override_debian.DebianConfigurator object at 0x7f3acc6cd6a0> and installer <certbot_apache.override_debian.DebianConfigurator object at 0x7f3acc6cd6a0>
2019-05-20 22:26:33,190:INFO:certbot.plugins.selection:Plugins selected: Authenticator apache, Installer apache
2019-05-20 22:26:33,195:DEBUG:certbot.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri=‘https://acme-v02.api.letsencrypt.org/acme/acct/51452033’, new_authzr_uri=None, terms_of_service=None), 7b1d038afd277a9c38a7d6bda81b9315, Meta(creation_dt=datetime.datetime(2019, 2, 13, 21, 34, 30, tzinfo=), creation_host=‘stone-cloud’))>
2019-05-20 22:26:33,197:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2019-05-20 22:26:33,199:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
2019-05-20 22:26:33,528:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 “GET /directory HTTP/1.1” 200 658
2019-05-20 22:26:33,530:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 658
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 20 May 2019 20:26:33 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 May 2019 20:26:33 GMT
Connection: keep-alive

{
“Klx_LpZrYwQ”: “Adding random entries to the directory”,
“keyChange”: “https://acme-v02.api.letsencrypt.org/acme/key-change”,
“meta”: {
“caaIdentities”: [
letsencrypt.org
],
“termsOfService”: “https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf”,
“website”: “https://letsencrypt.org
},
“newAccount”: “https://acme-v02.api.letsencrypt.org/acme/new-acct”,
“newNonce”: “https://acme-v02.api.letsencrypt.org/acme/new-nonce”,
“newOrder”: “https://acme-v02.api.letsencrypt.org/acme/new-order”,
“revokeCert”: “https://acme-v02.api.letsencrypt.org/acme/revoke-cert
}
2019-05-20 22:26:33,530:DEBUG:certbot.util:Not suggesting name “stone-cloud”
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/certbot/util.py”, line 310, in get_filtered_names
filtered_names.add(enforce_le_validity(name))
File “/usr/lib/python3/dist-packages/certbot/util.py”, line 531, in enforce_le_validity
“{0} needs at least two labels”.format(domain))
certbot.errors.ConfigurationError: stone-cloud needs at least two labels
2019-05-20 22:26:35,026:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2019-05-14 20:34:58 UTC.
2019-05-20 22:26:35,026:INFO:certbot.renewal:Cert is due for renewal, auto-renewing…
2019-05-20 22:26:35,026:INFO:certbot.main:Renewing an existing certificate
2019-05-20 22:26:35,201:DEBUG:certbot.crypto_util:Generating key (2048 bits): /etc/letsencrypt/keys/0111_key-certbot.pem
2019-05-20 22:26:35,203:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/0111_csr-certbot.pem
2019-05-20 22:26:35,204:DEBUG:acme.client:Requesting fresh nonce
2019-05-20 22:26:35,204:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2019-05-20 22:26:35,419:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 “HEAD /acme/new-nonce HTTP/1.1” 200 0
2019-05-20 22:26:35,420:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Link: https://acme-v02.api.letsencrypt.org/directory;rel=“index”
Replay-Nonce: GXcQalNukloCFCaSzktxbDRgD9W6pM1_atrA2sZKQA4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Content-Length: 0
Expires: Mon, 20 May 2019 20:26:35 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 May 2019 20:26:35 GMT
Connection: keep-alive