08-03-2022 21:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
3
0
0
08-03-2022 21:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Suddenly started getting these errors shortly before midnight (Eastern US):
[12:15:42 AM]Error 22 Bad SVGML '<link rel="import" href="/mnt/sysassets/system_widget.defs" /'
[12:15:42 AM]Error 22 Invalid value '#animate-in' in swipe-back-observer
[12:15:42 AM]Error 22 Undefined attribute 'href' in swipe-back-observer
[12:15:42 AM]Error 22 Invalid value '#swipe-back-handle' in swipe-back-handle
[12:15:42 AM]Error 22 Undefined attribute 'href' in swipe-back-handle
App starts, however some features draw incorrectly. widget.defs is as boilerplate as it gets:
<svg>
<defs>
<link rel="stylesheet" href="styles.css" />
<link rel="import" href="/mnt/sysassets/system_widget.defs" />
</defs>
</svg>
<defs>
<link rel="stylesheet" href="styles.css" />
<link rel="import" href="/mnt/sysassets/system_widget.defs" />
</defs>
</svg>
What gives?
0 REPLIES 0
