If you're getting an error, the first thing you should do is examine the reported error.
Especially when you're getting the error from a remote system.
Bringing up your URL manually in my browser, I am also getting an error page, "Message: Can not activate the view ErrorPopulate. Error executing child request for /SelfCare/Template.aspx." With the input you provide, /SelfCare/Template.aspx is failing. This means one of two things:
1) /SelfCare/Template.aspx is broken
-or-
2) You're passing it the wrong input
If it's #1, there's really nothing you can do about it except maybe complain to the uefa.com admins and tell them to fix it. If it's #2, then you need to poke at it a bit more with your browser to figure out the correct input (both URL and HTTP POST parameters) to send with your request.
Either way, if you're receiving the same error page with your robot as I am with my browser, then your robot is working just fine.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.