Update Parsing Logic for Contest Page Structure #10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
When accessing the /contest/ endpoint, the application raises an IndexError due to changes in the HTML structure of the Instructables contest page. This issue was initially reported by @vlnst in #9.
Error Traceback:
Cause:
The issue stems from a change on the Instructables website, which now affects our selector p.contest-count. The current selector does not find any matching elements, causing an IndexError.
Steps to Reproduce:
Expected Behavior:
The application should correctly parse the Instructables contest page and handle cases where the expected elements are missing gracefully.
Solution:
Fixed in
v0.3.13
.