smirgol / plugin.video.crunchyroll

Watch videos from the anime platform Crunchyroll.com on Kodi
GNU Affero General Public License v3.0
45 stars 11 forks source link

handle error when loading skip data #24

Closed corubba closed 6 months ago

corubba commented 6 months ago

Fix the notification to prevent it throwing an error: AttributeError: 'NoneType' object has no attribute 'addonname'

And properly check for a failed request aka no response, and short-circuit with an warning.

smirgol commented 6 months ago

Good catch, will merge it. Do you know what you were trying to watch when this happened? I'm curious why it failed. And if you happen to still have the logs with the exception, that would be even more helpful. :) Thank you!

corubba commented 6 months ago

I created issue #25 to track/investigate the reason for the error.