Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Invio SMS duplicato #22

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

Invio SMS duplicato #22

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Con Vodafone spesso il programma non smette mai di caricare dopo il codice di 
verifica.
Nel frattempo l'SMS viene mandato in doppia copia, oppure non viene mandato 
affatto.

Original issue reported on code.google.com by [email protected] on 31 Mar 2012 at 1:53

@GoogleCodeExporter
Copy link
Author

Questa sembrerebbe essere la sequenza che causa l'errore descritto:

D/AccountService(20183): call send(), 3 remaining
I/global  (20183): Loaded time zone names for en_US in 1710ms.
D/AccountService(20183): done send() with result [CAPTCHA_NEEDED]
W/Resources(20183): Converting to string: TypedValue{t=0x12/d=0x0 a=3 
r=0x7f06001a}
W/KeyCharacterMap(20183): No keyboard for id 0
W/KeyCharacterMap(20183): Using default keymap: 
/system/usr/keychars/qwerty.kcm.bin
D/AccountService(20183): call send(), 3 remaining
D/AccountService(20183): call send(), 3 remaining
W/SingleClientConnManager(20183): Invalid use of SingleClientConnManager: 
connection still allocated.
W/SingleClientConnManager(20183): Make sure to release the connection before 
allocating another one.
W/System.err(20183): java.lang.IllegalStateException: No wrapped connection.
W/System.err(20183): at 
org.apache.http.impl.conn.AbstractClientConnAdapter.assertValid(AbstractClientCo
nnAdapter.java:163)
W/System.err(20183): at 
org.apache.http.impl.conn.AbstractClientConnAdapter.sendRequestHeader(AbstractCl
ientConnAdapter.java:282)
W/System.err(20183): at 
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.j
ava:201)
W/System.err(20183): at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:11
9)
W/System.err(20183): at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirecto
r.java:421)
W/System.err(20183): at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:5
55)
W/System.err(20183): at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:4
87)
W/System.err(20183): at 
com.googlecode.esms.provider.Vodafone.doSend(Vodafone.java:427)
W/System.err(20183): at 
com.googlecode.esms.provider.Vodafone.send(Vodafone.java:248)
W/System.err(20183): at 
com.googlecode.awsms.android.AccountService$2.doInBackground(AccountService.java
:154)
W/System.err(20183): at 
com.googlecode.awsms.android.AccountService$2.doInBackground(AccountService.java
:1)
W/System.err(20183): at android.os.AsyncTask$2.call(AsyncTask.java:185)
W/System.err(20183): at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)
W/System.err(20183): at java.util.concurrent.FutureTask.run(FutureTask.java:138)
W/System.err(20183): at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
W/System.err(20183): at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
W/System.err(20183): at java.lang.Thread.run(Thread.java:1019)
D/AccountService(20183): done send() with result [NETWORK_ERROR]
D/AccountService(20183): done send() with result [SUCCESSFUL]
D/AccountService(20183): call send(), 2 remaining
D/AccountService(20183): done send() with result [SUCCESSFUL]
W/IInputConnectionWrapper(20183): showStatusIcon on inactive InputConnection

Original comment by [email protected] on 4 Apr 2012 at 1:14

  • Changed state: Accepted

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

No branches or pull requests

1 participant