Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FullyFeedly hangs / lock feedly tab while triggered #20

Open
kabelux opened this issue Aug 27, 2016 · 9 comments
Open

FullyFeedly hangs / lock feedly tab while triggered #20

kabelux opened this issue Aug 27, 2016 · 9 comments
Labels

Comments

@kabelux
Copy link

kabelux commented Aug 27, 2016

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. :-(

@Muffo
Copy link
Owner

Muffo commented Aug 27, 2016

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.

@kabelux
Copy link
Author

kabelux commented Aug 27, 2016

It's happening from previous versions of Chrome and Windows

@Muffo
Copy link
Owner

Muffo commented Aug 27, 2016

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.

@kabelux
Copy link
Author

kabelux commented Aug 27, 2016

[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
Copy link
Author

kabelux commented Aug 27, 2016

I Noticed that Gizmodo Always hangs

@Muffo Muffo added the bug label Sep 1, 2016
@Muffo
Copy link
Owner

Muffo commented Sep 1, 2016

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.

@patou
Copy link
Contributor

patou commented Sep 20, 2016

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

@Muffo
Copy link
Owner

Muffo commented Sep 20, 2016

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.

@patou
Copy link
Contributor

patou commented Sep 21, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants