The following is the code that triggers the bug ``` import stanza proxies = {'http': 'http://ip:port', 'https': 'http://ip:port'} stanza.download('en', proxies=proxies) ``` exception ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) ... ... ... TypeError: expected str, bytes or os.PathLike object, not dict ```