Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using up-arrow twice crashes plugin #91

Open
sim590 opened this issue Dec 30, 2019 · 0 comments
Open

Using up-arrow twice crashes plugin #91

sim590 opened this issue Dec 30, 2019 · 0 comments

Comments

@sim590
Copy link

sim590 commented Dec 30, 2019

I am quoting myself here from #79 about the issue:

it happens every second time I use the UP arrow on a movie actor icon to get his info. The result: the plugin is not usable afterwards. I have to restart Kodi to get the UP-arrow function again. However, it won't ever work more than one time per restart ... That's very unpractical.

Here is the complete log of Kodi starting up and going to some movie info and hitting the UP arrow twice. The second time, the plugin crashes.

I have tracked down the origin of the issue to numpy not liking to be re-initialized. This happens when the up-arrow is hit a second time in extendedinfo since this triggers importing PIL.ImageFilter in kodi65 (see the bug I filed about it) which in turn imports numpy. The work-around should either take place in extendedinfo or kodi65. I guess that the best would be to fix kodi65 since it's not an end-user module but a "library" module used by other plugins. I am however filing this bug so that people know about it even though this project seems dead (as I pointed out in #88).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant