You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abbiamo lo slash finale, quindi non è quello a causare l'errore. Il task dovrebbe essere eseguito ogni 10 minuti, ma l'errore non si vede dal 2025-02-03, quindi si tratta di un problema transitorio. Siccome appare per una chiamata di finalize_incomplete_session_uploads sembra che si tratti di un upload fallito. Terrò d'occhio i log.
Nel nuovo server CINECA il container docker celery4geoportal genera periodicamente questo errore
celery4geoportal | Traceback (most recent call last):
celery4geoportal | File "/usr/src/geonode/geonode/upload/tasks.py", line 95, in finalize_incomplete_session_uploads
celery4geoportal | session = gs_uploader.get_session(_upload.import_id)
celery4geoportal | File "/usr/local/lib/python3.8/site-packages/gsimporter/client.py", line 54, in get_session
celery4geoportal | return self._call(self.client.get_import, id)
celery4geoportal | File "/usr/local/lib/python3.8/site-packages/gsimporter/client.py", line 34, in _call
celery4geoportal | robj = fun(*args)
celery4geoportal | File "/usr/local/lib/python3.8/site-packages/gsimporter/client.py", line 218, in get_import
celery4geoportal | return parse_response(self._request(self.url("imports/%s?expand=3" % i)))
celery4geoportal | File "/usr/local/lib/python3.8/site-packages/gsimporter/client.py", line 194, in _request
celery4geoportal | raise NotFound()
celery4geoportal | gsimporter.api.NotFound
The text was updated successfully, but these errors were encountered: