Strange Python related errors for androwarn.py. Please help!

Michael Torrie torriem at gmail.com
Fri May 27 23:02:55 EDT 2016


On 05/27/2016 08:09 PM, Michael Torrie wrote:
> On 05/27/2016 08:41 AM, Sean Son wrote:
>> Thank you for your reply. So the error isnt due to a bug in function
>> itself? It is due to a possible error in the Android APK file?  If that
>> is the case, it would take a while to figure this out. I tried contacted
>> the author of the project but I have yet to hear back from him .
> 
> Yes it sounds like a bug, but the bug is probably not in the function
> that you pointed to.  The exception occurs there, yes, but it occurs
> because the function is expecting an integer to be passed to it, but is
> receiving a string instead.  In other words, something is passing bad
> data (or data the function doesn't know how to interpret).  

I guess I don't mean integer.  I mean it expects a string that can be
converted to an integer.  But it's getting some other text instead,
which it doesn't know how to handle.




More information about the Python-list mailing list