Advertisement
Guest User

Untitled

a guest
Mar 31st, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "test/stdnosoap.py", line 191, in <module>
  3. These are the cookies we have received so far :
  4. 0 : <Cookie appacc=mlb for .mlb.com/>
  5. 1 : <Cookie ipid=29794690 for .mlb.com/>
  6. 2 : <Cookie NSC_BPIP=000006552600000655350471602348000002355200120072750 for secure.mlb.com/>
  7. Here are the headers of the page :
  8. Server: Oracle-iPlanet-Web-Server/7.0
  9. Date: Thu, 31 Mar 2011 23:25:57 GMT
  10. Content-type: text/html;charset=ISO-8859-1
  11. Set-cookie: SESSION_1=; Domain=.mlb.com; Path=/
  12. Transfer-encoding: chunked
  13.  
  14.  
  15. These are the cookies we have received so far :
  16. 0 : <Cookie SESSION_1= for .mlb.com/>
  17. 1 : <Cookie appacc=mlb for .mlb.com/>
  18. 2 : <Cookie ipid=29794690 for .mlb.com/>
  19. 3 : <Cookie NSC_BPIP=000006552600000655350471602348000002355200120072750 for secure.mlb.com/>
  20. raise Exception,page
  21. Exception:
  22. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  23. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  24. <head>
  25. <link href="/style/global.css" rel="stylesheet" type="text/css"/>
  26. <link href="/style/mlb.css" rel="stylesheet" type="text/css"/>
  27. <style type="text/css">
  28. body {background:#fff;}
  29. .errorBlock {width:600px; margin:50px auto; font:normal 16px Arial,Helvetica,sans-serif; text-align:center;}
  30. .errorBlock h1 {font:normal 32px Arial,Helvetica,sans-serif; color:#999; }
  31. </style>
  32. <script type="text/javascript">
  33. var isBeta=false;
  34. function tailErrors() {var win=window.open("/core/taillogs.jsp?b="+isBeta+"#bottom","","status=0, statusbar=0, location=0, directories=0, resizeable=1, resizable=1, scrolling=1, scroll=1, scrollbars=1, height=600, width=800");}
  35. </script>
  36. </head>
  37.  
  38. <body>
  39.  
  40. <form action="#" onsubmit="return false">
  41. <div class="errorBlock">
  42.  
  43.  
  44. <a href="http://mlb.mlb.com/index.jsp"><img src="/images/logo_mlb_lg.gif" width="370" height="90" border="0" alt="MLB.com" /></a>
  45. <p><strong>We are sorry, but you have reached this page in error.</strong></p>
  46. <p>Please try the action again and, if the problem continues, contact Customer Service.</p>
  47.  
  48.  
  49.  
  50.  
  51.  
  52. </div>
  53. </form>
  54.  
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement