Page MenuHomePhabricator

TypeErrors on Wikidata: wb.Site and wikibase.WikibaseContentLanguages are not constructors
Closed, ResolvedPublic

Description

When I loaded
https://www.wikidata.org/wiki/Q19861043?debug=1
I got these errors:

{
	"errorMessage": "TypeError: wb.Site is not a constructor",
	"url": "https://www.wikidata.org/static/1.26wmf13/extensions/Wikidata/extensions/Wikibase/lib/resources/wikibase.sites.js",
	"lineNumber": 42,
	"columnNumber": 11,
	"errorObject": {}
}

{
	"errorMessage": "TypeError: wikibase.WikibaseContentLanguages is not a constructor",
	"url": "https://www.wikidata.org/static/1.26wmf13/extensions/Wikidata/extensions/Wikibase/repo/resources/wikibase.ui.entityViewInit.js",
	"lineNumber": 161,
	"columnNumber": 22,
	"errorObject": {}
}

Event Timeline

He7d3r raised the priority of this task from to Needs Triage.
He7d3r updated the task description. (Show Details)
He7d3r added projects: Wikidata, JavaScript.
He7d3r subscribed.

I haven't seen this recently, however I got

Error: Syntax error, unrecognized expression: unsupported pseudo: wikibase-statementview

when I opened that URL (both logged in or out), from
https://www.wikidata.org/wiki/MediaWiki:Gadget-AuthorityControl.js

I haven't seen this recently, however I got

Error: Syntax error, unrecognized expression: unsupported pseudo: wikibase-statementview

T85804?

JanZerebecki claimed this task.
JanZerebecki subscribed.

Yes. Please reopen either of them if you still have the problem.