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

Problems since last iTunesConnect Update #11

Open
ghost opened this issue Mar 11, 2013 · 5 comments
Open

Problems since last iTunesConnect Update #11

ghost opened this issue Mar 11, 2013 · 5 comments

Comments

@ghost
Copy link

ghost commented Mar 11, 2013

Since last iTunes Connect Update the script doesn't work anymore. Someone here who's good at python

@mkerley
Copy link

mkerley commented Mar 11, 2013

The readme says this project is retired, so you may not get a fix here.

I switched to the appsome fork as a result of the iTunes Connect update. It's working great. Though I did have to set up Apple's auto-ingest tool (see Apple documentation). You can basically put it in the same directory as the appsome appdailysales.py script and it should be good to go.

@ghost
Copy link
Author

ghost commented Mar 12, 2013

Sounds good, but on my Server no Java is installed. I contacted the provider....

@ssuyu
Copy link

ssuyu commented Mar 12, 2013

Hi mkerley , I try appsome fork ,but it not work for me. It has some error

File "appdailysales.py", line 338, in ?
sys.exit(main())
File "appdailysales.py", line 331, in main
downloadFile(options)
File "appdailysales.py", line 255, in downloadFile
output = subprocess.check_output(
AttributeError: 'module' object has no attribute 'check_output'

@ghost
Copy link
Author

ghost commented Mar 12, 2013

my error is:

Traceback (most recent call last):
File "appdailysales.py", line 341, in
sys.exit(main())
File "appdailysales.py", line 334, in main
downloadFile(options)
File "appdailysales.py", line 259, in downloadFile
['java', '-cp', path, 'Autoingestion', appleId, password, vendorId, 'Sales', 'Daily', 'Summary', dateString])
File "/usr/lib/python2.7/subprocess.py", line 530, in check_output
process = Popen(stdout=PIPE, _popenargs, *_kwargs)
File "/usr/lib/python2.7/subprocess.py", line 672, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1213, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

@ghost
Copy link
Author

ghost commented Mar 12, 2013

Found a good solution via php
http://www.karlmonaghan.com/2011/09/18/a-sunday-afternoon-project-providing-app-store-stats-via-json/

simply change the datebase table und fields and all is fine

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