PhilosChen / appdailysales

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

Enhancement: Add ability to skip past (hit "continue") the iPhone Developer Program License Agreement Update window #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It seems Apple updates their iPhone Developer Program License Agreement several 
times a year.  When they do, a iPhone Developer Program License Agreement 
Update window is loaded directly after logging in.  Would it be possible to 
have the script recognize when the license agreement window comes up and 
automatically select the "continue" option?

Currently, the script produces the following error if one has not accepted the 
license agreement yet:

Unable to load the sales report web page at this time. A number of reasons can 
cause this including delayed reporting and unsigned contracts. Try again later 
or sign into iTunes Connect and verify access.
Traceback (most recent call last):
  File "appdailysales.py", line 391, in <module>
    sys.exit(main())
  File "appdailysales.py", line 384, in main
    downloadFile(options)
  File "appdailysales.py", line 264, in downloadFile
    dailyName = match[0]
IndexError: list index out of range

Original issue reported on code.google.com by pcardull...@gmail.com on 21 Sep 2010 at 11:46

GoogleCodeExporter commented 8 years ago
Sorry, I didn't mean for this to be labeled as a "Defect".  I imagine it is 
more of an "Enhancement".  Can an admin change the type to "Enhancement"? 
Thanks.

Original comment by pcardull...@gmail.com on 21 Sep 2010 at 11:48

GoogleCodeExporter commented 8 years ago

Original comment by kirbyt.w...@gmail.com on 23 Sep 2010 at 12:23