Oleksandr Nazarenko

Results 12 comments of Oleksandr Nazarenko

Hi Oleg I'm not familiar with WebExtensions API but is that possible to perform such operations not in context of popup?

> > Sorry if my question is stupid but F.N. icon somehow performs requests to show the number of new feeds. Therefore there's an instance which isn't affected by this...

Yes, you are right, now I understand the issue. I tried to debug it on Firefox and found that copying the contents of the array helps in this case )I...

Having the same issue with the same errors in logs. First happened 2-3 weeks ago

Not sure if it's a bug or not, but play_playlist in yt_play.py doesn't receive "play" parm in the context. If I replace the last line with return videos[playlist_position], it starts...

This is not just for smaller sizes. When the buffer is not even to BlockSize, it will generate an error: ``` package main import ( "github.com/ncw/directio" "log" "os" ) func...

Same here. Also the "failed" links from logs worked perfectly fine in the browser.

It seems that they have stopped support of the feeds. At least HTTPS requests for feeds which Plex fails to return plain HTML pages instead of JSON. Guess it may...

@CollinChaffin It loads as a web page, while as far as I understand the code, plugin expects to retrieve a JSON content. Also, method Feed in __init__.py doesn't log the...

I was able to send the same video to Kodi by doing the following: 1. Open it in a browser. On this step sending still doesn't work 2. Change it...