Internet Archive Fails

Using Kodi version 16.1 on Ubuntu 16.04. Installation of ‘Internet Archive” seems to work fine, but when I try to access it, I get an error. Here is the log:

19:09:01 T:140645505087232 ERROR: EXCEPTION Thrown (PythonToCppException) : –>Python callback/script returned the following error<–
– NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type ‘exceptions.AttributeError’>
Error Contents: ‘NoneType’ object has no attribute ‘find’
Traceback (most recent call last):
File “/home/jra/.kodi/addons/plugin.audio.internet.archive/default.py”, line 526, in <module>
get_category_page(video_url, video_thumb)
File “/home/jra/.kodi/addons/plugin.audio.internet.archive/default.py”, line 97, in get_category_page
collection_tag = soup.find(‘select’, attrs={‘name’: ‘mediatype’}).find(‘option’, selected=’selected’)
AttributeError: ‘NoneType’ object has no attribute ‘find’
–>End of Python script error report<–
19:09:01 T:140646461647168 ERROR: GetDirectory – Error getting plugin://plugin.audio.internet.archive/?content_type=video
19:09:01 T:140646461647168 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.internet.archive/?content_type=video) failed
Any ideas??