question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Notifications 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:closed
  • Created 5 years ago
  • Comments:17 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
geesevencommented, May 29, 2018

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.

0reactions
caronccommented, May 31, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found