Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error exporting 2010-06-15 and 2010-06-16 #3

Open
ghost opened this issue Nov 29, 2012 · 2 comments
Open

Error exporting 2010-06-15 and 2010-06-16 #3

ghost opened this issue Nov 29, 2012 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 29, 2012

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

@tetsuo13
Copy link

tetsuo13 commented Oct 7, 2013

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

@mixable
Copy link

mixable commented Nov 8, 2014

Same problem here. The dates 2010-06-14 and 2010-06-15 also returned this error during my export. All other dates worked without any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants