Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Catch extra 'reload' argument added by some Kodi skinsΒ #34

@sy6sy2

Description

@sy6sy2

Hi Willforde,

I don't know if it's the role of CodeQuick to treat this behavior.
Some kodi skins (like Aura) have a "Widget" feature that grab items from a specific add-on menu to shows those items in the kodi home menu.

But it seems that when the user select one of this items, the skin add an extra reload argument in the Kodi URL.
If the callback function does not plan to receive this extra argument we need to add **kwargs in the function definition to catch the reload keyword argument. Instead we get a callback_function() got an unexpected keyword argument 'reload'.

Do you know what's the purpose of this extra keyword?
Do you know if CodeQuick needs to catch this keyword to perform some magic task OR if we need to treat this keyword directly in our add-on?

You can see the error in this log: https://paste.kodi.tv/uzanerapur

Thank you for your help πŸ˜ƒ

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions