k4gdw / sharp-voice

Automatically exported from code.google.com/p/sharp-voice
0 stars 0 forks source link

Cannot read all SMS messages #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Send SMS messages to Google Voice account
2. Set up SharpVoice application to log in to account
3. Copy/paste "Write SMS to console" code in Wiki/Examples, run

What is the expected output? What do you see instead?
Expected: All messages sent to/from the Google Voice account print to screen.

Result: Only the first message sent to/from the Google Voice account prints to 
the screen. Only way to get it to print a different message is to delete the 
message and send another to/from the account. Cannot delete messages through 
code (not implemented).

What version of the product are you using? On what operating system?
Using the recommended download (SharpVoice.dll rev rd95811f0905e) on Windows 7 
x64.

Please provide any additional information below.

Original issue reported on code.google.com by helpimtr...@gmail.com on 25 Aug 2013 at 10:46

GoogleCodeExporter commented 8 years ago
Please try the dll from r9532064b026c. I've submit changes for handling 
messages. If you are still unable to get all your SMS, we'll have to do some 
further testing.

Original comment by scott.mu...@gmail.com on 26 Aug 2013 at 1:18

GoogleCodeExporter commented 8 years ago
I downloaded the new DLL, but I'm still experiencing the same issue. If I send 
a message from a different phone it will generate a new "conversation" in 
Google Voice, and the code from the Wiki will read the first message 
sent/received in both conversations, but not any follow-up messages from either 
phone.

I noticed that stacyDra...@wildwires.com in the comments on Wiki/Examples was 
having a similar issue, and commented:
"The json google returns is wrong. :( I have 4 texts from one number but it 
only shows the first one. It's in the HTML though."

Original comment by helpimtr...@gmail.com on 26 Aug 2013 at 6:04

GoogleCodeExporter commented 8 years ago
i am also facing same issue only first message come up from conversation please 
do something for it 

Original comment by andr...@pulsesolutions.net on 11 Oct 2013 at 11:26

GoogleCodeExporter commented 8 years ago
Any update on this or any suggestion on how to fix the problem ourselves?  
thanks!

Original comment by thej...@gmail.com on 28 Jan 2014 at 1:24

GoogleCodeExporter commented 8 years ago
I don't have any update on this and don't see myself fixing it soon. The fix 
would be to get the messages using an xpath query on the same file that is read 
in by the json reader. The html, in a second section, contains the threads for 
the page that would be viewed on the website. 

Original comment by scott.mu...@gmail.com on 30 Jan 2014 at 3:41

GoogleCodeExporter commented 8 years ago
Issue 18 has been merged into this issue.

Original comment by scott.mu...@gmail.com on 30 Jan 2014 at 3:43