-
Notifications
You must be signed in to change notification settings - Fork 20
Description
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 error Could 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.