Jump to content

Topic on Project:Support desk

Add Sitelinks to my local wikibase instance

1
Antoine7812 (talkcontribs)

Hello,

Mediawiki version: 1.40.1

I am currently trying to add sitelinks to my wikibase. I succeeded by adding wikipedia (I have the box Wikipedia), so I can add for example the sitelinks "enwiki" with the page "Earth" (that is autosuggested by the input) but I encounter this error:

    "errors": [

        {

            "code": "no-external-page",

            "data": {

                "messages": [

                    {

                        "name": "wikibase-api-no-external-page",

                        "parameters": [

                            "enwiki",

                            "Password"

                        ],

                        "html": {

                            "*": "The external client site \"enwiki\" did not provide page information for page \"Earth\"."

                        }

                    }

                ]

            },

            "module": "main",

            "*": "The external client site \"enwiki\" did not provide page information for page \"Earth\"."

        }

    ],

I don't understand the error because I have the autosuggested propositions on the input where I can add the sitelinks. My sites table was filled with the populateSitesTable script.

Thank you in advance for your help,

Best regards,

Antoine

Reply to "Add Sitelinks to my local wikibase instance"