Labels
bug
an unexpected problem or unintended behavior
wip
work in progress
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Taking this example form:
submit_form
exits with the errorLooking at the form all three "Possible values" are no submit-buttons:
digging into
submit_form
andsubmit_request
it turns out that there areform$fields
that do not have aform$fields$type
.rvest:::submit_request
reads as follows:As the
form$fields$type
is missingis_submit
returnslogical(0)
which is not at all handled byFilter
The text was updated successfully, but these errors were encountered: