Kodi not working
See original GitHub issueNotifications are not working on Kodi 17 (Krypton). Here is the command and error message:
apprise -t 'my title' -b 'my notification body' 'kodi://user:pass@kodi:8080'
17:15:14.490 T:2424492960 ERROR: JSONRPC: Failed to parse '{"id":1,"image":"http://nuxref.com/apprise/themes/default/apprise-info-128x128.png","jsonrpc":"6.0","method":"GUI.ShowNotification","params":{"displaytime":12000,"message":"my notification body","title":"my title"},"type":"info"}'
Changing jsonrpc from 6.0 to 2.0 seems to do the trick. I am not sure if this would break older and EOL versions of Kodi. Is backward compatibility important? The kodi team does not plan another 17 release and 18 (Leia) alpha 1 was released in March.
Also FYI, the apprise image is not being displayed in the notification, but the theme info icon is. I am not sure if this is due to Kodi’s themes I tested, including the default. Personally, I prefer the icon over the image.
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Kodi not working? How to fix Kodi problems (Updated for 2022)
There is a little-known error that can cause your Kodi addons to not perform searches, updates or streams correctly. For example, you may...
Read more >Is Your Kodi Not Working? Here Is How You Can Fix Common ...
If Kodi is consistently crashing or freezing that's a sure sign that something has gone wrong. First, consider when this problem began and...
Read more >Kodi Not Working? Here Are The Most Common Problems ...
Kodi Not Working – How to Fix · 1. Reset Kodi · 2. Restart Device · 3. Clear Kodi Cache · 4. Removing...
Read more >Kodi Not Working (How To Fix All Problems 2022) - Firesticklab
Restart Modem/Router : Another thing that you can do is just restart your Modem or Router and then try to connect VPN again....
Read more >Kodi Not Working: 5 Most Common Reasons - and how to fix ...
If you've tried every fix you can think of, from restarting Kodi to uninstalling and reinstalling all of your add-ons and returning your ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For now, I can use
xbmc://
. Feel free to push a new release when you think it is best. Seeing that the _payload_20 and _payload_60 are the same, some code clean up might be in order.The problem is that Kodi requires a web hosted image. It won’t read from local ones. If you want to host the images locally, you’ll also need a small nginx/apache server to host them. You can then provide the overide url (in Asset object) which might be something like
http//localhost/path/to/custom/images/{template entries}.png