cguZZman / plugin.googledrive

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

Screen is loading and loading and loading #335

Closed Mangalambika closed 2 months ago

Mangalambika commented 9 months ago

Describe the bug (šŸ”“)

A clear and concise description of what the bug is : For me when trying to play a video it starts to load with the loading circle and it's happening forever no further improvement donno what could have happened, having a Android 12 tv os in mi box, kodi 20.2, installed your repository to my kodi from zip file for 20+ kodi users

To Reproduce (šŸ”“)

Steps to reproduce the behavior:

  1. Go to 'open an account (my drive) containing data like video photos etc.. from where usually users navigate to see their files in it '
  2. Click on 'a video or any other files to open'
  3. Scroll down to '....'
  4. 'For me when trying to play a video it starts to load with the loading circle and it's happening forever no further improvement donno what could have happened'

Your debug log file (Required :red_circle:)

Put here the URL of your debug log file. Follow the steps in https://kodi.wiki/view/Log_file/Easy if you don't know how to get the file.

Screenshots If applicable, add screenshots to help explain your problem.

Tanmayshetty commented 9 months ago

Check the pinned issue and the fix comment here

https://github.com/cguZZman/plugin.googledrive/issues/255#issuecomment-1076477307

I suggest using the below Kodi addon to make the changes on the TV

https://github.com/abratchik/script.unlock.advancedsettings

Need to add the following XML content inside advancedsettings.xml file

<advancedsettings version="1.0">
    <network>
      <disablehttp2>true</disablehttp2> 
    </network>
</advancedsettings>