winsomehax / plugin.video.bitchute

Allow login and browsing of the bitchute website from within KODI
GNU General Public License v2.0
20 stars 2 forks source link

Selecting "Feed" now errors #24

Closed cw-kid closed 3 years ago

cw-kid commented 3 years ago

This was working but now when selecting the "Feed" option Kodi pops up an error message.

Had a look in the Kodi log I found these:

`2021-01-12 20:18:19.897 T:140512735303424 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

2021-01-12 20:18:19.897 T:140512735303424 DEBUG: onExecutionDone(400, /storage/.kodi/addons/plugin.video.bitchute/main.py) 2021-01-12 20:18:19.926 T:140515488147584 DEBUG: ------ Window Init (DialogNotification.xml) ------ 2021-01-12 20:18:19.980 T:140512735303424 INFO: Python interpreter stopped 2021-01-12 20:18:19.980 T:140512735303424 DEBUG: Thread LanguageInvoker 140512735303424 terminating 2021-01-12 20:18:19.983 T:140512908523264 ERROR: GetDirectory - Error getting plugin://plugin.video.bitchute/feed?item_val=None 2021-01-12 20:18:19.983 T:140512908523264 DEBUG: Thread waiting 140512908523264 terminating 2021-01-12 20:18:19.992 T:140515488147584 DEBUG: ------ Window Deinit (DialogBusy.xml) ------ 2021-01-12 20:18:19.994 T:140515488147584 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.bitchute/feed?item_val=None) failed 2021-01-12 20:18:19.994 T:140515488147584 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.bitchute/) 2021-01-12 20:18:19.994 T:140515488147584 DEBUG: ParentPath = [plugin://] 2021-01-12 20:18:19.994 T:140512908523264 DEBUG: Thread waiting start, auto delete: false 2021-01-12 20:18:20.006 T:140513193744128 DEBUG: CAddonDatabase::SetLastUsed[plugin.video.bitchute] took 13 ms 2021-01-12 20:18:20.006 T:140512908523264 DEBUG: StartScript - calling plugin bitchute('plugin://plugin.video.bitchute/','325','','resume:false') 2021-01-12 20:18:20.007 T:140512735303424 DEBUG: Thread LanguageInvoker start, auto delete: false 2021-01-12 20:18:20.007 T:140512735303424 INFO: initializing python engine. 2021-01-12 20:18:20.007 T:140512735303424 DEBUG: CPythonInvoker(401, /storage/.kodi/addons/plugin.video.bitchute/main.py): start processing 2021-01-12 20:18:20.014 T:140512735303424 DEBUG: -->Python Interpreter Initialized<-- 2021-01-12 20:18:20.014 T:140512735303424 DEBUG: CPythonInvoker(401, /storage/.kodi/addons/plugin.video.bitchute/main.py): the source file to load is "/storage/.kodi/addons/plugin.video.bitchute/main.py"

Thanks

winsomehax commented 3 years ago

This should work now.

cw-kid commented 3 years ago

I downloaded and installed again the Testing branch version.

Selecting the "Feed" item it now loads up one page of videos again. However it did take quite a while with a spinning circle on screen, before the videos appeared in a list.

Thanks.

winsomehax commented 3 years ago

Yeah it is a very long winded process. It takes the latest video from each of your subscriptions. It has to load each subscription and scrape the top entry. Not great, but bitchute doesn't appear to have a 'feed' as such. So I have to fake one.

On Tue, 12 Jan 2021, 21:38 cw-kid, notifications@github.com wrote:

I downloaded and installed again the Testing branch version.

Selecting the "Feed" item it now loads up one page of videos again. However it did take quite a while with a spinning circle on screen, before the videos appeared in a list.

Thanks.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/winsomehax/plugin.video.bitchute/issues/24#issuecomment-759038367, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALDWQE5OV7OOPHKJLHDSQSDSZS6MVANCNFSM4V7YF5LQ .

winsomehax commented 3 years ago

Fixed