Sync issue with Chrome, the page stuck at 'Processing request...'
I am having multiple problems on my Windows 7 (64-bit).
Issue
Google Chrome (34.0.1847.137) was not re-launching whenever I exit browser. When I checked running process in Task Manger, there is always one instance of Chrome (chrome.exe) running. Only when I end this process, I am able to open Google Chrome again.
When I re-installed Google Chrome from scratch, I am not able to Sign in to to Chrome and sync data. The sign in page opens with URL
chrome://chrome-signin/?source=2and always stuck at:Processing request...
with no response. When this page is open, I cannot browse/open any web page. When I close this page, I am able to open any website.
I browsed some Google Forums and I am able to Sign in and sync my data in Google Chrome using the below link:
Investigation and steps done so far:
- Did complete scan of system using Malware tools. Found something called as "SaveSense" and removed it completely.
- Tried to refresh user profile many times by renaming "Default" folder in
C:\Users\anurag_u\AppData\Local\Google\Chrome\User Data\ - Reinstalled Google Chrome completely from scratch after uninstall using Advanced Uninstaller Pro. I also tried installing Google Chrome Canary and Chromium. But the same issue still happens. I have deleted all the extensions from Google Chrome.
- I have already unchecked "Continue running background apps when Google Chrome is closed" in Advanced menu of Google Chrome and have no Cloud print setup.
Any help/instructions to debug is appreciated.
22 Answers
Page opens and always stuck at Processing request... with no response.
This could be still relevant with recent Chrome versions and Processing request... can be related to variety of things. Here are some suggestions:
- Disable Automatically detect settings in your Connections/LAN settings. see: Chrome Slow Startup
Disable all extensions or test in Incognito mode.
E.g. check by going to
chrome://extensions/.Try clearing caches by going to
chrome://settings/clearBrowserData.Try reinstalling browser. Also try installing Google Chrome Canary if same is happening.
Check your DNS servers, as it could be related to DNS lookup timeout. For example add Google Public DNS such as:
8.8.8.8and8.8.4.4.Disable any proxies or connected VPN.
Try enabling or disabling IPv6 in your network adapter settings, also in your router settings.
See this comment which suggest to enable IPv6:
I ended up solving this issue by configuring ipv6 on my network (I had ipv6 disabled on my dhcp server). It seems that a lot of extensions attempt to contact ipv6 addresses on startup. Once those addresses were able to resolve using a working ipv6 connection, all my startup delay issues went away.
And this one which suggest to disable IPv6:
It seems just unchecking IPV6 on all of the network adapter properties solves the issue. I'll wait a couple days to see if the work around sticks but this has been a thorn in my side for some time now.
On Windows, try the following commands which may help:
ipconfig /flushdns nbtstat -R netsh winsock reset netsh int ipv4 reset netsh int ipv6 resetCheck this comment:
netsh winsock resetwill fix it for a short amount of time. This only seems to affect our Windows 7 computers and not our Windows 8 computers.Temporary disable or uninstall anti-virus, firewalls and similar.
- Try changing into different network (e.g. VPN or mobile hotspot) to see if the problem persist.
Debugging
- Enable logging by running Chrome from the command-line with
--enable-loggingor--v=1parameter. - Check if anything is happening by opening DevTools (Network and Console tabs).
- Go to
chrome://histogramsto display stats accumulated from browser startup to previous page load (you may search forDelayorThrottlekeywords). Use
chrome://tracingto record and debug any processing issues, then analyse the data, especially by checking the most consuming component which web browser was stuck at.Here is the example:
Related Google Chrome issues:
- Issue 582954: Stuck on "processing request" when first started
- Issue 777121: Loading stuck at Processing Request...
- Issue 363488: Browser slow to load with extensions
If none of above helps, please the bug report with details of the issue, ideally with attached trace_record.json.gz file generated at chrome://tracing while reproducing the problem.
I have been having this same issue and I am somewhat hopeful I have found the solution. This worked for me as I have not had the issue again. I believe it has to do something with corrupted sync data on your chrome profile. On a side-note this fix may remove all your saved bookmarks so might want export them out 1st so you can re-import when done. This is what I did:
- Close all instances of Chrome and open a single Chrome tab
- Open Chrome Settings, and select "Sync and Google Services"
- Select "Data from Chrome sync"
- From the bottom select "Reset Sync"
- Once completed close and restart Chrome.
By doing this it will Reset sync to clear your data from the server and remove your passphrase. Once it is completed it turns off the sync by default. At this point it corrected my issue, I then re-enabled my sync and it still seems to be fixed.
As I said this method resolved my issue, I hope it works for you, give it a shot.