cguZZman / plugin.googledrive

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

Kodi 20 Nexus: Won't play Transcoded Resolutions + Error playing video with special characters #314

Open andreus1610 opened 1 year ago

andreus1610 commented 1 year ago

By setting the stream formats other than Original (or by enabling the "Always ask for the stream format before play" option), the videos are still played only in the original quality. it's the same issue that was reported in post #253 with Kodi 19 before Google Drive Add-on was updated to 1.4.11 kodi-issue-transcoded-stream-format.log

Also, if I play a video (with stream other than original) and the name of the video containing a special character or an accent , an error is displayed and the video does not play. (I am attaching a screenshot and debug log) error-accents kodi-error-accents.log

it's the same issue that was reported in post #261 The solution reported by a user is replace the following string at "resources/lib/addon.py" _response_params = dict(urllib.parse.parse_qsl(responsetext)) with _response_params = dict(urllib.parse.parse_qsl(responsetext.decode(' ASCII')))

It might work.

Thansk!

andreus1610 commented 1 year ago

Hi Carlos, I noticed that the same issues are now also present in Kodi 19 Matrix after the automatic update to the official repository.