amleszk / appdailysales

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

Unable to find default vendor page #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I have two different iTunes logins for two different accounts.  When I try to 
use either login with this script I get the error 'Unable to find default 
vendor page'.  This script was working for me with both logins a month ago but 
I know iTunesConnect changed and I am just getting around to trying to update 
the script and fix it.

What is the expected output? What do you see instead?
I would expect it to work as my login credentials are correct and I can login 
to the site to see stats.

What version of the product are you using? On what operating system?
I experienced this with both version 2.5 and when using the latest r63 from the 
repository.

Original issue reported on code.google.com by jonathan...@gmail.com on 6 Oct 2010 at 4:25

GoogleCodeExporter commented 8 years ago
It seems that RFC2965 cookie support is required, which is disabled by default. 

After Line 235, add:
    cj.set_policy(cookielib.DefaultCookiePolicy(rfc2965=True))

Cheers,

Matt Finn
Bitcount ltd.

Original comment by troegena...@gmail.com on 6 Oct 2010 at 5:02

GoogleCodeExporter commented 8 years ago
Thanks, that seems to have fixed my problem.

Original comment by jonathan...@gmail.com on 6 Oct 2010 at 5:41

GoogleCodeExporter commented 8 years ago
Thanks  troegenator for the fix. The script in svn has been updated.

-KIRBY

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