Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109186 > unrolled thread
| Started by | Michael Torrie <torriem@gmail.com> |
|---|---|
| First post | 2016-05-27 21:02 -0600 |
| Last post | 2016-05-27 21:02 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Strange Python related errors for androwarn.py. Please help! Michael Torrie <torriem@gmail.com> - 2016-05-27 21:02 -0600
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2016-05-27 21:02 -0600 |
| Subject | Re: Strange Python related errors for androwarn.py. Please help! |
| Message-ID | <mailman.2.1464404580.1839.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web