SSC Addon - failed to install dependencies

Hello,

the 1st and the foremost. I am technology/IT lame, but i am trying to be as good as I can with providing answers while asking for support.

2nd thing - english is not my primary language therefore please accept my errors.

I have purchased Vero V few months back and I was using normal PC Kodi for about year.

I assumed that OSMC is just HW for the KODI and it will work same as PC version.

Issue I am having is while trying to install video add-on from repo: https://repo.sc2.zone/ and repository file repository.hacky.zip

This addon is working nicely on vanilla PC version of KODI latest version, but I am having error message during the installation.

" Failed to install dependencies " Message flash 3x during the try to install, not sure if 3 dependencies failed or one dependency had 3 attempts.

Using the latest OSMC version on Vero.

Thank you

NOTE: I tried hard to create log, but I am failing this task big time as nothing is generated.

Hi

Hopefully the issue is now addressed

I’d appreciate it if you could test this and provide feedback before we potentially release this as an update to other users. To test this update:

  1. Login via the command line
  2. Run the following command to add the staging repository:
    echo 'deb http://apt.osmc.tv bullseye-devel main' | sudo tee /etc/apt/sources.list.d/osmc-devel.list
  3. Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
  4. Your system should have have received the update.

Please see if the issue is resolved.

I also recommend you remove /etc/apt/sources.list.d/osmc-devel.list after updating.

This will deactivate the staging repository. You can do so with the following command:
sudo rm /etc/apt/sources.list.d/osmc-devel.list.

Please note that we will automatically disable this update channel after 14 days on your device in case you forget to do so to ensure that your system reverts to the stable update channel.