Giter Club home page Giter Club logo

youtube-direct's People

Contributors

jeffposnick avatar

Watchers

 avatar

youtube-direct's Issues

Playlist code from assignment inserted but page appears blank

What steps will reproduce the problem?
1. Copy and paste playlist code from admin panel into page
2. save and view
3. page appears blank, no player nor videos

What is the expected output? What do you see instead?
I expected to see a player with approved videos available for play.  
Instead I see a blank page.

What version of the product are you using? On what operating system?
I am using the latest download from svc files on windows vista

Please provide any additional information below.

I am sure the problem is simple.  Do I need to also code a player widget?  
Perhaps this isn't included in the playlist code?

Original issue reported on code.google.com by [email protected] on 1 Feb 2010 at 11:41

Add support for custom fields

Submission metadata should be extensible

More info in the thread below : 

https://groups.google.com/group/youtube-api-gdata/browse_thread/thread/f38ecb999
c5da266/b3075f7767b6344b?lnk=gst&q=Customising+upload+form#b3075f7767b6344b

Original issue reported on code.google.com by [email protected] on 14 Jul 2010 at 1:09

Could not retrieve YouTube upload token: 400: Upload token returned from YouTube API is null.

What steps will reproduce the problem?
1. Filling form to upload video on appspot


What version of the product are you using? On what operating system?
YouTube Direct 2.0 


When i try to upload a video i get
"Could not retrieve YouTube upload token: 400: Upload token returned  from 
YouTube API is null. Please make sure that all request parameters  are valid."
I authenticated app and provided developer key.

Original issue reported on code.google.com by [email protected] on 8 Oct 2010 at 7:48

Doesnt run on local yet

I have been trying on this from past 15 days 

iam getting this error
4 Jul, 2010 12:51:36 PM com.google.appengine.tools.info.LocalVersionFactory 
getVersion
INFO: Could not find API version from 
D:\Users\Xyrane\workspace\ytd\war\WEB-INF\lib\.svn
java.io.FileNotFoundException: 
D:\Users\Xyrane\workspace\ytd\war\WEB-INF\lib\.svn (Access is denied)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at com.google.appengine.tools.util.ApiVersionFinder.findApiVersion(ApiVersionFinder.java:37)
    at com.google.appengine.tools.info.LocalVersionFactory.getVersion(LocalVersionFactory.java:65)
    at com.google.appengine.tools.info.UpdateCheck.getLocalVersion(UpdateCheck.java:116)
    at com.google.appengine.tools.info.UpdateCheck.checkForUpdates(UpdateCheck.java:95)
    at com.google.appengine.tools.info.UpdateCheck.doNagScreen(UpdateCheck.java:168)
    at com.google.appengine.tools.info.UpdateCheck.maybePrintNagScreen(UpdateCheck.java:136)
    at com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:150)
    at com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
    at com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:113)
    at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:89)


Original issue reported on code.google.com by [email protected] on 24 Jul 2010 at 7:25

Language other than english in admin->configuration->initial message throws error

What steps will reproduce the problem?
1. Put "Γεια" in Initial Message
2. Check the page where the javascript is embedded

What is the expected output? What do you see instead?
When I click the "Submit your video response" I get this

Uncaught exception from servlet
java.lang.ClassCastException: java.lang.IllegalArgumentException cannot be
cast to javax.servlet.ServletException
    at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.ja
va:754)
    at org.apache.jsp.embed_jsp._jspService(embed_jsp.java:94)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
    at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.jav
a:1093)
    at
com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUplo
adFilter.java:97)
    at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.jav
a:1084)
    at
com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter
.java:35)
    at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.jav
a:1084)
    at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(Transactio
nCleanupFilter.java:43)
    at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.jav
a:1084)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppCo
.....

What version of the product are you using? On what operating system?
Downloaded from the site (not from svn). On GAE.

Please provide any additional information below.
Maybe a utf8 conversion is needed?

Original issue reported on code.google.com by [email protected] on 19 Dec 2009 at 11:56

Upload in Firefox and IE causes "Connection Reset" errors

What steps will reproduce the problem?
1. Open Firefox or IE
2. Attempt to upload large videos (80+ MB)
3.

What is the expected output? What do you see instead?
I would expect for the API to be able to upload the video properly, as it
does in Safari, Chrome, and Opera.  What I see instead (when I expand the
hidden iFrame) is "The connection was reset" in Firefox and "Internet
Explorer cannot display this webpage" in IE.

What version of the product are you using? On what operating system?
I am using the latest build on Windows.

Please provide any additional information below.
As previously mentioned, the upload has never failed in Safari, Chrome, or
Opera.  The sample video I've traditionally used (88 MB) has been uploaded
successfully to our YouTube account through YouTube itself and one time
through our app using Internet Explorer.  A second video (92 MB)
successfully uploaded using Firefox, but failed a second time I've tried. 
Smaller videos don't appear to be affected.

Original issue reported on code.google.com by [email protected] on 9 Apr 2010 at 6:05

Uploaded videos are truncated by over 60 seconds!

What steps will reproduce the problem?
1. Click Upload with the intent of recording a video
2. Click the Record from Webcam button
3. Begin recording a video.  When finished, stop recording.
4. Upload the video and wait for it to be processed.
5. Play back your video only to discover the last 60 seconds are missing.

What is the expected output? What do you see instead?
I expect my complete video to be there, but what I get is the last minute
of it missing.

What version of the product are you using? On what operating system?
I am running Windows XP Pro on all the machines I have seen this on.

Please provide any additional information below.
I have tried it from Firefox 3, Firefox 3.5, Safari 4 (PC), Google Chrome
and IE7 from a Dell 610 laptop, a Dell 620 laptop, and three other desktop
computers, and two or three different cameras, all with stunningly
predictable results (although I lost nearly TWO AND A HALF MINUTES on one
particular capture).  And it has been well over a year now!  I just figured
maybe someone wasn't testing this stuff, but I see it is not listed as an
issue, so am rather confounded by the whole thing.  Am I the only one using
this feature???

Original issue reported on code.google.com by [email protected] on 6 Jan 2010 at 7:11

Unable to load default SVN Client

What steps will reproduce the problem?
1. When I follow the instructions "Sync your Eclipse project to the YTD 
codebase|

2. And get to the stage "Enter 
"http://youtube-direct.googlecode.com/svn/trunk/" as the URL. * Click on the 
URL to highlight it. Click the Finish button. "
3. It gives me a message "Unable to load default SVN Client"

Original issue reported on code.google.com by [email protected] on 28 Sep 2010 at 6:54

Attachments:

SVN Checkout Problems

What steps will reproduce the problem?
1. adding the SVN Repository (SVN Checkout)
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
MAC 
Eclipse Java EE IDE for Web Developers.

Version: Helios Release
Build id: 20100617-1415

(c) Copyright Eclipse contributors and others 2005, 2010.  All rights reserved.

Please provide any additional information below.
Did I install the correct subclipse? If I didn't, how do I reinstall it, and 
where is the correct one?

thanks.


Original issue reported on code.google.com by [email protected] on 14 Jul 2010 at 9:08

Attachments:

Request failed: TypeError: text.replace is not a function

What steps will reproduce the problem?
1. When I create a assignment


What is the expected output? What do you see instead?
Assignment should be created./Nothing

What version of the product are you using? On what operating system?
2.0 Mac OS

P

Original issue reported on code.google.com by [email protected] on 28 Jul 2010 at 4:50

Could not retrieve YouTube upload token: Bad Request: Won't Upload New Files

What steps will reproduce the problem?
1. Open Your Upload Page (http://seniors4generations2.appspot.com/example.html)
2. Click Upload Video and Fill Out Form
3. See Error... Could not retrieve YouTube upload token: Bad Request

What is the expected output? What do you see instead?
Will not upload video. Kicks error back "Could not retrieve YouTube upload 
token: Bad Request"

What version of the product are you using? On what operating system?
YTD 2.0, MAC OS X SNOW LEPOARD, GOOGLE APPENGINE

Please provide any additional information below.
It Uploaded a video only once, but it did not show the success page, instead it 
showed the same Error "Could not retrieve YouTube upload token: Bad Request". 
When looking at the user account, it did in fact show the uploaded video on 
youtube. 

Original issue reported on code.google.com by [email protected] on 11 Jul 2010 at 5:05

problem installing ytd-2

hi, i am trying to deploy ytd 2.0, i downloaded appengine (1,3,5) i wanted to 
run locally but i get that Service Unvailable 503 when i executed 
"./appengine-java-sdk-1.3.5/bin/dev_appserver.sh -p 80 -a 174.143.157.224 
war"the i try to deploy to appengine with  
"./appengine-java-sdk-1.3.5/bin/appcfg.sh update war" an i get the next errors: 
http://pastebin.com/HJKSDTsE
and in tmp log http://pastebin.com/D1QQTGbu

Anybody that can help me about it? i dont found nothing about this problem

greetings

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 8:32

Authentication produces "Unknown Attribute" Error

What steps will reproduce the problem?
1. Embed uplaod code in web site
2. Click "Submit Your Video Response"
3. Click "Login" to youtube
4. Click "Allow Access"

What is the expected output? What do you see instead?
Expected response is to be taken back to website to upload the video.  What 
I see instead is an error similar to: "Error: [Line 1, Column 2664, element 
yt:statistics] Unknown attribute: 'totalUploadViews'"

What version of the product are you using? On what operating system?
I'm using youtube-direct, deployed on google app engine.  Error duplicates 
as such on all operating systems and browesers

Please provide any additional information below.
Error also occurs when I log into the admin console of the my ytd app and 
try to "reauthenticate"  Please help

Original issue reported on code.google.com by [email protected] on 20 Apr 2010 at 6:40

Order by date added to feed

What steps will reproduce the problem?
1. Displaying videos through the youtube api

What is the expected output? What do you see instead?
We would like to be able to display videos based on the order they were 
submitted to the playlist instead of when they were published to youtube. 
Especially since it only pulls 50 videos at a time, this makes it very 
likely that already existing videos submitted to the feed will never even 
appear on our page.

What version of the product are you using? On what operating system?
Most recent Version
Windows XP


Please provide any additional information below.
While we really love this ability to integrate youtube videos as well as 
allow users to upload and add videos to our site, we don't feel this is 
something we can be able to use without being able to sort videos by most 
recently added to the playlist. This is something we'd really like to be 
able to get around.

Original issue reported on code.google.com by [email protected] on 2 Apr 2010 at 3:46

When auth token expires or is invalidated, video detail display in admin tool does not refresh the metadata

What steps will reproduce the problem?
1. Submit video
2. Revoke token granted to YTD
3. Login to admin tool, metadata is not displayed/refreshed

What is the expected output? What do you see instead?

YTD should try to obtain metadata from uploads or videos feed

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 23 Jul 2010 at 1:01

Would be nice to check for/prevent simultaneous admin actions

Admins A and B both log in the the admin and bring up the details for the same 
video, if admin A chooses to reject, then if admin B approves their change is 
allowed. It would be good if it checked that they weren't updating a stale view 
of the submission, and stopped them from updating until they'd refreshed (or 
have it refresh automatically).
(If you have a YouTube Contest management-area to log in to, you can see how it 
works there.)

Original issue reported on code.google.com by [email protected] on 27 Oct 2010 at 1:51

YouTubeSearch & Play wizard glitch

What steps will reproduce the problem?
1. go t my groupsite "mcgyvertv.com" summary tab intro
2. click on "mcgyvertv", "mini-me trailers", "pinkslipmixers", "jackie 
Johnson" and you will see they do not search function like all others do
3. This was not the case when I first embeded API code as the first day it 
all seemed to work with search results consistent with my iPhone YouTube 
Search.. 
What is the expected output? What do you see instead?

Please help or explain what is going on as to why their are no search 
results for these specific tags???

What version of the product are you using? On what operating system?

not sure what version... but I am on Vista, but believe I first tested on 
windows XP and it worked first day

Please provide any additional information below.

See: www.mcgyvertv.com 

Original issue reported on code.google.com by [email protected] on 14 Dec 2009 at 9:19

Uploaded videos going into uploader's YouTube account instead of appengine / yt account.

What steps will reproduce the problem?
1. Upload a video with a youtube account NOT associated with the yt dev key.
2.
3.

What is the expected output? What do you see instead?
Expected: The account with the yt dev key creates a playlist for the
assignment, user uploaded videos are added to that playlist.
Actual: The account with the yt dev key creates a playlist for the
assignment, user uploaded videos are added to that users account, NOT the
one associated with the yt dev key. 

What version of the product are you using? On what operating system?
ytd-20091113.tar.gz
OS X Leopard - Firefox 3.5 / The app is running on *.appspot.com

Please provide any additional information below.
I'm using two yt accounts. One which has created the ytd application on
appengine / requested a yt dev key / authorized domain in google. And the
other account to test as a random user uploading a new video. I'm guessing
something with either the cookie? Thanks!

Original issue reported on code.google.com by [email protected] on 6 Jan 2010 at 7:48

Encoding videos submitted via my website

Hey,

in my case its taking ages. In fact I am waiting 4 hours for two videos and
they are still not encoded.

How long is it gonna take?

Jakub
http://www.youtube.com/watch?v=u_RNziV5E78

Original issue reported on code.google.com by [email protected] on 9 Dec 2009 at 2:59

Videos approved before youtube processing completed do not appear in playlist

What steps will reproduce the problem?
1. Upload video via upload form
2. Approve video immediately after upload

What is the expected output? What do you see instead?
Video should appear in playlist, instead it shows as approved in the admin 
panel and is not added to the playlist

What version of the product are you using? On what operating system?
20091113 on OS X 10.6 

Please provide any additional information below.
Through some experimentation i believe this issue is because the video is 
not processed before the server attempts to add it to the playlist and 
therefore is not found. 

Original issue reported on code.google.com by [email protected] on 26 Jan 2010 at 1:03

Not more than 1 video appearing

What steps will reproduce the problem?
1. upload the video 
2. use the moderation tool to approve video
3. check the playlist

What is the expected output? What do you see instead?
Answer - When we are uploading videos using the upload form. The video 
then goes to moderation tool where we approve the same and it shows as 
Approved. But when we refresh the Playlist then it does not show up. It 
keeps showing the first video we uploaded and approved.

What version of the product are you using? On what operating system?
- we downloaded the latest you tube direct code from the website and the 
operating system is Windows XP

Please provide any additional information below.

I am from NDTV Convergence and we already running a channel called 
youtube.com/ndtv. We want to implement you tube direct on our varios 
websites including ndtv.com but we are unable to do so because of this 
problem.

Would highly appreciate if this can be resolved ASAP.

thanks
Pooja Kapoor
[email protected]

Original issue reported on code.google.com by [email protected] on 18 Jan 2010 at 7:51

403 Forbidden Accessing admin section with admin user credentials

What steps will reproduce the problem?
1. Just installed, built and uploaded YouTube Direct v2.0 to my Google App 
Engine
2. Visited the /admin page within the application and entered my Google App 
Engine user account
3.

What is the expected output? What do you see instead?
Expecting to be logged successfully into the admistration/moderation panel for 
the YTD app.
Instead, received "Error: Forbidden Your client does not have permission to get 
URL /admin from this server." message

What version of the product are you using? On what operating system?
Windows XP (SP3)
Eclipse Java EE IDE for Web Developers Version: Helios Release
Build id: 20100617-1415

Please provide any additional information below.
I'm not certain what other information to provide in order to help assist in 
troubleshooting this issue.  Please advice.

Original issue reported on code.google.com by bretta%[email protected] on 17 Sep 2010 at 10:49

you tube direct admin page problems, i get this error (Request failed: SyntaxError: JSON.parse) when i click on any submit buttons. for instance save changes on config tab or new assignment on assign. tab and as expected no changes are saved and no new assignments created.

What steps will reproduce the problem?
1. hitting the buttons mentioned above
2. logging out and back in shows that all fields changed are reset
3.

What is the expected output? What do you see instead?
saved changes 

What version of the product are you using? On what operating system?
2.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Aug 2010 at 7:13

HTTP 500 issue

What steps will reproduce the problem?
1. At admin i am getting error in YTD
2.
3.

What is the expected output? What do you see instead?
Expected out was run admin as per given in video but it does not work.
It gives error and i attaching the screen shot
What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Aug 2010 at 12:56

Attachments:

Sync your Eclipse project to the YTD codebase

What steps will reproduce the problem?
1. While Sync. YTD code base into eclipse. 
2. Unable to load SVN client
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

I am using Eclipse 3.5 (Galileo),operating system is windows7
Please provide any additional information below.

you can see snap shot in attachment.

Original issue reported on code.google.com by [email protected] on 30 Nov 2009 at 2:52

Attachments:

Error while run YTD code

What steps will reproduce the problem?
1. When I run the YTD project as web application
2.
3.

What is the expected output? What do you see instead?
Application should be run as i followed the video but it gives error

What version of the product are you using? On what operating system?
I an using latest version of YTD and Galileo For Eclipse

Please provide any additional information below.
I have attached files
1. error_run.jpg = When i press run as web application button
2. error_after_run.jpg= When we press proceed even after error and it give this 
out put
3. error_in_browser.jpg = Error when i  try to run application in browser

Original issue reported on code.google.com by [email protected] on 14 Aug 2010 at 7:41

Attachments:

Python version

Please release a python version of the YTD platform, for AppEngine.
Thanks!

Original issue reported on code.google.com by [email protected] on 12 Dec 2009 at 4:32

Uploaded and accepted videos are not added to the assignments playlists

What steps will reproduce the problem?

1. Deploy Youtube Direct exactly as indicated in 
http://code.google.com/p/youtube-direct/wiki/GettingStarted
2. Create a new assignment
3. Create a new webpage with the TYD embed code
4. Upload a new video
5. Accept the submitted video
6. Click on the assignment playlist link

What is the expected output? What do you see instead?
I get the following error "All videos in this playlist have been removed"

It appears that the uploaded videos are not added to the assignment 
playlist.

Original issue reported on code.google.com by [email protected] on 22 Dec 2009 at 11:05

Authentication Failure w/ YTD 2.0 and secure AuthSub

What steps will reproduce the problem?
1. http://lancasteronline.com/html/ytdirect.html
2. Login to YouTube
3. Allow Access

What is the expected output? What do you see instead?
I should be redirected back to the upload page, but instead I get a Error: 401: 
OK


What version of the product are you using? On what operating system?
trunk: 528

Please provide any additional information below.
Before implementing secure AuthSub I was at least redirected back to the upload 
page, now I'm not getting anywhere.

Original issue reported on code.google.com by [email protected] on 28 Jul 2010 at 8:45

Eclipse Build Errors

What steps will reproduce the problem?
1. Download 2.0 release
2. Setup project in Eclipse
3. copy and fill out xml file from appengine-web_DEFAULT.xml to 
appengine-web.xml
4. Build Project

What is the expected output? What do you see instead?

Expect Successful Build:

Receive Build Errors:

Description Resource    Path    Location    Type
The App Engine SDK JAR appengine-api-1.0-sdk-1.3.6.jar is missing in the 
WEB-INF/lib directory   lib /ytd-2.0-20100518/war/WEB-INF   Unknown Google App 
Engine Problem
The App Engine SDK JAR appengine-api-labs-1.3.6.jar is missing in the 
WEB-INF/lib directory   lib /ytd-2.0-20100518/war/WEB-INF   Unknown Google App 
Engine Problem
The App Engine SDK JAR appengine-jsr107cache-1.3.6.jar is missing in the 
WEB-INF/lib directory   lib /ytd-2.0-20100518/war/WEB-INF   Unknown Google App 
Engine Problem
The App Engine SDK JAR datanucleus-appengine-1.0.7.final.jar is missing in the 
WEB-INF/lib directory   lib /ytd-2.0-20100518/war/WEB-INF   Unknown Google App 
Engine Problem
The App Engine SDK JAR appengine-api-1.0-sdk-1.3.6.jar is missing in the 
WEB-INF/lib directory   lib /ytd-2.0/war/WEB-INF    Unknown Google App Engine Problem
The App Engine SDK JAR appengine-api-labs-1.3.6.jar is missing in the 
WEB-INF/lib directory   lib /ytd-2.0/war/WEB-INF    Unknown Google App Engine Problem
The App Engine SDK JAR appengine-jsr107cache-1.3.6.jar is missing in the 
WEB-INF/lib directory   lib /ytd-2.0/war/WEB-INF    Unknown Google App Engine Problem
The App Engine SDK JAR datanucleus-appengine-1.0.7.final.jar is missing in the 
WEB-INF/lib directory   lib /ytd-2.0/war/WEB-INF    Unknown Google App Engine Problem
The App Engine SDK JAR appengine-api-1.0-sdk-1.3.6.jar is missing in the 
WEB-INF/lib directory   lib /ytd2/war/WEB-INF   Unknown Google App Engine Problem
The App Engine SDK JAR appengine-api-labs-1.3.6.jar is missing in the 
WEB-INF/lib directory   lib /ytd2/war/WEB-INF   Unknown Google App Engine Problem
The App Engine SDK JAR appengine-jsr107cache-1.3.6.jar is missing in the 
WEB-INF/lib directory   lib /ytd2/war/WEB-INF   Unknown Google App Engine Problem
Class is a raw type. References to generic type Class<T> should be 
parameterized   FullTextIndexer.java    /ytd-2.0-20100518/src/com/google/ytd    line 
81  Java Problem
The field FullTextIndexer.util is never read 
locally FullTextIndexer.java    /ytd-2.0-20100518/src/com/google/ytd    line 50 Java 
Problem
The local variable resource is never 
read    FullTextIndexer.java    /ytd-2.0-20100518/src/com/google/ytd    line 98 Java 
Problem
The serializable class FullTextIndexer does not declare a static final 
serialVersionUID field of type 
long    FullTextIndexer.java    /ytd-2.0-20100518/src/com/google/ytd    line 48 Java 
Problem
The import com.google.ytd.dao.VideoSubmissionDao is never 
used    GetYouTubeCaptionTrack.java /ytd-2.0-20100518/src/com/google/ytd/command    li
ne 5    Java Problem
The local variable clientId is never 
read    UpdateAdminConfig.java  /ytd-2.0-20100518/src/com/google/ytd/command    line 
37  Java Problem
The method deletePhotoEntries(String[]) of type PhotoSubmissionDaoImpl must 
override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 116    Java Problem
The method deletePhotoEntry(String) of type PhotoSubmissionDaoImpl must 
override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 123    Java Problem
The method deleteSubmission(String) of type PhotoSubmissionDaoImpl must 
override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 95 Java Problem
The method getAllPhotos(String, PhotoEntry.ModerationStatus) of type 
PhotoSubmissionDaoImpl must override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 62 Java Problem
The method getAllPhotos(String) of type PhotoSubmissionDaoImpl must override a 
superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 43 Java Problem
The method getAssignments(String, String, String) of type AssignmentDaoImpl 
must override a superclass 
method  AssignmentDaoImpl.java  /ytd-2.0-20100518/src/com/google/ytd/dao    line 
87  Java Problem
The method getPhotoEntry(String) of type PhotoSubmissionDaoImpl must override a 
superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 146    Java Problem
The method getPhotoSubmissions(String, String) of type PhotoSubmissionDaoImpl 
must override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 24 Java Problem
The method getSubmissionById(String) of type PhotoSubmissionDaoImpl must 
override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 81 Java Problem
The method getSubmissionById(String) of type VideoSubmissionDaoImpl must 
override a superclass 
method  VideoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 67 Java Problem
The method getSubmissions(String, String, String) of type 
VideoSubmissionDaoImpl must override a superclass 
method  VideoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 42 Java Problem
The method getUserAuthToken(String) of type UserAuthTokenDaoImpl must override 
a superclass 
method  UserAuthTokenDaoImpl.java   /ytd-2.0-20100518/src/com/google/ytd/dao    line 
27  Java Problem
The method save(AdminConfig) of type AdminConfigDaoImpl must override a 
superclass 
method  AdminConfigDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line 
97  Java Problem
The method save(PhotoEntry) of type PhotoSubmissionDaoImpl must override a 
superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 172    Java Problem
The method save(PhotoSubmission) of type PhotoSubmissionDaoImpl must override a 
superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 160    Java Problem
The method save(VideoSubmission) of type VideoSubmissionDaoImpl must override a 
superclass 
method  VideoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 128    Java Problem
The method setUserAuthToken(String, String, UserAuthToken.TokenType) of type 
UserAuthTokenDaoImpl must override a superclass 
method  UserAuthTokenDaoImpl.java   /ytd-2.0-20100518/src/com/google/ytd/dao    line 
51  Java Problem
The method setUserAuthToken(String, String) of type UserAuthTokenDaoImpl must 
override a superclass 
method  UserAuthTokenDaoImpl.java   /ytd-2.0-20100518/src/com/google/ytd/dao    line 
45  Java Problem
The method setVideoStatus(String, String) of type VideoSubmissionDaoImpl must 
override a superclass 
method  VideoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    line
 81 Java Problem
The field PhotoSubmissionDaoImpl.util is never read 
locally PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    lin
e 19    Java Problem
The field UserAuthTokenDaoImpl.LOG is never read 
locally UserAuthTokenDaoImpl.java   /ytd-2.0-20100518/src/com/google/ytd/dao    line 
15  Java Problem
The field VideoSubmissionDaoImpl.LOG is never read 
locally VideoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    lin
e 21    Java Problem
The field VideoSubmissionDaoImpl.util is never read 
locally VideoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/ytd/dao    lin
e 26    Java Problem
Type safety: Unchecked cast from Object to 
List<Assignment>    AssignmentDaoImpl.java  /ytd-2.0-20100518/src/com/google/ytd/dao
    line 103    Java Problem
Type safety: Unchecked cast from Object to 
List<PhotoEntry>    PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/yt
d/dao   line 52 Java Problem
Type safety: Unchecked cast from Object to 
List<PhotoEntry>    PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/google/yt
d/dao   line 71 Java Problem
Type safety: Unchecked cast from Object to 
List<PhotoSubmission>   PhotoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/goog
le/ytd/dao  line 33 Java Problem
Type safety: Unchecked cast from Object to 
List<UserAuthToken> UserAuthTokenDaoImpl.java   /ytd-2.0-20100518/src/com/google/y
td/dao  line 33 Java Problem
Type safety: Unchecked cast from Object to 
List<VideoSubmission>   VideoSubmissionDaoImpl.java /ytd-2.0-20100518/src/com/goog
le/ytd/dao  line 57 Java Problem
The field Authenticator.pmf is never read 
locally Authenticator.java  /ytd-2.0-20100518/src/com/google/ytd/embed  line 
47  Java Problem
The field Authenticator.userSessionManager is never read 
locally Authenticator.java  /ytd-2.0-20100518/src/com/google/ytd/embed  line 
52  Java Problem
The field Authenticator.util is never read 
locally Authenticator.java  /ytd-2.0-20100518/src/com/google/ytd/embed  line 
45  Java Problem
The field GetUploadToken.pmf is never read 
locally GetUploadToken.java /ytd-2.0-20100518/src/com/google/ytd/embed  line 
62  Java Problem
The field SubmitExistingVideo.pmf is never read 
locally SubmitExistingVideo.java    /ytd-2.0-20100518/src/com/google/ytd/embed  line
 61 Java Problem
The serializable class AuthSubHandler does not declare a static final 
serialVersionUID field of type 
long    AuthSubHandler.java /ytd-2.0-20100518/src/com/google/ytd/embed  line 
43  Java Problem
The serializable class GetUploadToken does not declare a static final 
serialVersionUID field of type 
long    GetUploadToken.java /ytd-2.0-20100518/src/com/google/ytd/embed  line 
56  Java Problem
The serializable class LogoutHandler does not declare a static final 
serialVersionUID field of type 
long    LogoutHandler.java  /ytd-2.0-20100518/src/com/google/ytd/embed  line 33 Java 
Problem
The serializable class SubmitExistingVideo does not declare a static final 
serialVersionUID field of type 
long    SubmitExistingVideo.java    /ytd-2.0-20100518/src/com/google/ytd/embed  line 
51  Java Problem
The serializable class SubmitPhoto does not declare a static final 
serialVersionUID field of type 
long    SubmitPhoto.java    /ytd-2.0-20100518/src/com/google/ytd/embed  line 53 Java 
Problem
The serializable class UploadResponseHandler does not declare a static final 
serialVersionUID field of type 
long    UploadResponseHandler.java  /ytd-2.0-20100518/src/com/google/ytd/embed  line 
46  Java Problem
Unnecessary 
@SuppressWarnings("unchecked")  UserSessionManager.java /ytd-2.0-20100518/src/com
/google/ytd/embed   line 104    Java Problem
The field EmbedJspForwarder.LOG is never read 
locally EmbedJspForwarder.java  /ytd-2.0-20100518/src/com/google/ytd/guice  line 
17  Java Problem
The field GuiceServletConfig.LOG is never read 
locally GuiceServletConfig.java /ytd-2.0-20100518/src/com/google/ytd/guice  line 
26  Java Problem
The serializable class EmbedJspForwarder does not declare a static final 
serialVersionUID field of type 
long    EmbedJspForwarder.java  /ytd-2.0-20100518/src/com/google/ytd/guice  line 
16  Java Problem
The method deserialize(JsonElement, Type, JsonDeserializationContext) of type 
OperationDeserializer must override a superclass 
method  OperationDeserializer.java  /ytd-2.0-20100518/src/com/google/ytd/jsonrpc    l
ine 17  Java Problem
The field DefaultExceptionHandler.LOG is never read 
locally DefaultExceptionHandler.java    /ytd-2.0-20100518/src/com/google/ytd/jsonrp
c   line 16 Java Problem
The field JsonRpcProcessor.LOG is never read 
locally JsonRpcProcessor.java   /ytd-2.0-20100518/src/com/google/ytd/jsonrpc    line 
27  Java Problem
The serializable class DefaultExceptionHandler does not declare a static final 
serialVersionUID field of type 
long    DefaultExceptionHandler.java    /ytd-2.0-20100518/src/com/google/ytd/jsonrpc    l
ine 15  Java Problem
The serializable class JsonRpcProcessor does not declare a static final 
serialVersionUID field of type 
long    JsonRpcProcessor.java   /ytd-2.0-20100518/src/com/google/ytd/jsonrpc    line 
26  Java Problem
The serializable class MobileAuthSub does not declare a static final 
serialVersionUID field of type 
long    MobileAuthSub.java  /ytd-2.0-20100518/src/com/google/ytd/mobile line 
45  Java Problem
The serializable class PersistMobileSubmission does not declare a static final 
serialVersionUID field of type 
long    PersistMobileSubmission.java    /ytd-2.0-20100518/src/com/google/ytd/mobile li
ne 47   Java Problem
The serializable class AdminConfig does not declare a static final 
serialVersionUID field of type 
long    AdminConfig.java    /ytd-2.0-20100518/src/com/google/ytd/model  line 33 Java 
Problem
The field ApprovedPhotosAtomGenerator.LOG is never read 
locally ApprovedPhotosAtomGenerator.java    /ytd-2.0-20100518/src/com/google/ytd/ph
oto line 24 Java Problem
The field ServeImage.log is never read 
locally ServeImage.java /ytd-2.0-20100518/src/com/google/ytd/photo  line 17 Java 
Problem
The local variable count is never 
read    ApprovedPhotosAtomGenerator.java    /ytd-2.0-20100518/src/com/google/ytd/photo
    line 37 Java Problem
The local variable count is never 
read    ApprovedPhotosJsonGenerator.java    /ytd-2.0-20100518/src/com/google/ytd/photo
    line 39 Java Problem
The serializable class ApprovedPhotosAtomGenerator does not declare a static 
final serialVersionUID field of type 
long    ApprovedPhotosAtomGenerator.java    /ytd-2.0-20100518/src/com/google/ytd/photo
    line 23 Java Problem
The serializable class ApprovedPhotosJsonGenerator does not declare a static 
final serialVersionUID field of type 
long    ApprovedPhotosJsonGenerator.java    /ytd-2.0-20100518/src/com/google/ytd/photo
    line 25 Java Problem
The serializable class ServeImage does not declare a static final 
serialVersionUID field of type 
long    ServeImage.java /ytd-2.0-20100518/src/com/google/ytd/photo  line 16 Java 
Problem
The serializable class ServeThumbnail does not declare a static final 
serialVersionUID field of type 
long    ServeThumbnail.java /ytd-2.0-20100518/src/com/google/ytd/photo  line 
15  Java Problem
The field JsonUtil.log is never read 
locally JsonUtil.java   /ytd-2.0-20100518/src/com/google/ytd/util   line 18 Java 
Problem
The field PmfUtil.log is never read 
locally PmfUtil.java    /ytd-2.0-20100518/src/com/google/ytd/util   line 11 Java 
Problem
The field Util.log is never read 
locally Util.java   /ytd-2.0-20100518/src/com/google/ytd/util   line 49 Java Problem
The method fromJson(JsonElement, Type, JsonDeserializationContext) from the 
type JsonUtil.TextToStringAdapter is never used 
locally JsonUtil.java   /ytd-2.0-20100518/src/com/google/ytd/util   line 28 Java 
Problem
The method fromJson(JsonElement, Type, JsonDeserializationContext) from the 
type Util.BlobToStringAdapter is never used 
locally Util.java   /ytd-2.0-20100518/src/com/google/ytd/util   line 85 Java Problem
The method fromJson(JsonElement, Type, JsonDeserializationContext) from the 
type Util.TextToStringAdapter is never used 
locally Util.java   /ytd-2.0-20100518/src/com/google/ytd/util   line 61 Java Problem
The method toJson(Blob, Type, JsonSerializationContext) from the type 
Util.BlobToStringAdapter is never used 
locally Util.java   /ytd-2.0-20100518/src/com/google/ytd/util   line 81 Java Problem
The method toJson(Text, Type, JsonSerializationContext) from the type 
JsonUtil.TextToStringAdapter is never used 
locally JsonUtil.java   /ytd-2.0-20100518/src/com/google/ytd/util   line 24 Java 
Problem
The method toJson(Text, Type, JsonSerializationContext) from the type 
Util.TextToStringAdapter is never used 
locally Util.java   /ytd-2.0-20100518/src/com/google/ytd/util   line 57 Java Problem
The field InsightDownloadRedirect.pmf is never read 
locally InsightDownloadRedirect.java    /ytd-2.0-20100518/src/com/google/ytd/youtub
e   line 49 Java Problem
The field VideoDownloadRedirect.adminConfigDao is never read 
locally VideoDownloadRedirect.java  /ytd-2.0-20100518/src/com/google/ytd/youtube    
line 27 Java Problem
The field VideoDownloadRedirect.HMAC_SHA1_ALGORITHM is never read 
locally VideoDownloadRedirect.java  /ytd-2.0-20100518/src/com/google/ytd/youtube    
line 24 Java Problem
The field VideoDownloadRedirect.log is never read 
locally VideoDownloadRedirect.java  /ytd-2.0-20100518/src/com/google/ytd/youtube    
line 23 Java Problem
The field VideoDownloadRedirect.util is never read 
locally VideoDownloadRedirect.java  /ytd-2.0-20100518/src/com/google/ytd/youtube    
line 26 Java Problem
The field YouTubeApiHelper.userAuthTokenDao is never read 
locally YouTubeApiHelper.java   /ytd-2.0-20100518/src/com/google/ytd/youtube    line 
83  Java Problem
The serializable class InsightDownloadRedirect does not declare a static final 
serialVersionUID field of type 
long    InsightDownloadRedirect.java    /ytd-2.0-20100518/src/com/google/ytd/youtube    l
ine 43  Java Problem
The serializable class PersistAuthSubToken does not declare a static final 
serialVersionUID field of type 
long    PersistAuthSubToken.java    /ytd-2.0-20100518/src/com/google/ytd/youtube    line 
44  Java Problem
The serializable class SyncMetadata does not declare a static final 
serialVersionUID field of type 
long    SyncMetadata.java   /ytd-2.0-20100518/src/com/google/ytd/youtube    line 
53  Java Problem
The serializable class VideoDownloadRedirect does not declare a static final 
serialVersionUID field of type 
long    VideoDownloadRedirect.java  /ytd-2.0-20100518/src/com/google/ytd/youtube    lin
e 22    Java Problem
Class is a raw type. References to generic type Class<T> should be 
parameterized   FullTextIndexer.java    /ytd-2.0/src/com/google/ytd line 81 Java 
Problem
The field FullTextIndexer.util is never read 
locally FullTextIndexer.java    /ytd-2.0/src/com/google/ytd line 50 Java Problem
The local variable resource is never 
read    FullTextIndexer.java    /ytd-2.0/src/com/google/ytd line 98 Java Problem
The serializable class FullTextIndexer does not declare a static final 
serialVersionUID field of type 
long    FullTextIndexer.java    /ytd-2.0/src/com/google/ytd line 48 Java Problem
The import com.google.ytd.dao.VideoSubmissionDao is never 
used    GetYouTubeCaptionTrack.java /ytd-2.0/src/com/google/ytd/command line 
5   Java Problem
The local variable clientId is never 
read    UpdateAdminConfig.java  /ytd-2.0/src/com/google/ytd/command line 37 Java 
Problem
The method deletePhotoEntries(String[]) of type PhotoSubmissionDaoImpl must 
override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0/src/com/google/ytd/dao line 
116 Java Problem
The method deletePhotoEntry(String) of type PhotoSubmissionDaoImpl must 
override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0/src/com/google/ytd/dao line 
123 Java Problem
The method deleteSubmission(String) of type PhotoSubmissionDaoImpl must 
override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0/src/com/google/ytd/dao line 95 Java 
Problem
The method getAllPhotos(String, PhotoEntry.ModerationStatus) of type 
PhotoSubmissionDaoImpl must override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0/src/com/google/ytd/dao line 62 Java 
Problem
The method getAllPhotos(String) of type PhotoSubmissionDaoImpl must override a 
superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0/src/com/google/ytd/dao line 43 Java 
Problem
The method getAssignments(String, String, String) of type AssignmentDaoImpl 
must override a superclass 
method  AssignmentDaoImpl.java  /ytd-2.0/src/com/google/ytd/dao line 87 Java 
Problem
The method getPhotoEntry(String) of type PhotoSubmissionDaoImpl must override a 
superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0/src/com/google/ytd/dao line 
146 Java Problem
The method getPhotoSubmissions(String, String) of type PhotoSubmissionDaoImpl 
must override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0/src/com/google/ytd/dao line 24 Java 
Problem
The method getSubmissionById(String) of type PhotoSubmissionDaoImpl must 
override a superclass 
method  PhotoSubmissionDaoImpl.java /ytd-2.0/src/com/google/ytd/dao line 81 Java 
Problem





What version of the product are you using? On what operating system?

ytd-2.0-20100518
Mac OSX 10.5.6



Original issue reported on code.google.com by [email protected] on 18 Aug 2010 at 2:45

Update legal language for Photo uploads

What steps will reproduce the problem?
1. Try uploading a photo
2. Scroll down to the bottom of the page
3. The generic language does not mention Picasa's terms

What is the expected output? What do you see instead?

New language should be used that refers to Picasa

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 16 Jul 2010 at 6:34

Upload from mobile client does not save the correct YouTube account name

What steps will reproduce the problem?
1. Upload video with the mobile Android client
2. Go to video details 
3. Instead of YouTube name, email address is shown

What is the expected output? What do you see instead?

YouTube account name

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 22 Jul 2010 at 6:13

Authentication Problem

When I try to authenticate the Youtube Account (Configuration / Youtube API 
Settings) I get the 
following message:

The page you have requested cannot be displayed. Another site was requesting 
access to your 
Google Account, but sent a malformed request. Please contact the site that you 
were trying to use 
when you received this message to inform them of the error.

Thanks.

Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 9:06

Allow uploading photos even when logged into YouTube

What steps will reproduce the problem?
1. Login to YouTube
2. Try to upload photos
3. The upload photos button is missing

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 16 Jul 2010 at 6:33

Editing description sometimes does not work

What steps will reproduce the problem?
1. Go to assignments, click on description
2. change the text
3. sometimes the change does not take effect

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 17 Jul 2010 at 12:38

Download MP4 functionality not working in admin panel

What steps will reproduce the problem?
1. Click on "Download mp4" button on video details page in admin panel
2.
3.

What is the expected output? What do you see instead?
Start downloading video as working currently on youtube

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Mar 2010 at 6:39

Won't update CSS (embed.css) nor some translations in embed.jsp

What steps will reproduce the problem?
1. Make a couple of changes in embed.css and change a couple of labels in
embed.jsp
2. Change verison number on appengine-web.xml
3. Deploy your project

What is the expected output? What do you see instead?
I expect to see the changes I made. Nothing happens.

What version of the product are you using? On what operating system?
YTD 2.0 in WIndows 7 and Eclipse 3.5

Please provide any additional information below.

That's it. You can see it in 720ytd.appspot.com

Original issue reported on code.google.com by [email protected] on 14 May 2010 at 9:41

An error during upload using the embed is not propagated to the user

What steps will reproduce the problem?

1. Modify embed.jsp

instead of :

     <form id="uploadForm" action="" method="post" enctype="multipart/form-data">

put:

   <form id="uploadForm" action="" method="post" efnctype="multipart/form-data">


2. Upload video
3. See success message

Yet on the wire there is a 400 response form the server

What is the expected output? What do you see instead?

An error indicating that a problem occurred during upload

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 19 Oct 2010 at 9:57

Error: OK

What steps will reproduce the problem?
1. Click "Allow access" after redirected to YouTube

What is the expected output? What do you see instead?
Redirection back to my site. Instead a get a 
Error: OK
with title: 500 OK

What version of the product are you using? On what operating system?
http://youtube-direct.googlecode.com/files/ytd-20091113.tar.gz
On GAE

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Dec 2009 at 12:38

Google App Engine Problem

What steps will reproduce the problem?
1. Markers Tab
2. Description - Google App Engine Problem (1 item)
3. "The appengine-web.xml file is missing

What is the expected output? What do you see instead?
Right click. Select Quick Fix. Select a fix: "Create a new appengine-web.xml 
file". Under Problems: Resource - WEB-INF is check marked. Click FINISH. 
Following message appears: "Unable to create the <WAR> 
/WEB-INFappengine-web.xml file. See the Error Log for more details.

What version of the product are you using? On what operating system?
Jave EE - Eclipse Version: Helios Release

Please provide any additional information below.

Please help Thanks.

Original issue reported on code.google.com by [email protected] on 23 Jul 2010 at 5:07

Provide user email address in detail view

What steps will reproduce the problem?
1. The user uploads a video using web site or mobile app
2. The 'notify of approval' box is not checked (it cannot be on the mobile 
device anyway)
3. Go to detail view, only YT username of the submitter is shown

What is the expected output? What do you see instead?

It would be great to also show contact information

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 14 Sep 2010 at 7:05

Code breaks on logout (within upload widget)

What steps will reproduce the problem?
1. After the user is logged in the widget to upload a video, if it clicks
logout link... a mess happens
2.
3.

What is the expected output? What do you see instead?
Just login out. This is what appears:

Uncaught exception from servlet
com.google.inject.CreationException: Guice creation errors:

1) Binding to null instances is not allowed. Use
toProvider(Providers.of(null)) if this is your intended behaviour.
  at org.apache.jsp.embed_jsp$1.configure(embed_jsp.java:68)

1 error
    at com.google.appengine.runtime.Request.process-3a3f5a143df31b49(Request.java)
    at
com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.jav
a:354)
    at
com.google.inject.InjectorBuilder.initializeStatically(InjectorBuilder.java:152)
    at com.google.inject.InjectorBuilder.build(InjectorBuilder.java:105)
    at com.google.inject.Guice.createInjector(Guice.java:92)
    at com.google.inject.Guice.createInjector(Guice.java:69)
    at com.google.inject.Guice.createInjector(Guice.java:59)
    at org.apache.jsp.embed_jsp._jspService(embed_jsp.java:65)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
    at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.jav
a:1166)
    at
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.j
ava:67)
    at
com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.j
ava:122)
    at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:110)
    at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.jav
a:1157)
    at
com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUplo
adFilter.java:97)
    at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.jav
a:1157)
    at
com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter
.java:35)
    at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.jav
a:1157)
    at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(Transactio
nCleanupFilter.java:43)
    at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.jav
a:1157)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
    at
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandle
rMap.java:238)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
    at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.ja
va:923)
    at
com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestPa
rser.java:76)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    at
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(Jet
tyServletEngineAdapter.java:135)
    at
com.google.apphosting.runtime.JavaRuntime.handleRequest(JavaRuntime.java:250)
    at
com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(R
untimePb.java:5838)
    at
com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(R
untimePb.java:5836)
    at
com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest(BlockingApplica
tionHandler.java:24)
    at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:398)
    at com.google.net.rpc.impl.Server$2.run(Server.java:852)
    at
com.google.tracing.LocalTraceSpanRunnable.run(LocalTraceSpanRunnable.java:56)
    at
com.google.tracing.LocalTraceSpanBuilder.internalContinueSpan(LocalTraceSpanBuil
der.java:576)
    at com.google.net.rpc.impl.Server.startRpc(Server.java:807)
    at com.google.net.rpc.impl.Server.processRequest(Server.java:369)
    at
com.google.net.rpc.impl.ServerConnection.messageReceived(ServerConnection.java:4
42)
    at com.google.net.rpc.impl.RpcConnection.parseMessages(RpcConnection.java:319)
    at com.google.net.rpc.impl.RpcConnection.dataReceived(RpcConnection.java:290)
    at com.google.net.async.Connection.handleReadEvent(Connection.java:474)
    at
com.google.net.async.EventDispatcher.processNetworkEvents(EventDispatcher.java:8
31)
    at com.google.net.async.EventDispatcher.internalLoop(EventDispatcher.java:207)
    at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:103)
    at com.google.net.rpc.RpcService.runUntilServerShutdown(RpcService.java:251)
    at
com.google.apphosting.runtime.JavaRuntime$RpcRunnable.run(JavaRuntime.java:413)
    at java.lang.Thread.run(Unknown Source)

Unexpected exception from servlet: com.google.inject.CreationException:
Guice creation errors:

1) Binding to null instances is not allowed. Use
toProvider(Providers.of(null)) if this is your intended behaviour.
  at org.apache.jsp.embed_jsp$1.configure(embed_jsp.java:68)

1 error




What version of the product are you using? On what operating system?
YTD 2.0, Eclipse 3.5, Windows 7

Please provide any additional information below.

Embed in http://720.cl/test/videos

Original issue reported on code.google.com by [email protected] on 14 May 2010 at 9:44

unexplaoined authorization error

What steps will reproduce the problem?
1. go to http://www.batmarketingservices.com/tv/getastation.htm
2. click on the "submit a response" button
3. follow instructions to submit a video

What is the expected output? What do you see instead?
I expect to get the upload page but instead I get the following message:

"Authorize Access to Your Account

batmarktv.appspot.com: This website is registered with Google to make
authorization requests, but has not been configured to send requests
securely. We recommend that you continue the process only if you trust the
following destination:
http://batmarktv.appspot.com/AuthsubHandler?articleUrl=http%3A%2F%2Fwww.batmarke
tingservices.com%2Ftv%2Fgetastation.htm&sessionId=agliYXRtYXJrdHZyEgsSC1VzZXJTZX
NzaW9uGOoHDA"

What version of the product are you using? On what operating system?
I am using the basic "ytd" file with eclipse 3.5 on Windows

Please provide any additional information below.

I set up another instance successfully and can not figure out what I am
doing wrong with the authorizations.  I am following the wiki instructions
carefully.  

Thank you in advance.  I am hoping someone else can shed some light on this.


Original issue reported on code.google.com by [email protected] on 21 Feb 2010 at 2:14

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.