emilsvennesson / script.module.inputstreamhelper

A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.
MIT License
133 stars 49 forks source link

Expected string or buffer #406

Closed matthuo333 closed 3 years ago

matthuo333 commented 3 years ago

Environment Netflix add-on version: 1.10.1 Operating system version/name: Coreelec 9.2.2 Device model: N1 from China

Describe the bug

A bug report that is not playback any video via plugin.video.netflix

KODI LOG FILE: 2020-10-28 20:02:42.826 T:3862832000 ERROR: ## CoreELEC Addon ## hardware::load_values ## ERROR: (IOError(2, 'No such file or directory')) 2020-10-28 20:02:42.828 T:3862832000 ERROR: Traceback (most recent call last): 2020-10-28 20:02:48.031 T:4087451664 ERROR: Control 1000 in window 13002 has been asked to focus, but it can't 2020-10-28 20:02:48.439 T:3687973760 ERROR: ## CoreELEC Addon ## hardware::load_values ## ERROR: (IOError(2, 'No such file or directory')) 2020-10-28 20:02:48.439 T:3687973760 ERROR: Traceback (most recent call last): 2020-10-28 20:05:18.205 T:3619021696 ERROR: EXCEPTION: Invalid setting type 2020-10-28 20:08:14.276 T:3619021696 ERROR: [plugin.video.netflix (1)] Traceback (most recent call last): 2020-10-28 20:08:16.208 T:4087451664 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.netflix/play/show/81037371/season/81275633/episode/81289281/?profile_guid=EMU44XD4HJFLHD2FY2UBJAF3SA] 2020-10-28 20:11:30.357 T:4087451664 ERROR: Control 55 in window 10025 has been asked to focus, but it can't 2020-10-28 20:11:56.868 T:3619021696 ERROR: EXCEPTION: Invalid setting type 2020-10-28 20:12:20.179 T:3649942400 ERROR: CCurlFile::Stat - Failed: Timeout was reached(28) for https://occ-0-325-395.1.nflxso.net/dnm/api/v6/9pS1daC2n6UGc3dUogvWIPMR_OU/AAAABV3zwseh6TW0QDXdvchvHFGMvDRYe5VM16QJ9tvl3sfBWq3rcUKwE2PDKdEcPsSWzTDRpz3zUIrt8dYqjoFwxGF5FNfkk1ojGZBs12xg1GsT_4T6Ag.jpg?r=811 2020-10-28 20:12:20.191 T:3687973760 ERROR: InputStream: Error opening, plugin://plugin.video.netflix/play/show/81037371/season/81275633/episode/81289282/?profile_guid=EMU44XD4HJFLHD2FY2UBJAF3SA

Actual behavior Can't play video normally , and it is showed that "could not make the request. your internet maybe down " "The operation has been cancelled. InputStream Helper has been generated an internal error: expected string or buffer"

dagwieers commented 3 years ago

It would be useful to have a proper Kodi debug log, or at least something that shows the error with context.

With just expected string or buffer it is impossible to know what was going on and what part of the code is at fault.

horstle commented 3 years ago

No proper log or any reaction after 10 months... Closing this now, please reopen if the issue still exists.