Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GVX missing after redirect causing GVN to not log in. #12

Open
Corruptinglyneedful opened this issue Aug 23, 2016 · 11 comments
Open

GVX missing after redirect causing GVN to not log in. #12

Corruptinglyneedful opened this issue Aug 23, 2016 · 11 comments

Comments

@Corruptinglyneedful
Copy link

This is the error message I am getting in the log.txt file.

10:38:26 PM: Cannot login: GVX is missing after redirect
10:38:26 PM: Login Failed: GoogleVoice.GVLoginException: GVX is missing after redirect
at GoogleVoice.Account.Login()
at GVNotifier.SessionModel.b__20()

Not a clue how to fix this and I very, very, heavily rely on this program to work.

@Corruptinglyneedful Corruptinglyneedful changed the title GVN not logging in 2016 GVX missing after redirect causing GVN to not log in. Aug 23, 2016
@Impr0ve
Copy link

Impr0ve commented Aug 23, 2016

I have the same problem just starting happening don't know why just noticed it today

@Corruptinglyneedful
Copy link
Author

Still not working today.

I absolutely rely on this program to text people.

It needs to work or someone needs to list an alternative.

@rkoffler
Copy link

Same

@JimBlankenship
Copy link

JimBlankenship commented Aug 24, 2016

This problem started happening yesterday. I suppose Google changed GVX cookies so that it broke GVNotifier.

Before the "GVX is missing after redirect" error, the log shows an XML error.

17:40:28: GoogleVoice/ContactsManager/ System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderList1.Read4_ArrayOfContact()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
at GoogleVoice.ContactsManager..ctor(String ImageDir, String UserName, HttpSession http)

Sometimes the XML error shows up like this instead:

17:56:50: DavuxLib2/Settings/Get<?> Can't Save: System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGVCookie.Read3_GVCookie()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
at DavuxLib2.Extensions.ObjectExtensions.FromXML[T](String str)
at DavuxLib2.Settings.Get[T](String key, T def)

@Corruptinglyneedful
Copy link
Author

So how do I fix it?

@schleprock
Copy link

well, this sucks. it's now happening to me as well...
guess i'll be looking at the code on github this weekend!

On Wed, Aug 24, 2016 at 7:58 PM, JimBlankenship [email protected]
wrote:

This problem started happening yesterday. I suppose Google changed GVX
cookies so that it broke GVNotifier.

Before the "GVX is missing after redirect" error, the log shows an XML
error.

17:40:28: GoogleVoice/ContactsManager/ System.InvalidOperationException:
There is an error in XML document (0, 0). ---> System.Xml.XmlException:
Root element is missing.
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.
XmlSerializationReaderList1.Read4_ArrayOfContact()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, String encodingStyle)
at GoogleVoice.ContactsManager..ctor(String ImageDir, String UserName,
HttpSession http)

Sometimes the XML is this instead:

17:56:50: DavuxLib2/Settings/Get<?> Can't Save: System.InvalidOperationException:
There is an error in XML document (0, 0). ---> System.Xml.XmlException:
Root element is missing.
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.
XmlSerializationReaderGVCookie.Read3_GVCookie()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, String encodingStyle)
at DavuxLib2.Extensions.ObjectExtensions.FromXMLT http://String%20str
at DavuxLib2.Settings.GetT http://String%20key,%20T%20def


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#12 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFibE-w2t0u7IrsjA6Nw7Q5XubGS9MJSks5qjNqqgaJpZM4JqhmH
.

@Corruptinglyneedful
Copy link
Author

Corruptinglyneedful commented Aug 27, 2016

Well I got sick and tired of waiting for the developer to fix his busted shit so I went and got the Google Hangouts Chrome App.

I can get so much more from this, than I ever could with GVN.

It uses Chrome, but in the background. I can use it on Wlindows desktop, without having to actually use Chrome. It's great.

I should have switched over long ago.

On a side note. I'm getting really, really, REALLY sick and tired of people abandoning their projects. If you aren't going to work on it anymore, you need to officially shut it down or pass the torch. This stringing people along and leaving them hanging shit, needs to stop.

@schleprock
Copy link

it looks like the hangouts app for chrome only shows SMS messages if you
check the receive SMS in hangouts box. i tried receiving SMS messages in
hangouts a couple years ago and it did not work very well, at all....
can you still get notifications if you don't check the box?

On Fri, Aug 26, 2016 at 9:18 PM, Corruptinglyneedful <
[email protected]> wrote:

Well I got sick and tired of waiting for the developer to get his head out
of his ass and fix his busted shit so I went and got the Google Hangouts
Chrome App.

I can get so much more from this, than I ever could with GVN.

It uses Chrome, but in the background.

I should have switched over long ago.

On a side note. I'm getting really, really, REALLY sick and tired of
people abandoning their projects. If you aren't going to work on it
anymore, you need to officially shut it down or pass the torch. This
stringing people along and leaving them hanging shit, needs to stop.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#12 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFibEx_p92OR0cIbSbg8u33X-kyuCDf-ks5qj5BvgaJpZM4JqhmH
.

@Corruptinglyneedful
Copy link
Author

In order to get SMS from Google voice, you need to set up both Google Voice and Hangouts to send to Hangouts.

Google has a help page that can help you do this.

You get offline messages but messages will no longer show up on the Google Voice page, which is fine, IMO. It's severely limited.

In order to add contacts or edit them, you have to use Google Contacts, much like with GVN.

@JimBlankenship
Copy link

I found this on SourceForge for GoogleVoice.NET:

"As an FYI, apparently as of June or July 2016 Google appears to have removed support for a good portion of the GV account login handling via URL's and outside of OAuth. And Google's OAuth doesn't appear to include Google Voice as a listed app via their GoogleApis.Com listings...."

https://sourceforge.net/p/gvoicedotnet/discussion/1046696/thread/523adde6/?limit=25#2eab

@Corruptinglyneedful
Copy link
Author

I don't understand what any of that means.

And even if that was the source, it does not explain why it continued to exist way outside the protocol time.

Which was 15 days ago vs that post of July 2016.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants