Thread

Posted on Fri Oct 27 14:19:24 2006 by docs7
helpme read_message
i'm having a bit of trouble with the read_message function. has anyone got this to work? i keep getting a '?' when i try and get the date or body and blank " " in the from and subject lines. i am logged in though because i can print my inbox
Direct Responses: 3349 | 3357 | Write a response
Posted on Fri Oct 27 14:25:06 2006 by docs7 in response to 3348
Re: helpme read_message
it is also reading the message because it does do a ? on a fake messageid
Write a response
Posted on Sun Oct 29 00:09:10 2006 by grantg in response to 3348
Re: helpme read_message

The read_message method works and passes tests. Make sure you're using the latest version.

If you are using the latest version, what URL shows when you log into your account using a web browser and go to read a message in it? Does it start with "messaging.myspace.com" or with "mail.myspace.com"? (that's an either/or question, not a yes/no question).

If it starts with the latter, this might be the problem as your account is on Myspace's old mail servers still.

If you can do a "get source" and paste the page's code here we might be able to update the read_message method to handle both forms. (be sure to use the "code" tag as described in the forum's Posting Rules that should appear underneath this message in the forum

Write a response