Open GoogleCodeExporter opened 9 years ago
This is because the extension still uses manifest version 1. A discussion about
this issue is also started at issue #162 (i hope it auto links, since i'm
entering this on my cell)
Original comment by dfa...@gmail.com
on 9 Dec 2012 at 6:36
Are you sure this is releated to the manifest version? According to the
official support schedule
(http://developer.chrome.com/extensions/manifestVersion.html), Chrome will not
stop loading and running manifest version 1 extensions before Q3/2013.
Original comment by ttr...@googlemail.com
on 10 Dec 2012 at 12:25
You're right, ttr, I did not see it only applied to 'in development'
extensions, so indeed the current version should still work (unless he loaded
the extension in dev. mode), but the result dkrussi experiences seems to be the
same. dkrussi: could you check the console tab in the developer tools (F12) for
errors?
Original comment by dfa...@gmail.com
on 10 Dec 2012 at 5:15
Thanks for trying to help me out guys!
Extension still doesnt work. I tired to reinstall it but didnt do any good.
By hitting F12, shows no breakpoints.
But when checking for errors, shoes that:
Port error: Could not establish connection. Receiving end does not exist.
miscellaneous_bindings:235
2. closing script tag manually
chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/get_html_text.js:57
Any ideas? Unless i am not looking at the right place ...
Original comment by dkrussi...@gmail.com
on 10 Dec 2012 at 6:11
The first error is probably not related to your problem: It's been around since
Chrome 20 and probably related to an API switch from . See issue 451, issue
316, and a couple of other duplicates.
Are you using the latest stable Chrome?
Original comment by ttr...@googlemail.com
on 10 Dec 2012 at 1:13
I am using Version 23.0.1271.95 m
Just installed it from Google, not a developer option tho.
Do you think I should re-install Chrome then?
Original comment by dkrussi...@gmail.com
on 10 Dec 2012 at 9:22
I don't think that's necessary or helpful. Just wanted to know whether you're
running the latest Chrome.
You could try to set a breakpoint and see if the code flow breaks at some point.
Original comment by ttr...@googlemail.com
on 10 Dec 2012 at 9:26
yeah, i tried, just says there are no breakpoints.
Is a little video of chrome to phone issue will be helpful ?
I really dont know what is causing it.
Original comment by dkrussi...@gmail.com
on 10 Dec 2012 at 9:28
P.S. tried to log out and then log back in as well as reinstalling extension.
Didnt do anything.
Original comment by dkrussi...@gmail.com
on 10 Dec 2012 at 9:31
Not sure if a video will help; I think I have a pretty good understanding at
which part of the control flow your problem shows up. Just can't think of a
possible cause yet.
Have you tried creating a fresh new profile, install the extension there, and
see if it works? If so, you may have some kind of conflict with an existing
extension (possibly one that manipulates HTTP requests).
Original comment by ttr...@googlemail.com
on 10 Dec 2012 at 9:43
Yeah, i will try to create a new profile tomorrow or something. Having finals
week so cant really get hard on this issue right now tho.
Do you know if there will be any fix or update coming anytime soon that may fix
my problem?
Original comment by dkrussi...@gmail.com
on 11 Dec 2012 at 7:21
Unfortunately, I don't know about any potential fixes for your problem; this is
mainly due to the fact that I don't know yet what the root cause for your issue
is. Examining how the application behaves in a fresh and clean new profile will
hopefully bring us a step closer. I've seen situations where extensions would
not play together nicely, but that's just one possible explanation.
By the way, creating a new profile in Chrome has become as simple as going to
the preferences and chosing a name. So if you find some spare five minutes
during your finals week you may want to give it a quick try. :-)
Original comment by ttr...@googlemail.com
on 11 Dec 2012 at 8:47
I just tried to add new user but no luck there. Extension still has the same
issue.
Can it be due to Windows 8 capabilities or something?
I also got AdBlock for chrome but i tried to disable it and run without it and
still didnt work...
Confusing.
Is there a way to look up the error report specifically for Chrome-To Phone?
Original comment by dkrussi...@gmail.com
on 12 Dec 2012 at 2:58
I'm not that familiar with the extension code to tell whether there's such a
thing as an error report or similar. In general, unless the extension
maintainer provides additional debugging facilities, all you can do is trace
the code in the (admittedly very good) Chrome developer tools.
I'll try to take a look at the code section in question and see if I can find a
reason why the redirection won't work in your case. I'm currently short on
time, however, and will need to get more accustomed to OAuth in order to
understand what's going on; so please don't expect a quick answer. If someone
else with more expertise on the field is willing to jump in, just go ahead.
Not sure if Windows 8 could be the problem, I rather doubt it. The technologies
involved seem too far away from the OS layer.
Original comment by ttr...@googlemail.com
on 12 Dec 2012 at 10:30
You also stated that you can't see new Gmail messages automatically but need to
hit refresh. That possibly has an influence as well though I can't tell which.
Original comment by ttr...@googlemail.com
on 12 Dec 2012 at 10:37
Actually, Gmail is back to normal right now.
I am not sure, if was acting out really weird couple days ago.
I think its due to the fact that my school's email is also powered by Gmail -
its @edu but just uses gmail server.
sometimes when i got 2 accounts open, then i dont see new emails and have to
hit refresh.
But i figured that its better just leave one account open at once.
Original comment by dkrussi...@gmail.com
on 13 Dec 2012 at 7:23
It worked for me on win 7 and android 4.2.2 just disconnect evrything and
reconnect it will work
Original comment by skhek...@gmail.com
on 20 Mar 2013 at 6:57
I just tried re installing everything, phone app and cpu extension. My phone
has android version 4.0.3 as of right now, it recently went though a system
update. Everything was working fine a few months ago, and then it just stopped
working all together. Led me to the "Redirecting" page and stays their. PLEASE
FIX THIS. or let me know how to!
Original comment by katjanyq...@gmail.com
on 27 Mar 2013 at 5:39
This is still not working for me. On clicking the C2P icon I get the small
popup saying "Please sign in to Chrome to Phone." Clicking the link takes me to
a sign in page with the following warning at the top:
"We are unable to verify the name associated with this application because it
runs on your computer, as opposed to on a website. We recommend you do not
allow access unless you trust the application."
On clicking "Allow access" I am redirected to a completely empty page - no HTML
even.
Original comment by nickjc...@gmail.com
on 30 Oct 2013 at 9:52
Original issue reported on code.google.com by
dkrussi...@gmail.com
on 5 Dec 2012 at 6:11