DKIM MANAGER

Type your comment> @Philipinho said:

The solution is to grant permission to Cyberpanel.

chown -R cyberpanel:cyberpanel /usr/local/CyberCP/lib/python3.8/site-packages/tldextract/.suffix_cache/

Fixed the issue on Ubuntu 20.04 - CyberPanel 2.1 (latest stable).

debes tener acceso root antes.
despus ejecutar.

sudo chown cyberpanel:cyberpanel -R /usr/local/CyberCP/lib/python3.10/site-packages/tldextract/.suffix_cache

se soluciono el problema en ubuntu 22.04.
oh gracias

Guys if this command isn’t working for you, please change the Python version in your command. So the command that worked for me is -

chown -R cyberpanel:cyberpanel /usr/local/CyberCP/lib/python3.10/site-packages/tldextract/.suffix_cache/

And since my error code showed 3.10 python version, I also have to change it in my command. Silly mistake that took 1 hour.

1 Like

You can resolve in Ubuntu 22.04:

sudo chmod -R 766 /usr/local/CyberCP/lib/python3.10/site-packages/tldextract/.suffix_cache/

In my case my directory was different.

This is error i was getting :

[Errno 13] Permission denied: ‘/usr/local/lib/python3.10/dist-packages/tldextract/.suffix_cache/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock’

SOLUTION
sudo chmod -R 766 /usr/local/lib/python3.10/dist-packages/tldextract/.suffix_cache/

Using Ubuntu 22.04