cguZZman / plugin.googledrive

The Google Drive addon for Kodi
GNU General Public License v3.0
211 stars 71 forks source link

Addon not working #270

Closed Greki17 closed 1 year ago

Greki17 commented 2 years ago

After the installation the addon don’t open on Kodi Matrix with Xbox One.

The error is just after the addon installation and I tried to reinstall Kodi but not working.

ntilikp commented 2 years ago

Same problem here. I get a Cloud Drive Common Module error and then a "Google Drive failed to install dependency" error when trying to install. I would upload a log file but unfortunately the Logfile Uploader also fails to open on 19.3 on Xbox One.

Greki17 commented 2 years ago

Same problem here. I get a Cloud Drive Common Module error and then a "Google Drive failed to install dependency" error when trying to install. I would upload a log file but unfortunately the Logfile Uploader also fails to open on 19.3 on Xbox One.

Yes, exactly this is the error.

a-tesh commented 2 years ago

I can confirm that I've encountered the same issue on Xbox series S.

ntilikp commented 2 years ago

@Greki17 @a-tesh Turns out it's an issue with all add-ons on 19.3 for Xbox. This guide provides a fix: https://www.matthuisman.nz/2021/10/fix-kodi-xbox-addons.html

But you'll probably run into another bug after that one's fixed, with your google drive videos playing for a moment before freezing and making Kodi unresponsive. That's because 19.3 enables http2 by default. You'll need to disable that in the advancedsettings.xml file, as seen in this issue: https://github.com/cguZZman/plugin.googledrive/issues/263

Greki17 commented 2 years ago

@Greki17 @a-tesh Turns out it's an issue with all add-ons on 19.3 for Xbox. This guide provides a fix: https://www.matthuisman.nz/2021/10/fix-kodi-xbox-addons.html

But you'll probably run into another bug after that one's fixed, with your google drive videos playing for a moment before freezing and making Kodi unresponsive. That's because 19.3 enables http2 by default. You'll need to disable that in the advancedsettings.xml file, as seen in this issue: #263

I followed the guide and I had a solution for the first problem. Now I’m stuck with the second bug like you said. How to fix it on xbox? I’ don’t know how to disable http2

ntilikp commented 2 years ago

@Greki17 I disabled it through this add-on which lets you edit the advanced settings: https://github.com/abratchik/script.unlock.advancedsettings

It's not hosted on a repo that can be added as a Kodi source so you'll need to put the .zip file on a usb stick or use FTP to get it on the xbox.

Greki17 commented 2 years ago

@Greki17 I disabled it through this add-on which lets you edit the advanced settings: https://github.com/abratchik/script.unlock.advancedsettings

It's not hosted on a repo that can be added as a Kodi source so you'll need to put the .zip file on a usb stick or use FTP to get it on the xbox.

Thanks. All problems solved

a-tesh commented 2 years ago

@ntilikp Thank you for your help 👍