fullyfeedly icon indicating copy to clipboard operation
fullyfeedly copied to clipboard

FullyFeedly hangs / lock feedly tab while triggered

Open kabelux opened this issue 8 years ago • 9 comments

Windows 10 Insider Preview - Chrome 52.0.2743.116 m

FullyFeedly retrives content, but everything freezes inside tab. Can't scroll. Must close tab and open Feedly again. :-(

kabelux avatar Aug 27 '16 10:08 kabelux

Thanks for the reporting this issue! Has this started after updating Chrome or Windows?

I cannot replicate the issue on Mac OS X and Chrome 51.0.2704.103 (64-bit) At the moment I am having some issue when I try to update Chrome to the latest version, but I'll repeat the test with the latest stable version.

Muffo avatar Aug 27 '16 11:08 Muffo

It's happening from previous versions of Chrome and Windows

kabelux avatar Aug 27 '16 11:08 kabelux

OK, in that case I'll need to find a PC with Windows 10 and see if I can debug the problem there.

Out of curiosity, are you familiar with the console of Chrome?

https://developers.google.com/web/tools/chrome-devtools/debug/console/console-ui?hl=en#opening-the-console

I would be interested to see if there is any error message printed there. It would be great if you could check on your machine.

Muffo avatar Aug 27 '16 11:08 Muffo

[feedly][reader] starting unread count synchronization at Sat Aug 27 2016 08:37:04 GMT-0300 (Hora Padrão de Buenos Aires) Error in event handler for (unknown): TypeError: Cannot read property 'shortcutLock' of undefined at chrome-extension://oknpjjbmpnndlpmnhmekjpocelpnlfdi/js/content.js:32:32 [feedly][googlenow] preferences:{"UTCOffset":180,"active":true,"cardTemplate":"GenericCard","hasGoogleNowToken":true,"hourOfDay":7,"lastPublish":1472294136629,"locale":"pt-BR","nextSchedule":1472301336000} [feedly][googlenow] already enabled. [feedly][reader] Got counts in 1290ms. Processing counts... [feedly][reader] completed unread count synchronization. Total duration:1308msms [feedly][reader] Processed pending mark as read and refreshed XHR finished loading: GET "http://feedly.com/v3/feeds/feed%2Fhttp%3A%2F%2Fgizmodo.com%2Findex.xml?ck=1472297832526&ct=feedly.desktop&cv=30.0.1231". XHR finished loading: GET "https://www.readability.com/api/content/v1/parser?url=http%3A%2F%2Fgizmodo.…which-could-be-a-1785823507&token=a1439b0284f72c5611f3fa3e6cfd7fcb14e4a4a7".

kabelux avatar Aug 27 '16 11:08 kabelux

I Noticed that Gizmodo Always hangs

kabelux avatar Aug 27 '16 11:08 kabelux

Hi @kabelux

This is useful to know! I'll try with Gizomodo and see if I can replicate the issue on my machine as soon as I have a chance.

Unfortunately I'll be travelling for the next 2 weeks and I don't have access to the laptop with all the tools required to build and test the extension.

Muffo avatar Sep 01 '16 09:09 Muffo

Maybe, the load can be in the background page and not in the content script ?

patou avatar Sep 20 '16 15:09 patou

I still haven't had a chance to try to replicate the issue but I am not convinced that loading the content in background would help: it really depends on why the tab is freezing.

Muffo avatar Sep 20 '16 19:09 Muffo

Loading in background can help to by pass the security in https feedly to call the API in http.

patou avatar Sep 21 '16 08:09 patou