Very strange! I’ve cross-posted your question over to the Admin matrix chat to see if anyone recognizes what may be going wrong. They may reply here or there, and please feel free to join. You're invited to talk on Matrix
Let’s start there, and thanks for including the release and platform you are running!
@Mehul_Vora can you tell us a bit about your Galaxy setup? Is celery running, I assume it is. Do you see anything relevant in the Galaxy or Celery logs?
int(unicodify(id_cipher.decrypt(codecs.decode(obj_id, "hex"))).lstrip("!"))
(...)
except ValueError:
raise galaxy.exceptions.MalformedId(
f"Wrong {object_name if object_name is not None else ''} id ( {obj_id} ) specified, unable to decode."
)
There are three folders each containing the gunicorn, celery and celery-beat logs.
Prior to Import - these are the logs prior to me running the ‘import history’ tool.
After executing Import History - These are the logs that should have appended information after the ‘import history’ tool was initiated.
Please note that as once I started the import and I navigated away from the page (to look at a different tool), there was a brief error message shown ‘Request aborted’ . I was not able to grab a screenshot before it went away.
Attempt 2 - Executing import and let it run for 30 mins: In order to avoid the error above, I re-did the import history tool and let the computer remain on the page for 30 mins. This should have been sufficient time for the import to complete but nothing seemed to happen.
The main folder also contains the galaxy.yml and job_config.yml files (in case they are relevant).
Since Vlad mentioned about Python, I thought it prudent to mention the following:
When I run ‘python -V’ from the terminal, I get the following output ‘Python 3.12.2’.
However, Galaxy appears to run on Python 3.8 (atleast what I can tell from the logs). Is this an issue?
Maybe you can test using usegalaxy.org’s history export? I tested usegalaxy.eu and it generates a rocrate.zip file for me.
In fact, are you sure you require a local instance? It is quite technical to administer, maybe it’s easier to just use the usegalaxy.org instance?
You meant Export History, not Import History?
And also, I don’t think there is a specific tool for it, just a URL (Galaxy) ?
In terms of the Python version, I thought Galaxy used the system python, so I don’t know why there is a mismatch. But I think it’s irrelevant to the error.