-
Notifications
You must be signed in to change notification settings - Fork 367
BUG: Don't work and show "Please try reloading the page" #755
Description
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 More → Copy 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网页剪藏"
}