eclipse95

Results 7 comments of eclipse95

Hi, This issue is linked to this one #208 . The PR #207 (not mine) fixes this issue.

Hi, You have to apply for a (free) Twitter API key. Check this => [https://developer.twitter.com/en/products/twitter-api](https://developer.twitter.com/en/products/twitter-api). When you will have your API key, fill this part of the configuration file: ```...

Hi, discord-image-downloader-go uses discordgo 0.22 (Discord API v6). But the Discord API v6 has been deprecated. What's why it doesn't work now. A solution is to upgrade discordgo to 0.23.1...

Hi, Discord API v6 is deprecated, not disabled. The PR #207 (not mine) fixes this issue. It'is linked to a breaking change from Discord.

Hi, As workaround, you can recompile the package by uncommenting sources repositories and with: ``` sudo apt-get build-dep kodi sudo apt-get install libdrm-dev # missing building dependency apt-get source -b...

Hi, @elnono, The package ``Kodi`` doesn't have ``libshairplay-dev`` as dependency. It doesn't need to be added. Moreover, ``libshairplay-dev`` and ``libshairplay0`` are already available in ARM64 Debian Package (Buster backports). @andrum99,...

Hi @MarkusKoo , I had the same issue when I used PHP7. PHP7 isn't supported yet. Try to use PHP5, it fixes my problem.