-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fairgraph File
query fails with code=500 'Internal Server Error'
#36
Comments
It looks like a failure in the middle of a successful process to me. The dataset did get quite a bit of history
Its current state is this, it seems all contained files were deleted
If I restore those deletions, I can get files fine:
As a small side note, the file names have some occasional encoding issues (e.g., |
Today it happened again. There was no code change since the last successful run on the very same dataset. |
The error seems to be specific to the particular query being made. Here is the line where it fails >>> ds = omcore.Dataset.list(self.client, versions=dv)
-> crash
>>> type(dv)
<class 'fairgraph.openminds.core.products.dataset_version.DatasetVersion'>
# no obvious issues with that instance
>>> self.client.user_info()
User(alternate_name='mih', name='...', email=None, given_name='...', family_name='...', identifiers=['fc583e67-...']) So the general connection and basic authentication seems to be working still in this error case. |
One day later, things are back working. No change in code or account status. |
A fix is coming as discussed in #58 |
Report is here #35 (comment)
I just reconfirmed that with my account things are still working as documented in that PR.
The text was updated successfully, but these errors were encountered: