MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Oops! There was a problem fulfilling your request.

Last post 08-11-2008 10:44 AM by Automatt. 15 replies.
Page 1 of 2 (16 items) 1 2 Next >
Sort Posts: Previous Next
  • 04-25-2008 11:56 AM

    • Igor
    • Top 500 Contributor
    • Joined on 02-06-2008
    • Posts 11

    Oops! There was a problem fulfilling your request.

     I am intermittently getting
    "Oops! There was a problem fulfilling your request." error on postTo invocation.
    Sometimes it works but most of the time it errors out with that.
    Any ideas?

  • 04-25-2008 1:26 PM In reply to

    Re: Oops! There was a problem fulfilling your request.

    Can you provide some more details?

    I can tell you that we use that generic error message for any number of reasons, some of the more common are if sending mail or comment and that user doesn't allow it or you try to post something not allowed that will happen. 


    Follow us on twitter for major updates and announcements:

    http://twitter.com/MySpaceDevTeam

    Friend the MDP Profile!
    http://www.myspace.com/myspacedeveloperplatform
    Filed under:
  • 04-25-2008 1:29 PM In reply to

    Re: Oops! There was a problem fulfilling your request.

    One other reason could be that the params passed into postTo are invalid or expired - for instance, if the token has expired you'll get that error. 

    Follow us on twitter for major updates and announcements:

    http://twitter.com/MySpaceDevTeam

    Friend the MDP Profile!
    http://www.myspace.com/myspacedeveloperplatform
  • 04-25-2008 2:39 PM In reply to

    • Igor
    • Top 500 Contributor
    • Joined on 02-06-2008
    • Posts 11

    Re: Oops! There was a problem fulfilling your request.

     It doesn't always error out, thats the strange thing. I know my implementation works sometimes...
    Here is my function:
        postBulletin:function(comment,subject){

          console.log('post bulletin');

          var os_token = MyOpenSpace.MySpaceContainer.OSToken;

          window.osContainer = opensocial.Container.get();

          var message = opensocial.newMessage(content);

          subject = subject || "subject";

          var postType = MyOpenSpace.PostTo.Targets.BULLETINS;



          message.setField(opensocial.Message.Field.TITLE, subject);

          message.setField(opensocial.Message.Field.TYPE, postType);

          message.setField(opensocial.Message.Field.BODY, comment || "");



          var request = osContainer.newDataRequest();

          var viewer = osContainer.newFetchPersonRequest(opensocial.DataRequest.PersonId.VIEWER);

          request.add(viewer);

          request.send(function(data){

             var viewer = data.get(opensocial.DataRequest.PersonId.VIEWER).getData();

             console.log(viewer);

             console.log(message);

             osContainer.postTo(os_token, message, viewer);

          });

        },


  • 04-28-2008 9:10 AM In reply to

    • Igor
    • Top 500 Contributor
    • Joined on 02-06-2008
    • Posts 11

    Re: Oops! There was a problem fulfilling your request.

     Any ideas? Is the implementation wrong? Is there a temporary ban on IP for too many attempts to post?

  • 05-06-2008 12:36 PM In reply to

    • Igor
    • Top 500 Contributor
    • Joined on 02-06-2008
    • Posts 11

    Re: Oops! There was a problem fulfilling your request.

    Anyone else getting this error?
  • 07-23-2008 9:53 AM In reply to

    • Kris
    • Not Ranked
    • Joined on 07-23-2008
    • Posts 1

    Re: Oops! There was a problem fulfilling your request.

     YES, in Mobster app, when I want to send invites to friends, I am getting this msg. I didn`t reached the 500 members limit and the page was refreshed , even restarted the browser...

  • 07-23-2008 9:59 AM In reply to

    • Kevin
    • Top 500 Contributor
    • Joined on 03-13-2008
    • Posts 17

    Re: Oops! There was a problem fulfilling your request.

     All post_to requests trying to do comments from our app are failing in this way.  We haven't changed the way we invoke it at all in the last week.  

     

      Looking at our logs it appears this has been happening for about 6 hours, or since roughly 4AM

     

    -Kevin

    Filed under: , ,
  • 07-23-2008 2:25 PM In reply to

    • Kevin
    • Top 500 Contributor
    • Joined on 03-13-2008
    • Posts 17

    Re: Oops! There was a problem fulfilling your request.

     This appears to be fixed now. 

  • 07-28-2008 11:52 AM In reply to

    Re: Oops! There was a problem fulfilling your request.

     This seems to have returned.  I had the same problem in Mobsters for a long while, then a little while ago (sorry, don't remember exactly when) sending invites/comments worked just fine.  Now, as of right now, I'm getting the "Oops!  There was a problem..." errors again.

  • 07-29-2008 8:49 AM In reply to

    • Robyn
    • Not Ranked
    • Joined on 07-28-2008
    • Posts 1

    Re: Oops! There was a problem fulfilling your request.

    I was getting this message also.  I started REFRESHING the whole page after each request I sent and it seemed to work.

  • 07-29-2008 9:03 AM In reply to

    Re: Oops! There was a problem fulfilling your request.

    Hiya

     

    Anyone else with this issue, please check in.  

  • 07-30-2008 12:35 AM In reply to

    Re: Oops! There was a problem fulfilling your request.

    This is happening to me right now. Others can send me requests to add to mobster but I get the error message every time now..

    Sure wish it would stop. my page myspace page url extension is imleigh

  • 08-08-2008 10:28 AM In reply to

    • Alex
    • Not Ranked
    • Joined on 08-08-2008
    • Posts 1

    Re: Oops! There was a problem fulfilling your request.

     Why do i keep getting this error

    "Oops! There was a problem fulfilling your request."
     
    Help?
  • 08-08-2008 10:44 AM In reply to

    Re: Oops! There was a problem fulfilling your request.

     What are you trying todo when you get this error? 

    Rhonda

    Alex:

     Why do i keep getting this error

    "Oops! There was a problem fulfilling your request."
     
    Help?

Page 1 of 2 (16 items) 1 2 Next >