Error Code: bX-4wouuu When you try to see blogger stat

When you try to view your blogger stat you may get an error "bX-4wouuu". The message will look similar to below image 

We're sorry, but we were unable to complete your request.
When reporting this error to Blogger Support or on the Blogger Help Group, please:
Describe what you were doing when you got this error.
Provide the following error code.
bX-4wouuu
This information will help us to track down your specific problem and fix it! We apologize for the inconvenience.
This error may caused by the browser cache or some of the installed chrome Extensions. 
In order to resolve the error, first clear the browser cache. If this did not resolve the problem then some extension might be the culprit. In my case it was "DAP Link Checker extension". 
Disable the extension and relaunch the chrome you should able to see the blogger stat. This extension gets installed by default when you install DAP. 

If you don't have the DAP extension installed then try removing available extensions one by one and check which is causing the problem.

Note : To disable the extension in chrome Go to Tools->Extensions and un-select the extension which you want to disable. To reflect the change you will need to relaunch the chrome.

1 comment:

  1. Had this same problem on Firefox. Cleared cache and still there. Worked fine the day before and did nothing different.

    ReplyDelete

Golang: Http POST Request with JSON Body example

Go standard library comes with "net/http" package which has excellent support for HTTP Client and Server.   In order to post JSON ...