PhilosChen / appdailysales

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

report is not available - try again later #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run appdailysales with userId/password without arguments

What is the expected output? What do you see instead?
Reports are not being downloaded. Instead:

/Library/Python/2.6/site-packages/gdata/tlslite/utils/cryptomath.py:9:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
  import sha
-- begin script --
reportDates:  ['11/20/2009']
11/20/2009 report is not available - try again later.
Traceback (most recent call last):
  File "/Users/ejo/SymbolicArmageddon/SalesData/SAReport", line 46, in <module>
    appdailysales.downloadFile(options)
  File "/Users/ejo/SymbolicArmageddon/SalesData/appdailysales.py", line
323, in downloadFile
    raise ITCException, '%i report(s) not available - try again later' %
unavailableCount
appdailysales.ITCException: '1 report(s) not available - try again later'

What version of the product are you using? On what operating system?
appdailysales 1.9, python 2.6.1, Mac OSX 10.6.mumble

Please provide any additional information below.

The error output is from my script which calls appdailysales, but the same
error results ( sans failed exception catching ) when appdailysales is run
standalone with the proper credentials.

This behavior began three days ago.  My software configuration has not
changed.  I'm guessing the problem is due to Apple changing the iTunes
Connect, but I haven't had the time ( or frankly the expertise ) to track
it down.

I've attached the script I'm using to drive it 

Original issue reported on code.google.com by erik.osh...@gmail.com on 21 Nov 2009 at 8:20

Attachments:

GoogleCodeExporter commented 8 years ago
Digging some more, I found the recommendation to use "Beautiful Soup".  The 
script
now functions as expected when Beautiful Soup 3.07a is installed and used.

Original comment by erik.osh...@gmail.com on 21 Nov 2009 at 8:27

GoogleCodeExporter commented 8 years ago
Something did change with iTunes Connect either Wednesday or Thursday. 
Unfortunately I have not had time to 
research the problem and fix it.  I'm hoping I can do this Sunday or Monday.  
Meanwhile, as you pointed out, you 
can install Beautiful Soap to work around the problem.

Thans for reporting the issue.

Original comment by ki...@thecave.com on 21 Nov 2009 at 9:34

GoogleCodeExporter commented 8 years ago
Whew. I'm not crazy :)  Thanks for an excellent application that saves me time 
and
effort daily!

Original comment by erik.osh...@gmail.com on 22 Nov 2009 at 2:00

GoogleCodeExporter commented 8 years ago
Hi,

Thank you very much for this excellent application....I also get the similar 
errors
recently.

Original comment by wongh...@gmail.com on 23 Nov 2009 at 9:09

GoogleCodeExporter commented 8 years ago
Hi all, any news about update or easier work-around ? Btw, thanks for that 
script. It's really helpful. When works 
:)

Original comment by goo...@nigdzie.pl on 23 Nov 2009 at 11:09

GoogleCodeExporter commented 8 years ago
I'm going to work on a fix today.  Sorry for the delay but I've been extremely 
busy over the last week.

As a temporary working around, you can install Beautiful Soap.  When Beautiful 
Soap is available the script 
follows a different set of logic for downloading the sales reports, which is 
less prone to problems if/when Apple 
changes something.

Original comment by ki...@thecave.com on 23 Nov 2009 at 2:07

GoogleCodeExporter commented 8 years ago
thank you very much. Just to confirm that "beautiful soup" solved the issue.

Original comment by goo...@nigdzie.pl on 23 Nov 2009 at 3:31

GoogleCodeExporter commented 8 years ago
The problem has been fixed. Download version 1.10 for the latest fix.

For those wondering, Apple added 2 new form items, Fiscal Calendar and User 
Guide, which caused the problem. 

Sorry for the delay getting the fix out the door.

-KIRBY

Original comment by ki...@thecave.com on 24 Nov 2009 at 2:19