Giter Club home page Giter Club logo

ytd-android's People

Watchers

James Cloos avatar

ytd-android's Issues

"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."

What steps will reproduce the problem?
1. add key and playlist id
2.run
3. play services logs in
4. utube does not gets the error when it tries to get the channel list after 
authirization

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


What version of the product are you using? On what operating system?
current version, android 4.4.2 note 2

Please provide any additional information below.
all of the api's needed are enabled, the sha1 fingerprint and api key work for 
maps and other apis; not for this.  Is this still a viable product? is it still 
being worked on?


Original issue reported on code.google.com by [email protected] on 16 Oct 2014 at 3:37

Video fails to upload using AT&T -- no error message, however, videos successfully upload with wifi

What steps will reproduce the problem?
1. Uploading a video using AT&T

What is the expected output? What do you see instead?
Expected output: when a user uploads a video successfully, a message thanking 
the user and indicating the upload is 100% complete appears. Alternatively, 
when a user's attempt to upload a video fails, the user receives an error 
message.

What you see instead: when a user fails to upload a video, a message thanking 
the user and indicating the upload is 100% complete appears and there is no 
error message.

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

The second iteration, I believe of the app, not the latest. Correct me if I'm 
wrong, but this issue is resolved when a user downloads the latest version of 
the app?

Please provide any additional information below.


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

java.io.IOException: response code='Unauthorized' (code 401)

What steps will reproduce the problem?
1. Replace dev_key and client_id in string.xml 
2. Install apk file in mobile which is already configured with Google account
3. Runt the app and select video and submit video to youtube.


What is the expected output? What do you see instead?
Instead of Successful video upload to Youtube im getting following error

11-24 12:07:40.878: WARN/System.err(21019): java.io.IOException: response 
code='Unauthorized' (code 401) for 
http://uploads.gdata.youtube.com/resumable/feeds/api/users/default/uploads
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity.uploadMetaData(SubmitActivity.java:531)
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity.uploadMetaData(SubmitActivity.java:528)
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity.startUpload(SubmitActivity.java:422)
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity.access$5(SubmitActivity.java:414)
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity$8.run(SubmitActivity.java:360)
11-24 12:07:40.888: WARN/System.err(21019):     at 
java.lang.Thread.run(Thread.java:1027)


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


Please provide any additional information below.

11-24 12:07:40.878: WARN/System.err(21019): java.io.IOException: response 
code='Unauthorized' (code 401) for 
http://uploads.gdata.youtube.com/resumable/feeds/api/users/default/uploads
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity.uploadMetaData(SubmitActivity.java:531)
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity.uploadMetaData(SubmitActivity.java:528)
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity.startUpload(SubmitActivity.java:422)
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity.access$5(SubmitActivity.java:414)
11-24 12:07:40.878: WARN/System.err(21019):     at 
com.google.ytd.SubmitActivity$8.run(SubmitActivity.java:360)
11-24 12:07:40.888: WARN/System.err(21019):     at 
java.lang.Thread.run(Thread.java:1027)

Original issue reported on code.google.com by [email protected] on 24 Nov 2011 at 11:14

Bad Request (code 400)

What steps will reproduce the problem?
1. Upload previously recorded videos via YTD app
2. "Response code = Bad Request (code 400) for 
http://uploads.gdata.youtube.com/resumable/feeds/apiusers/default/uploads"


What is the expected output? 

Video begins to upload when you submit the video

What do you see instead?

Response code = Bad Request (code 400) for 
http://uploads.gdata.youtube.com/resumable/feeds/apiusers/default/uploads"


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

She is using the version right before the latest version of the APP. She is 
using her Nexus One Android


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Aug 2010 at 11:38

YTD site upload video - error: 'Could not retrieve YouTube upload toaken: Bad Request"

What steps will reproduce the problem?
1. Go to ABC site: ureport.abc7news.com
2. Choose 'submit your story' and upload video from hard drive.
3. Error message: 'Could not retrieve YouTube upload token: Bad Request

What is the expected output? 

A successful upload of a video living on a user's desktop or external hard 
drive.

What do you see instead?

Error message: 'Could not retrieve YouTube upload token: Bad Request


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

Current version. MAC OSX.


Please provide any additional information below.

If solution is found, email: 
If solution is found, email: [email protected]

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

Uploading video as private android

What steps will reproduce the problem?
Uploading video to my account.


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

After uploading, the video is set to public. 
I want to make it as private, access to me itself

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

The latest version.

Please provide any additional information below.

Please provide how to make it as private, please let me know here or mail to 
[email protected]



Original issue reported on code.google.com by [email protected] on 4 Nov 2011 at 8:03

If submitToYtdDomain fails due to I/O issue, no retry mechanism kicks in

What steps will reproduce the problem?
1. Upload a video
2. Trigger failure while submitting to YTD


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

The JSON call should be retried, instead, it is a silent failure. 
Util.makeJsonRpcCall returns null in this case, but submitToYtdDomain does not 
retry in this scenario. 

Please use labels and text to provide additional information.


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

GlsAuthorizer class does not check account type

What steps will reproduce the problem?
1. Create a Dropbox account on your Android device using the same email address 
as one of your Google accounts.
2. Run the YTD sample app
3. Select the "duplicate" Google/Dropbox account
4. The getAccount method in GlsAuthorizer does not check to determine which 
account is being returned.

What is the expected output? What do you see instead?
getAccount should include an additional check:

private Account getAccount(String name) {
    Account[] accounts = accountManager.getAccounts();
    for (Account account : accounts) {
        if (account.name.equals(name) && account.type.equals("com.google")) {
        return account;
    }
    }
    return null;
}

What version of the product are you using? On what operating system?
* r15 of the ytd-android project

Please provide any additional information below.

As mentioned above, I have two accounts on my device that have the same account 
name, essentially my Gmail address.  One @gmail.com address is tied to my 
Google account and that same email address is the account name for my Dropbox 
account.  So, I have a com.google account type and a com.android.dropbox 
account type.  When the Dropbox account is returned by getAccount, it does not 
have the proper 
authToken for the callback in fetchAuthToken.

A simple fix of checking the account type should resolve this issue.

Original issue reported on code.google.com by parkbsu on 9 Jul 2012 at 7:42

Hi Thanks for providing this wonderful code. Everything works fine for me. But, i need to get the URL of the uploaded Video. Can you please suggest me how to get it.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I need to get the URL of the video uploaded.

What version of the product are you using? On what operating system?
I am usng versionCode="3".

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Oct 2012 at 8:14

Activity com.google.ytd.SettingActivity has leaked IntentReceiver

What steps will reproduce the problem?
1. Enable logging
2. Change the account under settings.
3. Look at the log

08-16 17:57:30.070: ERROR/ActivityThread(21270): Activity 
com.google.ytd.SettingActivity has leaked IntentReceiver 
android.accounts.AccountManager$12@4493cc98 that was originally registered 
here. Are you missing a call to unregisterReceiver()?
        android.app.IntentReceiverLeaked: Activity com.google.ytd.SettingActivity has leaked IntentReceiver android.accounts.AccountManager$12@4493cc98 that was originally registered here. Are you missing a call to unregisterReceiver()?
        at android.app.ActivityThread$PackageInfo$ReceiverDispatcher.<init>(ActivityThread.java:939)
        at android.app.ActivityThread$PackageInfo.getReceiverDispatcher(ActivityThread.java:734)
        at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:791)
        at android.app.ContextImpl.registerReceiver(ContextImpl.java:778)
        at android.app.ContextImpl.registerReceiver(ContextImpl.java:772)
        at android.accounts.AccountManager.addOnAccountsUpdatedListener(AccountManager.java:1708)
        at com.google.ytd.SettingActivity.onCreate(SettingActivity.java:67)
        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
        at android.app.ActivityThread.access$2300(ActivityThread.java:125)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:123)
        at android.app.ActivityThread.main(ActivityThread.java:4627)
        at java.lang.reflect.Method.invokeNative(Native Method)
        at java.lang.reflect.Method.invoke(Method.java:521)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
        at dalvik.system.NativeStart.main(Native Method)

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 Aug 2010 at 12:58

Code 41='unauthorized' error message

What steps will reproduce the problem?
1. Using either wireless or 3G, user attempts to upload video (two minutes or 
less), and video fails to upload.
2. This action returns a "code 41='unauthorized' error message.


What is the expected output? 

When user uploads video, video uploads successfully using 3G or wireless.

What do you see instead?

When user attempts to upload video, an error message -  "code 41='unauthorized' 
appears.


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

The latest version.


Please provide any additional information below.

When solution is found, please email: [email protected]

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

Submission date is not automatically recorded by the mobile app

What steps will reproduce the problem?
1. Submitting a video through YTD android app.


What is the expected output? 

A submission date in the "details" category for a video uploaded through the 
YTD android app.

What do you see instead?

No submission date.


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


Please provide any additional information below.

If solution is found, email: [email protected]

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

Video upload does not resume upon connectivity loss

What steps will reproduce the problem?
1. Start upload over WiFi
2. Disable WiFi 
3. Enable WiFi

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

The upload should complete, instead it fails.
The same applies to EDGE/3G connectivity. 

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 17 Aug 2010 at 6:53

Error generating final archive: Found duplicate file for APK: resources.arsc

i'm try to upload video from youtube without using intent

Ibrahim Ulukaya Proposed to use in this code 

at the time i add the project i receive message " built path contains duplicate 
entry 'src' for project "Youtube Direct ..."

this after i Include Google Play Services library to the project (this fix the 
all compile error exapt  "Error generating final archive: Found duplicate file 
for APK: resources.arsc")

Currently I am in state that I can not even start the project because of this 
compilation problem. Someone was in this situation and know what I need to do 
for resolve this and start working with the project???

Ibrahim Ulukaya told me that i don't need the whole project, i can just use 
UploadService.java and ResumableUpload.java. so I deleted the other files but 
did not help


thank you all... 

Original issue reported on code.google.com by [email protected] on 4 May 2013 at 8:05

Gen. confusion UI: typing details for video with Android app

This is true for any version of the app:

"When using the submission process, it is unclear when you are typing if you 
are filling out the title, description or tags. After you hit done, it just 
shows you another text box. I was not sure at first if I had deleted my first 
entry or was writing a second line for the title."

Please provide any additional information below.

If solution for problem, email: [email protected]


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

At the time of uploading video getting 403 error(Forbidden)

What steps will reproduce the problem?
1. Simple import project and run

What is the expected output? What do you see instead?
video should be uploaded

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

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Sep 2011 at 11:03

Getting Forbiddden issue on uploading

I got my youtube account selected, clicked upload and selected a video and 
clicked upload and now I receiving Forbidden 403 error

Any help...?

Thanks & Regards,
Ramkumar Murugadoss

Original issue reported on code.google.com by [email protected] on 27 Sep 2011 at 10:25

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.