2014-07-21, 03:13
Whenever I try to access my INBOX using the MAIL addon I keep getting "script error".
The debug log shows this:
I am running Arch Linux with Python version 2.7.8-1 and XBMC 13.1-3.
Has anyone encountered this before and is there a fix for it?
Thanks.
The debug log shows this:
Code:
23:52:54 T:140214064129792 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 'groups'
Traceback (most recent call last):
File "/home/htpc/.xbmc/addons/plugin.programm.xbmcmail/addon.py", line 308, in <module>
plugin.run()
File "/home/htpc/.xbmc/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
items = self._dispatch(self.request.path)
File "/home/htpc/.xbmc/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "/home/htpc/.xbmc/addons/plugin.programm.xbmcmail/addon.py", line 122, in show_mailbox
emails, has_next_page = client.get_emails(mailbox, limit, offset)
File "/home/htpc/.xbmc/addons/plugin.programm.xbmcmail/resources/lib/client.py", line 104, in get_emails
} for (email_id, flags), email in self._fetch_emails_by_ids(email_ids)]
File "/home/htpc/.xbmc/addons/plugin.programm.xbmcmail/resources/lib/client.py", line 215, in <genexpr>
for status, header in data
File "/home/htpc/.xbmc/addons/plugin.programm.xbmcmail/resources/lib/client.py", line 232, in __parse_fetch_response
email_id, flags_str = self.re_fetch_response.match(line).groups()
AttributeError: 'NoneType' object has no attribute 'groups'
-->End of Python script error report<--
I am running Arch Linux with Python version 2.7.8-1 and XBMC 13.1-3.
Has anyone encountered this before and is there a fix for it?
Thanks.