MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

New Error 'MessageType is not supported'

Last post 10-09-2009 12:09 PM by Pierdolę Taką Dolę. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 02-02-2009 6:40 PM

    New Error 'MessageType is not supported'

    My activity feed code was working and on Friday it stopped. Today (Monday Feb 2) I see this error:

       MessageType is not supported

     

    Is this related to the recenty posted issues by Marco?

     If not, what does this error mean?

    Mike

     

    Heres the code:

     var params[opensocial.Activity.Field.TEMPLATE_PARAMS] = {"body0":body0, "body1":body1, "body2":body2};

    var mediaItemArray = [;
    params[opensocial.Activity.Field.MEDIA_ITEMS] = mediaItemArray;

    var activity = opensocial.newActivity(params);

    opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH,
                function(data) {

    ...

  • 02-04-2009 10:28 AM In reply to

    Re: New Error 'MessageType is not supported'

    Mike IWidgets:

    Today (Monday Feb 2) I see this error:

       MessageType is not supported

    I'm getting the same error so I think it's part of the Activity services being shut down.

    I've been having sketchy results with Activities from the beginning so I'm glad that it's being overhauled, but it'd be nice to know when the services will be coming back up.

    ~Brock

  • 02-04-2009 11:49 AM In reply to

    Re: New Error 'MessageType is not supported'

     I also think it's related to the maintenance now in course, but I'm receiveing a slightly different message in my callback's response:

    "That PostTo target is not supported."

  • 02-06-2009 7:01 AM In reply to

    Re: New Error 'MessageType is not supported'

    Sorry we indeed did ran into numerous issues. And we had to dissable almost all of it to avoid javascript errors when the event was raised.

    We should be pretty back to normal (except for FF3, that will take another 2 weeks)

    There is also one important change pending for the template editor. We have been moving towards pure xhtml. This will avoid a lot of preview event rendering errors that many of you did see.

     

  • 02-06-2009 3:56 PM In reply to

    Re: New Error 'MessageType is not supported'

     Regarding your last comment on "changes to template editor": I ntoiced the template link was removed from the My Apps page. What is happening here?

  • 02-07-2009 7:32 AM In reply to

    Re: New Error 'MessageType is not supported'

    The template editor is still temporary dissabled. We have to update some other services The new template editor will start saving the content as proper Xhtml. (Not just html encoded). This means that your attribute values must use the double quoted character " and not the single quote '

    So <a href="${canvasUrl}">your link with double quotes</a> is correct. 

    Do NOT use <a href='${canvasUrl}'>single quote</a>

  • 02-09-2009 8:01 PM In reply to

    Re: New Error 'MessageType is not supported'

    Template editor is enabled again. Let us know if any of you run into some new issues.

     

  • 10-09-2009 12:09 PM In reply to

    Re: New Error 'MessageType is not supported'

    I keep getting the same error: "This PostTo target is not supported". I'm using the code from: http://wiki.developer.myspace.com/index.php?title=Messaging_from_an_IFrame almost verbatim, and it still gives me that error. any ideas?
Page 1 of 1 (8 items)