amleszk / appdailysales

Automatically exported from code.google.com/p/appdailysales
0 stars 0 forks source link

Broken as of 10/08/26 (Apple changed their system) #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I created this issue ticket a few days ago but it seems to be missing now and I 
didn't receive any notice of changes in the issue, so I'm re-posting in hopes 
that it gets some attention from a Dev and hopefully gets fixed.

Basically the script was working fine up until a few days ago when Apple 
changed the way their reports system works. Now instead of the script producing 
a CSV report file, it spits out this error:

Traceback (most recent call last):
  File "appdailysales.py", line 353, in <module>
    sys.exit(main())
  File "appdailysales.py", line 346, in main
    downloadFile(options)
  File "appdailysales.py", line 247, in downloadFile
    urlDownload = urlBase % match[0]
IndexError: list index out of range

Original issue reported on code.google.com by luper...@gmail.com on 30 Aug 2010 at 8:07

GoogleCodeExporter commented 8 years ago
Further info:

The version of the script that I've downloaded is 1.10 however if I look at the 
script itself, it says that it's version 1.9

Not sure if this is because the author forgot to update the versioning info in 
the script itself, or whether version 1.9 is being packaged as version 1.10 in 
the zip file on the downloads page... In any case she's not workin! ;)

Original comment by luper...@gmail.com on 30 Aug 2010 at 8:11

GoogleCodeExporter commented 8 years ago
@luperdot, I responded to your previous issue, issue 16.  The issue is not 
missing.  The status has changed to done.  Take a look at issue 16 for an 
explanation of why you are getting the error.  In case you need it, the URL to 
issue 16 is:

http://code.google.com/p/appdailysales/issues/detail?id=16&can=1

Regarding the version number in the comment section of the .zip download, yes, 
I forgot to change the version number before making the .zip file. The 
commented version number has been corrected in the svn repository. I just never 
took the time to update the .zip since the only change is the comment.  

-KIRBY

Original comment by whitepea...@gmail.com on 31 Aug 2010 at 4:36

GoogleCodeExporter commented 8 years ago
Ahh yes, just had to search under "All Issues"

...however it shouldn't have been marked "Done" since the issue is not resolved.

Thanks for the clarification though, I'll continue this under the original 
thread. :)

Original comment by luper...@gmail.com on 17 Sep 2010 at 12:51

GoogleCodeExporter commented 8 years ago
Sorry for marking it as done. There is no other appropriate status. I will 
change Issue 16 to New so it shows in the open list.

Original comment by kirbyt.w...@gmail.com on 17 Sep 2010 at 1:09