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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.7/site-packages/robobrowser/browser.py", line 269, in get_link
self.parsed, _link_ptn, text=text, *args, **kwargs
File "/usr/local/lib/python3.7/site-packages/robobrowser/helpers.py", line 51, in find
soup, name, attrs or {}, recursive, text, 1, **kwargs
File "/usr/local/lib/python3.7/site-packages/robobrowser/helpers.py", line 39, in find_all
if match_text(text, tag):
File "/usr/local/lib/python3.7/site-packages/robobrowser/helpers.py", line 16, in match_text
if isinstance(text, re._pattern_type):
AttributeError: module 're' has no attribute '_pattern_type'
In
robobrowser.RoboBrowser.get_link()
See also python/cpython#1646
The text was updated successfully, but these errors were encountered: