Python selenium problem with "cannot create temp dir for unpacking extensions"

i have two problem first:
it will run normally but
when i make project running for hours it will give me
Error :
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot create temp dir for unpacking extensions

I think this error because storage space is full but i want fix that ?
and I think because chromium-browser version “108.0.5359.95”

2nd problem:
i can use “install-pkg” command
“bash: install-pkkg: command not found”

maybe disable cache

driver.execute_cdp_cmd("Network.setCacheDisabled", {"cacheDisabled":True})

not work i try but not worked