PhilosChen / appdailysales

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

Accept iPhone Developer Program License Agreement Update #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The script fails downloading the sales report when "the new" iPhone Developer 
Program License Agreement Update has to be accepted with pressing the 
"continue" button to get to your dashboard.

I uploaded the iTunes Connect continue page HTML source 
http://gist.github.com/612253

The button to press is in line 131.

The error msg from the script is:

-- begin script --
Signing into iTunes Connect web site.
Accessing Sales and Trends reporting web site.
Unable to find the Sales and Trends URL.
Traceback (most recent call last):
  File "appdailysales.py", line 490, in <module>
    sys.exit(main())
  File "appdailysales.py", line 483, in main
    downloadFile(options)
  File "appdailysales.py", line 266, in downloadFile
    backtrackedId = match[0]
IndexError: list index out of range

Script (v. 2.5) is running on Python 2.7 on WinXP SP3

Original issue reported on code.google.com by phl.ber...@gmail.com on 5 Oct 2010 at 8:28

GoogleCodeExporter commented 8 years ago
I changed this to an enhancement request instead of a defect. It's doubtful the 
I'll ever modify the script to bypass the license agreement since it has 
possible legal ramifications.

Original comment by kirbyt.w...@gmail.com on 31 Oct 2010 at 5:33

GoogleCodeExporter commented 8 years ago
Yes, we decided for the same legal reason not to click it automatically.
What I'll do it to throw and exception when it occurs.

Original comment by phl.ber...@gmail.com on 27 Nov 2010 at 7:37