You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fact that that code is still a horrible mess aside, it shouldn't do that. Can you post a full error message (sensitive data censored of course) showing what is breaking? I suspect this is quite a small fix, and a good opportunity to make the method less of a mess.
The method GoogleAnalyticsQueryV4.execute_query throws an exception when 0 results are returned.
TypeError: 'NoneType' object is not iterable
The expected behaviour would be to return an empty dataframe or a None value
The text was updated successfully, but these errors were encountered: