MySpace Developer Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

"Runtime Error" for all api.msappspace.com/proxy calls

Last post 08-26-2008 2:05 PM by Sharon. 14 replies.
Page 1 of 1 (15 items)
Sort Posts: Previous Next
  • 03-11-2008 11:04 AM

    • Nat
    • Top 500 Contributor
    • Joined on 01-30-2008
    • Posts 6

    "Runtime Error" for all api.msappspace.com/proxy calls

    some other people in my office trying the same application variations are getting all the way to the ... not a constructor error elsewhere on the forum. i am not getting that far, i'm never getting a hit to my servers. here's a sample request and the response i get back at the client from firebug. this makes me think that the proxy node that i have affinity with is not properly updated. 

    http://api.msappspace.com/proxy/relay.proxy?opensocial_token=MIGvBgorBgEEAYI3WAP7oIGgMIGdBgorBgEEAYI3WAMBoIGOMIGLAgMCAAECAmYDAgIAwAQIK6uNFmI%2fHR8EEMRL55oX92bmbKfvb1%2f7twIEYCb%2b3ycFhUWXPk9APzrIoQpSQBoHeRca1%2bTSknpPA3k8Nq4dftAE%2b01vE8YTeWWRd2ZkzKlyFYS9REB09UbEXuQqqqRnMWqjY3HsSzi8%2f1l%2bUFSJYasCk60SnHGtWd7LAg%3d%3d&opensocial_url=http%3A//myspace.ilike.com/gadget/ilike_render_page%3F.cache%3D1205246906148%26fmt%3Dgadget%26mode%3Dhome%26synd%3Dmyspace%26userId%3D332822797%26viewerId%3D332822797

    <html>
        <head>
            <title>Runtime Error</title>
            <style>
             body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
             p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
             b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
             H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
             H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
             pre {font-family:"Lucida Console";font-size: .9em}
             .marker {font-weight: bold; color: black;text-decoration: none;}
             .version {color: gray;}
             .error {margin-bottom: 10px;}
             .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
            </style>
        </head>
        <body bgcolor="white">
                <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
                <h2> <i>Runtime Error</i> </h2></span>
                <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
                <b> Description: </b>An application error occurred on the server. The current custom error
     settings for this application prevent the details of the application error from being viewed remotely
     (for security reasons). It could, however, be viewed by browsers running on the local server machine
    .
                <br><br>
                <b>Details:</b> To enable the details of this specific error message to be viewable on remote
     machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file
     located in the root directory of the current web application. This &lt;customErrors&gt; tag should then
     have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>
                <table width=100% bgcolor="#ffffcc">
                   <tr>
                      <td>
                          <code><pre>
    &lt;!-- Web.Config Configuration File --&gt;
    &lt;configuration&gt;
        &lt;system.web&gt;
            &lt;customErrors mode=&quot;Off&quot;/&gt;
        &lt;/system.web&gt;
    &lt;/configuration&gt;</pre></code>
                      </td>
                   </tr>
                </table>
                <br>
                <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page
     by modifying the &quot;defaultRedirect&quot; attribute of the application's &lt;customErrors&gt; configuration
     tag to point to a custom error page URL.<br><br>
                <table width=100% bgcolor="#ffffcc">
                   <tr>
                      <td>
                          <code><pre>
    &lt;!-- Web.Config Configuration File --&gt;
    &lt;configuration&gt;
        &lt;system.web&gt;
            &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt
    ;
        &lt;/system.web&gt;
    &lt;/configuration&gt;</pre></code>
                      </td>
                   </tr>
                </table>
                <br>
        </body>
    </html>
     

  • 03-11-2008 11:34 AM In reply to

    • Paul
    • Top 500 Contributor
    • Joined on 02-05-2008
    • Posts 8

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

     I am still getting this error ... anyone else?

  • 03-11-2008 12:16 PM In reply to

    • dave
    • Not Ranked
    • Joined on 02-20-2008
    • Posts 3

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    I am. What gives?
  • 03-11-2008 12:36 PM In reply to

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    Likewise. Seems the myspace platform is just all hosed up today... Any status on this? 

  • 03-11-2008 1:53 PM In reply to

    • Wee
    • Top 500 Contributor
    • Joined on 02-05-2008
    • Posts 9

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    Not working for me either. 

  • 03-11-2008 4:09 PM In reply to

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    We're seeing failures from the proxy as well... 

  • 03-11-2008 6:22 PM In reply to

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    Proxy's up now, but POST ops, at least, don't POST any content in the request body.

  • 03-13-2008 12:00 PM In reply to

    • dave
    • Not Ranked
    • Joined on 02-20-2008
    • Posts 3

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    I'm still getting this error.  Is anybody else? 

  • 03-13-2008 6:28 PM In reply to

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    If you mean POST not working, it helped me to switch to the OS 0.7 syntax, instead of opensocial.makeRequest().

    params[gadgets.io.RequestParameters.POST_DATA] = { 'var1': 'val1' };
    params[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST;

    gadgets.io.makeRequest(url, callback, params);

    There is the "gadets" syntax, and also the post data is given as an object instead of a string.

    I might take the time to point out MySpace made this incompatible, breaking change something like 30hrs before launch, and after their container had been down for many hours leading up to that.

  • 05-08-2008 5:56 PM In reply to

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

     my page opens but none of the apps..im getting.the page at http://api.msappspace.com says:oops someting bad just happened...try refreshing page..

    help please someone.. 

     

  • 06-07-2008 8:01 AM In reply to

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

     well mine is doing it all day for a week I can't even contact myspace it doesn't recognize my

    email address. I am not sure as to what is going on had me paranoid my computer I thought it was bugged

    then it pops up all windows everytime I try to close windows.

    it said the same thing with the api thing then other windows pop

    open and the words are mispelled. so I think it is a bug or a virus in the apps. 

     

  • 06-07-2008 8:13 AM In reply to

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    Also, one just popped up just now. And it was misspelled! HA! Myspace cannot spell for poop!

    Well here it goes:

    "Unfortunatley there was an unknown error check back later:undefined" 

    in a nice gray box with a yellow warning label to discourage me.

    well it is nice to know myspace doesn't give a hoot. If this has been going on since March.

     

  • 07-16-2008 2:10 AM In reply to

    • Matt
    • Not Ranked
    • Joined on 07-16-2008
    • Posts 1

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    LINE : 324
    Char: 9
    ERROR: 'data' is null or not an object
    CODE: 0
    URL: HTTP://api. msappspace. com/apprending/104283/canvas/render. app

    that's what I get when trying to play MOBSTERS!

  • 08-22-2008 5:56 PM In reply to

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    yea how can i get back on mobsters

  • 08-26-2008 2:05 PM In reply to

    • Sharon
    • Top 500 Contributor
    • Joined on 08-26-2008
    • Posts 7

    Re: "Runtime Error" for all api.msappspace.com/proxy calls

    I'm having the same problems and would love any advice.

Page 1 of 1 (15 items)