Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #109186

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

From Michael Torrie <torriem@gmail.com>
Newsgroups comp.lang.python
Subject Re: Strange Python related errors for androwarn.py. Please help!
Date 2016-05-27 21:02 -0600
Message-ID <mailman.2.1464404580.1839.python-list@python.org> (permalink)
References (5 earlier) <53f6d0eb-b5bd-5c47-f4df-c1645dc695c8@gmail.com> <8cc41e51-2fd2-a4aa-7ab4-9a36fd231c90@gmail.com> <CAOKpjz-aK7kW2LFcrfm1X1gpo53RMMCQ0zLRbU=P8Rrz8Vkx1g@mail.gmail.com> <878f4713-0970-454e-5320-950dd7a676f0@gmail.com> <2d5e0620-5cb6-2b7f-cb3b-7b8c87fb8f1e@gmail.com>

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Strange Python related errors for androwarn.py. Please help! Michael Torrie <torriem@gmail.com> - 2016-05-27 21:02 -0600

csiph-web