This is a big problem for many Devs throughout much of the world. There are quite a few other threads here on the subject.
One workaround is to use a VPN for the UK or Germany (two of the few places for which iTC still works)
Or you can try the workaround given by Matthew Lenton on his Twitter Feed:
twitter.com/psyclr/status/623099998687789057
I'm sure he's tried to post his workaround here, but he probably included links to the before and after pics in his post, which would have sent it into moderation (a state of limbo that can last many days).
It's been confirmed as working on 9to5mac.com (It has it's own article). The pictures are a little hard to read due to being low res, but basically:
- Open https://itunesconnect.apple.com in Chrome
- Use the built-in JavaScript debugger in Chrome Developer Tools under the "Sources" tab.
- Look at page-wrapper_cntrl.js
- Add break-point at line 29 of the script (or earlier)
- Reload page
- Remove line 46 });
- In line 32, substitute data.data; with {};
- Remove line 31
- Unpause the debugger