-
Notifications
You must be signed in to change notification settings - Fork 14
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
Potential Issue with Creating New Items After Importing a MediaWiki Dump Generator Dump #249
Comments
Try using this xmldump to re-import https://archive.org/download/wiki-lgbtdb.wikibase.cloud_w-20240604/lgbtdb.wikibase.cloud_w-20240604-history.xml.zst (from https://archive.org/details/wiki-lgbtdb.wikibase.cloud_w-20240604) curl -L https://archive.org/download/wiki-lgbtdb.wikibase.cloud_w-20240604/lgbtdb.wikibase.cloud_w-20240604-history.xml.zst | zstd -d --long=31 | <your import script> (please clean/re-deploy the destination wiki before importing) |
@yzqzss thanks so much for the comment-- just to make sure here, what should go in the area? Should it just be something like |
Testing it as follows now; first I ran:
Will post results ASAP. |
Unfortunately this did not appear to work-- still getting |
Describe the Bug
I am following this guide to import a Wikibase Dump Generator XML dump from a Wikibase.Cloud instance. I have also gone in-depth with code, outputs, and attempted solutions here.
Expected Behavior
After importing the dump, I should be able to create new items, properties, or lexemes after updating the tables as posted in this guide.
Actual Behavior
When trying to add with a bot I get the WikibaseIntegrator error
wikibaseintegrator.wbi_exceptions.MWApiError: 'The save has failed.'
. When trying to add something via the GUI, I get the errorCould not create a new page. It already exists.
.Command for Reproducing the Bug
I follow everything represented here, using a MediaWiki Dump Generator XML dump.
Output
I get no other errors other than what is mentioned in the "Actual Behavior" section.
Platform Details
I'm using the Wikibase Docker installation on Windows.
Additional Context
Additional info, including scripts, available here. I'm not positive that this is a MediaWiki Dump Generator issue, but I've eliminated a lot of other potential options. Thank you so much for your help and support, and please let me know if I can provide additional information or context.
The text was updated successfully, but these errors were encountered: