Traceback (most recent call last):
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/storage.py", line 86, in write
    f.flush()
OSError: [Errno 28] Aucun espace disponible sur le périphérique

During handling of the above exception, another exception occurred:

OSError: [Errno 28] Aucun espace disponible sur le périphérique

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/gui/qt/request_list.py", line 216, in <lambda>
    menu.addAction(_("Delete"), lambda: self.parent.delete_requests([key]))
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/gui/qt/main_window.py", line 1196, in delete_requests
    self.wallet.delete_request(key)
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/wallet.py", line 2328, in delete_request
    self.remove_payment_request(key)
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/wallet.py", line 2344, in remove_payment_request
    self.save_db()
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/wallet.py", line 315, in save_db
    self.db.write(self.storage)
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/wallet_db.py", line 1354, in write
    self._write(storage)
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/util.py", line 420, in <lambda>
    return lambda *args, **kw_args: do_profile(args, kw_args)
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/util.py", line 416, in do_profile
    o = func(*args, **kw_args)
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/wallet_db.py", line 1364, in _write
    storage.write(json_str)
  File "/home/user/Téléchargements/Electrum-4.1.5/electrum/storage.py", line 87, in write
    os.fsync(f.fileno())
OSError: [Errno 28] Aucun espace disponible sur le périphérique