You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2024. It is now read-only.
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?