-
Notifications
You must be signed in to change notification settings - Fork 351
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
Pulsar is crashing #195
Comments
happend to me too, try uninstall kodi completely then install kodi and add pulsar worked for me |
I took my friend's kodi folders with all the providers and such he collected... |
Disable plugins like Extended Info or others that use The Movie Database API. Apparently, some skins or XBMC itself starts requesting same data as is Pulsar, overflowing the allowed limit on requests made. Pulsar doesn't have any code to handle that, so, it freezes, than all worker threads exit by timeout, then there is a bunch of nil shows/movies in the array. And, subsequently, it crashes. |
Ok |
The issue is in the Pulsar daemon. As far as I can see, it doesn't implement any sort of error handling in its requests. I can see one easy workaround and one right fix. I've added an issue on the daemon project: steeve/pulsar#6 |
Hi,
Got Kodi from a friend and now Pulsar is failing.
Tried deleting and re-installing - didn't help.
I tried to google it but did not find any solution...
In the log file I get the following:
panic: runtime error: invalid memory address or nil pointer dereference
Can someone plese help?
Thanks
The text was updated successfully, but these errors were encountered: