Hello,
PetScan returns a blank page:
Could you please check?
Thanks a lot!
Hello,
PetScan returns a blank page:
Could you please check?
Thanks a lot!
<body style='display:none'> is the culprit.
Once the page renders, it also says that issues should be reported at https://github.com/magnusmanske/petscan_rs/issues instead of Phabricator.
Workaround (works in firefox):
<body style="display:none">
<body style>
With the workaround, for me it is not possible to call QuickStatements from the PetScan results, in order to create missing wikidata objects for unconnected articles or to connect articles to already existing objects.
For example:
Reported now at https://github.com/magnusmanske/petscan_rs/issues/141 where PetScan issues are tracked.
Does it work if you click on the console tab (after clicking on "Inspect"), enter initializeInterface() and press enter?