MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

MakeRequest error ??

Last post 04-24-2008 4:41 AM by David. 12 replies.
Page 1 of 1 (13 items)
Sort Posts: Previous Next
  • 04-03-2008 6:25 AM

    • Mitza
    • Top 500 Contributor
    • Joined on 02-06-2008
    • Posts 15

    MakeRequest error ??

    Has anyone encountered problems with makeRequest?? .... i keep getting this error for different makeRequest calls, most of them random:

     

    <html><body><h1>Server is too busy</h1></body></html>
     
     

    And my app crashes, and nothing has changed from yesterday!

  • 04-03-2008 7:14 PM In reply to

    • Paul
    • Top 75 Contributor
    • Joined on 02-01-2008
    • Posts 51

    Re: MakeRequest error ??

     We had some issues earlier, but they should be resolved now.  Please test again.  Thanks!

  • 04-03-2008 7:31 PM In reply to

    Re: MakeRequest error ??

    Paul,

    On a similar note, is support fot AppParams broken since this morning? None of our IFrame pages receive the p parameter anymore.

     

    Filed under:
  • 04-03-2008 7:46 PM In reply to

    Re: MakeRequest error ??

    None of our apps have worked since 12:00 noon pdt.

    http://www.myspace.com/AppAuthor

     

     

  • 04-03-2008 8:37 PM In reply to

    Re: MakeRequest error ??

    I took a quick glance at your source code. This post: http://developer.myspace.com/Community/forums/t/1330.aspx
    explains why your Apps stopped functioning. They removed the prototype library from OpenSocial and MyOpenSpace libraries today, so $('id') element-typing no longer functions.

    The post explains how to add the library back to get your Apps up and running again. Or just switch your code over to document.getElementById('id').

  • 04-03-2008 8:54 PM In reply to

    Re: MakeRequest error ??

     any thoughts on AppParam changes?

  • 04-03-2008 10:02 PM In reply to

    Re: MakeRequest error ??

    I'm getting 'p' with appParams inside. For example, this:

    http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=1111111&appParams=%7B%22key%22%3A%22value%22%7D

    Passes 'p' down to my $_GET, and I see'[p] => {"page":"about"}' with my standard "Show Me All the GETS" code. Honestly, I don't know if that's not how it worked before, since this is the first time I've used appParams with an External Iframe.

    And, also, this has nothing to do with makeRequest. lol

    *Edit*
    Yeah, it comes through, no matter how its done. Even something silly like '&appParams=bob' gets passed down as 'p=bob'. If there's an error, it's either fixed or I'm not seeing it.

  • 04-17-2008 4:41 PM In reply to

    Re: MakeRequest error ??

    I'm seen this off and on today with my app. http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=104265 Is there a graceful way of failing this? It looks pretty ugly when a user is expecting an image back :) Thanks, Dustin
  • 04-17-2008 4:49 PM In reply to

    Re: MakeRequest error ??

    I've added. 

    if (data.text=='undefined') {
         document.getElementById('main').innerHTML = "MySpace App Servers Busy!<br>Please try again in awhile.";
         return;
    }

     I hope that will give a little better explanation and keep people from bailing on my app.

     

  • 04-18-2008 12:36 AM In reply to

    Re: MakeRequest error ??

     Oops, that annoying error is back again. Was something changed on backend or it is just due to load on proxy servers.

     

     

  • 04-23-2008 5:59 PM In reply to

    Re: MakeRequest error ??

    FYI, I've been getting "server is busy" today for this request from the client:  

    http://api.msappspace.com/opensocial/v1/VIEWER/profile.JSON?opensocial_surface=canvas&detailtype=BASIC

  • 04-24-2008 4:31 AM In reply to

    • David
    • Not Ranked
    • Joined on 02-04-2008
    • Posts 4

    Re: MakeRequest error ??

    I'm getting errorCode = "internalError" and errorMessage = "OK" when calling makeRequest() today... can anyone confirm this?
  • 04-24-2008 4:41 AM In reply to

    • David
    • Not Ranked
    • Joined on 02-04-2008
    • Posts 4

    Re: MakeRequest error ??

    Found the problem... the MySpace makeRequest proxy server doesn't handle direct calls to IP addresses. Changed it to a domain name and it works.
Page 1 of 1 (13 items)