Skip to content

BUG: Don't work and show "Please try reloading the page" #755

@pwatx

Description

@pwatx

IMPORTANT: If your issue is related to missing content on page, please review the Troubleshooting instructions and open your issue on the Defuddle repo.
https://help.obsidian.md/web-clipper/troubleshoot

Version (please complete the following information):

  • OS: Windows11
  • Browser Edge Dev
  • Web Clipper version: 1.2.1
  • Obsidian version: 1.12.4

Describe the bug

When the Edge remain opening for a long time, then the clipper have problem to show the window, instead was a blank pad which was wrting "Please try reloading the page.(see the picture)

Expected behavior

work normally

URLs where the bug occurs

Every web page

To reproduce
Edge have many tabs open, and open for a longtime.

Your template file

If you are using a custom template (i.e. not the Default template). Go to Web Clipper settings and click MoreCopy as JSON. Paste the JSON code below.

{
	"schemaVersion": "0.1.0",
	"name": "我的网页剪藏",
	"behavior": "create",
	"noteContentFormat": "{{content}}",
	"properties": [
		{
			"name": "title",
			"value": "{{title}}",
			"type": "text"
		},
		{
			"name": "source",
			"value": "{{url}}",
			"type": "text"
		},
		{
			"name": "author",
			"value": "{{author|split:\\\", \\\"|wikilink|join}}",
			"type": "multitext"
		},
		{
			"name": "published",
			"value": "{{published}}",
			"type": "date"
		},
		{
			"name": "created",
			"value": "{{date}}",
			"type": "date"
		},
		{
			"name": "description",
			"value": "{{description}}",
			"type": "text"
		},
		{
			"name": "tags",
			"value": "clippings",
			"type": "multitext"
		}
	],
	"triggers": [],
	"noteNameFormat": "{{title}}",
	"path": "2026网页剪藏"
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions