Open GoogleCodeExporter opened 8 years ago
Hi, This helped me very much. Many thanks, I would be more than happy to tip
you by bitcoin (0.1 BTC) if you are into that. Pls send me an email to
bitcointip4u@gmail.com. Thanks again, Louis
Original comment by bitcoint...@gmail.com
on 29 Oct 2013 at 1:37
Thank you very much for the help!!!!
I posted same issue without reading this because I had the problem about 2 days
ago.
Original comment by nycparks...@gmail.com
on 29 Oct 2013 at 2:15
[deleted comment]
Maybe pygooglevoice should use a fallback in case something else changes that
breaks the regex? Here's how I updated my code:
try:
galx = re.search(r"name=\"GALX\" type=\"hidden\"\n *value=\"(.+)\"", content).group(1)
except:
galx = ''.join(e for e in content if e.isalnum()) # Remove special characters (leaving only letters & numbers)
galx = galx[galx.index("GALX"):] # Grab everything from GALX forward
galx = galx[:galx.index("input")] # Truncate at input (first word after GALX value)
galx = galx[galx.index("value")+5:] # Extract GALX value
Original comment by njcarr...@gmail.com
on 31 Oct 2013 at 5:23
Thank you so much!!!
Original comment by ed.shap...@gmail.com
on 6 Nov 2013 at 12:09
Thanks, this worked great.
Original comment by andrewmk...@gmail.com
on 18 Nov 2013 at 2:12
I am trying to make the change to mine but can't find the voice.py file to
change it. Where is it located?
Original comment by GregStew...@gmail.com
on 17 Jun 2014 at 2:14
Greg...it's a file in the goolgevoice folder within the .tar.gz..
Original comment by darteag...@gmail.com
on 25 Jun 2014 at 4:44
Is this still working? I tried all posted fix but it didn't work. It looks like
the login URL is not working anymore..
Original comment by romelemp...@gmail.com
on 1 Aug 2014 at 5:21
Original issue reported on code.google.com by
HermanNo...@gmail.com
on 29 Oct 2013 at 1:49