Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Video Attatchment URL is "javascript:void(0);" #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Not always reproducible. But any time I try to post a new video, the URL is 
broken. Existing videos are fine though.

What is the expected output? What do you see instead?
Expected: http://www.youtube.com/watch?v=lzdzg5rtJ30
Actual: javascript:void(0);

What version of the product are you using? On what operating system?
I am using the G+ API.

Please provide any additional information below.
Here is the activity, in full (notice the Attachment URL):

"kind": "plus#activity",
   "title": "DYE - Fantasy (CFCF Remix)",
   "published": "2011-10-30T07:54:38.000Z",
   "updated": "2011-10-30T07:54:39.016Z",
   "id": "z130vvsrmrb4itf3i223jhw44xmgstyhx04",
   "url": "https://plus.google.com/100635617371066979260/posts/KTY94wAwRbn",
   "actor": {
    "id": "100635617371066979260",
    "displayName": "Tor Robinson",
    "url": "https://plus.google.com/100635617371066979260",
    "image": {
     "url": "https://lh6.googleusercontent.com/-qZRqTVPEioU/AAAAAAAAAAI/AAAAAAAAAAA/URc-wjwzWx4/photo.jpg"
    }
   },
   "verb": "post",
   "object": {
    "objectType": "note",
    "content": "\u003ca href=\"http://www.youtube.com/watch?v=lzdzg5rtJ30\" \u003eDYE - Fantasy (CFCF Remix)\u003c/a\u003e",
    "originalContent": "",
    "url": "https://plus.google.com/100635617371066979260/posts/KTY94wAwRbn",
    "replies": {
     "totalItems": 0,
     "selfLink": "https://www.googleapis.com/plus/v1/activities/z130vvsrmrb4itf3i223jhw44xmgstyhx04/comments"
    },
    "plusoners": {
     "totalItems": 0,
     "selfLink": "https://www.googleapis.com/plus/v1/activities/z130vvsrmrb4itf3i223jhw44xmgstyhx04/people/plusoners"
    },
    "resharers": {
     "totalItems": 0,
     "selfLink": "https://www.googleapis.com/plus/v1/activities/z130vvsrmrb4itf3i223jhw44xmgstyhx04/people/resharers"
    },
    "attachments": [
     {
      "objectType": "video",
      "displayName": "DYE - Fantasy (CFCF Remix)",
      "content": "Fantasy remix by CFCF. I couldn't find this anywhere else on YouTube.\n\nThe audio quality here is iffy, so buy it off iTunes for a much clearer version: http://itunes.apple.com/ca/album/fantasy-remixes/id409993398",
      "url": "javascript:void(0);",
      "image": {
       "url": "http://images0-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&resize_h=100&url=http%3A%2F%2Fytimg.googleusercontent.com%2Fvi%2Flzdzg5rtJ30%2Fdefault.jpg",
       "type": "image/jpeg"
      }
     }
    ]
   },
   "crosspostSource": "oz:100635617371066979260.13353d2b118.0",
   "provider": {
    "title": "Google+"
   },
   "access": {
    "kind": "plus#acl",
    "items": [
     {
      "type": "public"
     }
    ]
   }
  }

Original issue reported on code.google.com by torrobin...@gmail.com on 30 Oct 2011 at 6:30

GoogleCodeExporter commented 9 years ago

Original comment by chirags@google.com on 30 Oct 2011 at 9:32

GoogleCodeExporter commented 9 years ago
Looks like someone's been busy fixing stuff before the weekend! Thanks.

Original comment by jeroe...@gmail.com on 11 Nov 2011 at 10:51

GoogleCodeExporter commented 9 years ago
This still being worked on because I'm seeing this same bug.

Original comment by Demonicpagan on 14 Nov 2011 at 10:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Yes I see a lot of void too again, this time some videos do seem to work, they 
work fine in firefox but crash the flash plugin in chrome ("The following 
plug-in has crashed: Shockwave Flash")

Original comment by jeroe...@gmail.com on 14 Nov 2011 at 10:37

GoogleCodeExporter commented 9 years ago
This was recently fixed for newer posts, but you will continue to see this 
issue for older posts.

Original comment by chirags@google.com on 16 Nov 2011 at 10:33

GoogleCodeExporter commented 9 years ago
Older post going back to when, if you don't mind me asking?

Original comment by Demonicpagan on 17 Nov 2011 at 11:33