Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autost::dom: error: unknown attribute value type #36

Open
docprofsky opened this issue Dec 31, 2024 · 0 comments
Open

autost::dom: error: unknown attribute value type #36

docprofsky opened this issue Dec 31, 2024 · 0 comments

Comments

@docprofsky
Copy link

docprofsky commented Dec 31, 2024

I've encountered an error from autost::dom (below). I assume this is related to #26. autost cohost-archive continues running despite the error. This happened with 1.3.1 and ecb074c.

1.3.1:

2024-12-31T07:05:40.302727Z  INFO archive_cohost_project{project_name="margot" archive_likes=false}:convert_chost{entry=DirEntry("chosts/43976.json")}: autost::command::cohost2autost: writing: RelativePath { inner: "posts/43976/43933.html", kind: Other }
2024-12-31T07:05:40.303795Z  WARN archive_cohost_project{project_name="margot" archive_likes=false}:convert_chost{entry=DirEntry("chosts/43976.json")}: autost::dom: saw attribute not on known-good-attributes list! check if output is correct for: <div ariaDescribedBy>
2024-12-31T07:05:40.304014Z ERROR archive_cohost_project{project_name="margot" archive_likes=false}:convert_chost{entry=DirEntry("chosts/43976.json")}: autost::dom: unknown attribute value type for <div ariaDescribedBy>: Array [String("user-content-someegrets-csscrimes-transflag"), String("aria-hidden=")]
2024-12-31T07:05:40.305721Z  INFO archive_cohost_project{project_name="margot" archive_likes=false}:convert_chost{entry=DirEntry("chosts/43976.json")}: autost::command::cohost2autost: writing: RelativePath { inner: "posts/43976.html", kind: Post { is_markdown: false, in_imported_dir: false } }

ecb074c:

2024-12-31T07:23:12.952223Z  INFO archive_cohost_project{project_name="nullpat" archive_likes=false}:convert_chost{entry=DirEntry("chosts/46365.json")}: autost::command::cohost2autost: writing: RelativePath { inner: "posts/46365.html", kind: Post { is_markdown: false, in_imported_dir: false } }
2024-12-31T07:23:12.952444Z  WARN archive_cohost_project{project_name="nullpat" archive_likes=false}:convert_chost{entry=DirEntry("chosts/46365.json")}: autost::dom: saw attribute not on known-good-attributes list! check if output is correct for: <div ariaDescribedBy>
2024-12-31T07:23:12.952466Z ERROR archive_cohost_project{project_name="nullpat" archive_likes=false}:convert_chost{entry=DirEntry("chosts/46365.json")}: autost::dom: unknown attribute value type for <div ariaDescribedBy>: Array [String("user-content-crimes")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant