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
Google2Piwik works very fine, but it does not import data from 2010-06-15 and 2010-06-16. Every time I try to do it, the script throws the following error:
Exporting 2010-06-15
Traceback (most recent call last):
File "google2piwik.py", line 662, in
export_period(start_date, end_date)
File "google2piwik.py", line 71, in export_period
export_day(str(currentdate), fetcher)
File "google2piwik.py", line 114, in export_day
simulator.initialize(fetcher, "ga:latitude,ga:longitude,ga:hour,ga:flashVersion,ga:javaEnabled,ga:language,ga:screenResolution", "ga:visits")
File "google2piwik.py", line 371, in initialize
self.visits[index].first(visit)
IndexError: list index out of range
I also had an issue with this except the date was 2010-06-10. Still right around the same period.
Traceback (most recent call last):
File "google2piwik.py", line 669, in <module>
export_period(start_date, end_date)
File "google2piwik.py", line 73, in export_period
export_day(str(currentdate), fetcher)
File "google2piwik.py", line 118, in export_day
simulator.initialize(fetcher, "ga:latitude,ga:longitude,ga:hour,ga:flashVersion,ga:javaEnabled,ga:language,ga:screen
Resolution", "ga:visits")
File "google2piwik.py", line 375, in initialize
self.visits[index].first(visit)
IndexError: list index out of range
Google2Piwik works very fine, but it does not import data from 2010-06-15 and 2010-06-16. Every time I try to do it, the script throws the following error:
Exporting 2010-06-15
Traceback (most recent call last):
File "google2piwik.py", line 662, in
export_period(start_date, end_date)
File "google2piwik.py", line 71, in export_period
export_day(str(currentdate), fetcher)
File "google2piwik.py", line 114, in export_day
simulator.initialize(fetcher, "ga:latitude,ga:longitude,ga:hour,ga:flashVersion,ga:javaEnabled,ga:language,ga:screenResolution", "ga:visits")
File "google2piwik.py", line 371, in initialize
self.visits[index].first(visit)
IndexError: list index out of range
It seems to be depending on the date, I found someone who has exactly the same issue as I, with the same date : http://martonholdings.com/offer/open-source-projects/google2piwik/default.htm#comment-1607
The text was updated successfully, but these errors were encountered: