-
Notifications
You must be signed in to change notification settings - Fork 25
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
For first ~24hr after new account creation, test submission does not work: Get error center name required but not documented
#161
Comments
I've just found this:
Would be good to add this not just in the broker sectoin but also in the example |
This even happens online with webin. Is it because I recently created that webin account? Should the error message really say "Account has not been confirmed - can't submit yet"? |
Weirdly, this bug only appears on the test instance, not on the production version. This makes it quite hard to test unfortunately. |
center name required but not documented
I just retried the test submission and now it works. It appears that test submission will only work after 3am has passed post-signup. The center name seems to not be populated correctly on the test server straight after account creation. I suggest the docs include a note about this to prevent frustration for others in the future. |
Update: After first reporting this bug, during further investigation, it became clearer what the root issue is: That a newly created webin-account will fail when submitting to the test server -but not to the production server.
It would be good to document this - and ideally also fix the root cause, but this is out of scope for this repo which is about documentation.
Original issue
I'm following the excellent documentation. I've just submitted my first
project.xml
according to the documentation.However, I get an error
<ERROR>In project, alias: "testuser", accession: "PRJEB66852". Missing center name.</ERROR>
The schema for project.xml doesn't even mention
center name
! How can it be missing? This is the schema forproject.xml
: https://ftp.ebi.ac.uk/pub/databases/ena/doc/xsd/sra_1_5/ENA.project.xsdThis is the documentation I'm following: https://ena-docs.readthedocs.io/en/latest/submit/study/programmatic.html#create-the-study-xml
I'm using the following project.xml:
And the submission.xml:
The curl command:
This is the result:
The text was updated successfully, but these errors were encountered: