mgozdiskowski / youtube-direct

Automatically exported from code.google.com/p/youtube-direct
0 stars 0 forks source link

Error Message when user clicks "Allow Access" button #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On Youtube Authorize Access to Your Account page, I click "Allow Access"
2. This error message appears: Error: [Line 1, Column 3600, element 
yt:statistics] Unknown attribute: 'totalUploadViews'
3.

What is the expected output? What do you see instead?
Expected output is to take me back to my website so I can fill out my form and 
submit my youtube video.

What version of the product are you using? On what operating system?
Eclipse Galielo 3.5 and Mac OSX. I implemented this almost exactly a year ago 
and it was working fine then. 

Please provide any additional information below.
I'm not a developer. I followed the getting started tutorial last year and 
everything worked fine. I assumed since there is a new version of youtube 
direct, that I needed to update some files. I attempted to follow the tutorial 
again but get several error messages when I get to the step where I check out 
from SVN and they aren't the specified errors that the speaker talks about in 
the video. So I can't even start from scatch without running into problems.

I've spent several days troubleshooting this issue (about a week) and I can't 
figure it out. Please help! This needs to be up and running by Friday.

Original issue reported on code.google.com by MissionE...@gmail.com on 8 Feb 2011 at 12:37

GoogleCodeExporter commented 8 years ago
Please see the announcement at 
http://groups.google.com/group/youtube-api/browse_thread/thread/2d8e25ad5928cde9
# regarding the underlying cause.

The easiest thing to do would be to update to the latest release of YouTube 
Direct, which includes the updated Java libraries. If you'd prefer not to do 
that, perhaps because you've already made significant customizations to the 
codebase, you can simply swap in the updated Java libraries into your local 
WEB-INF/lib/ directory and redeploy your YouTube Direct instance.

Original comment by api.je...@gmail.com on 8 Feb 2011 at 10:47