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

Fix empty My List due to unknown items #102

Merged
merged 2 commits into from
Feb 3, 2022
Merged

Conversation

michaelarnauts
Copy link
Collaborator

@michaelarnauts michaelarnauts commented Feb 3, 2022

  • Ignores unavailable items that are still on My List.
  • Use new API endpoint.

@michaelarnauts michaelarnauts added the bug Something isn't working label Feb 3, 2022
@michaelarnauts
Copy link
Collaborator Author

@badoneti
Copy link

badoneti commented Feb 3, 2022

Works fine, all programs listed no HTML in the logs
There were 2 warnings though... posting extract

2022-02-03 18:21:30.527 T:856      INFO <general>: JSONRPC Server: New connection added
2022-02-03 18:21:33.178 T:827      INFO <general>: CActiveAESink::OpenSink - initialize sink
2022-02-03 18:21:33.178 T:827      INFO <general>: CAESinkALSA::Initialize - Attempting to open device "default"
2022-02-03 18:21:33.190 T:827      INFO <general>: CAESinkALSA::Initialize - Opened device "default"
2022-02-03 18:21:33.192 T:827      INFO <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2022-02-03 18:21:33.192 T:827      INFO <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
2022-02-03 18:21:36.387 T:821      INFO <general>: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
2022-02-03 18:21:49.220 T:821      INFO <general>: Loading skin file: AddonBrowser.xml, load type: KEEP_IN_MEMORY
2022-02-03 18:21:53.106 T:821      INFO <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2022-02-03 18:21:57.295 T:821      INFO <general>: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
2022-02-03 18:22:13.973 T:821      INFO <general>: Loading skin file: FileBrowser.xml, load type: KEEP_IN_MEMORY
2022-02-03 18:22:31.022 T:848      INFO <general>: CPythonInvoker(4, /storage/.kodi/addons/plugin.video.viervijfzes/service_entry.py): script successfully run
2022-02-03 18:22:31.260 T:848      INFO <general>: Python interpreter interrupted by user
2022-02-03 18:22:31.963 T:882      INFO <general>: CAddonMgr::FindAddon: plugin.video.viervijfzes v0.4.6+matrix.1 installed
2022-02-03 18:22:31.971 T:884      INFO <general>: initializing python engine.
2022-02-03 18:22:32.440 T:821   WARNING <general>: CGUIMediaWindow::OnMessage - updating in progress
2022-02-03 18:22:40.119 T:821      INFO <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
2022-02-03 18:22:42.072 T:891      INFO <general>: initializing python engine.
2022-02-03 18:22:42.910 T:891      INFO <general>: CPythonInvoker(11, /storage/.kodi/addons/plugin.video.viervijfzes/addon_entry.py): script successfully run
2022-02-03 18:22:43.257 T:891      INFO <general>: Python interpreter stopped
2022-02-03 18:22:46.242 T:894      INFO <general>: initializing python engine.
2022-02-03 18:22:48.103 T:894   WARNING <general>: Invalid media type ""
2022-02-03 18:22:48.112 T:894      INFO <general>: Skipped 2 duplicate messages..
2022-02-03 18:22:48.112 T:894      INFO <general>: CPythonInvoker(12, /storage/.kodi/addons/plugin.video.viervijfzes/addon_entry.py): script successfully run
2022-02-03 18:22:48.484 T:894      INFO <general>: Python interpreter stopped
2022-02-03 18:22:54.366 T:898      INFO <general>: initializing python engine.
2022-02-03 18:22:55.214 T:898      INFO <general>: CPythonInvoker(13, /storage/.kodi/addons/plugin.video.viervijfzes/addon_entry.py): script successfully run
2022-02-03 18:22:55.572 T:898      INFO <general>: Python interpreter stopped

@michaelarnauts
Copy link
Collaborator Author

Good to hear. Those warnings are harmless, I'll look into them later.

@michaelarnauts michaelarnauts changed the title Ignore unavailable items on My List Fix empty My List due to unknown items Feb 3, 2022
@michaelarnauts michaelarnauts merged commit 02b2d4d into master Feb 3, 2022
@michaelarnauts michaelarnauts deleted the mylist-unavailable branch February 3, 2022 17:38
@michaelarnauts michaelarnauts modified the milestones: v0.4.6, v0.4.7 Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants