I\'m using responsive Google Ads on my website but unfortunately it is not working all the time and most of time it is returning
TagError: adsbygoogle.pus
The error occur if have responsive theme and responsive adsense unit. So, if you define the width and height in CSS (not as %), this will solve (at least it solve my issue)
#sidebar { width: width of your ad px; height: height of your px; }