Python Forum
Help with Exception to error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Exception to error
#1
Hi,

I am new to Python and trying to help a friend.

I need to use a try exception to fix the error here below.

Task exception was never retrieved
future: <Task finished coro=<notification_loop() done, defined at chesterfieldbot.py:167> exception=KeyError('iv_atk',)>
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "chesterfieldbot.py", line 201, in notification_loop
hundredsarray = getNewHundreds(pokearray)
File "chesterfieldbot.py", line 139, in getNewHundreds
if (getIVPercent(newArray[i]) != 100.0):
File "chesterfieldbot.py", line 20, in getIVPercent
if (poke['iv_atk'] is None or poke['iv_def'] is None or poke['iv_sta'] is None):
KeyError: 'iv_atk'

within the below code. Any help will be appreciated as I'm not too sure how I should be implementing this. Please let me know if more details are needed as I am new here and a noob.
code -> https://python-forum.io/Thread-Help-with...1#pid42111
Reply


Messages In This Thread
Help with Exception to error - by harveyl12 - Mar-12-2018, 10:49 PM
RE: Help with Exception to error - by harveyl12 - Mar-13-2018, 06:48 PM
RE: Help with Exception to error - by sparkz_alot - Mar-13-2018, 06:56 PM
RE: Help with Exception to error - by harveyl12 - Mar-13-2018, 07:19 PM
RE: Help with Exception to error - by micseydel - Mar-14-2018, 12:10 AM
[split] Help with Exception to error - by harveyl12 - Mar-13-2018, 08:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how to write exception error into logger mg24 3 1,002 Nov-15-2022, 04:20 PM
Last Post: insharazzak
  pywin32 Illustrator Throwing Exception Error matthewsjc1 7 5,651 Aug-27-2021, 02:43 AM
Last Post: Larz60+
  SystemError: error return without exception set!!! faryad13 3 3,738 Oct-23-2020, 02:32 PM
Last Post: ATARI_LIVE
  Exception: Returned Type Mismatch Error devansing 1 5,194 Mar-06-2020, 07:26 PM
Last Post: ndc85430
  i am getting error while writing code for exception logging rkgupta51179 1 1,871 Nov-03-2019, 05:12 AM
Last Post: buran
  During handling of the above exception, another exception occurred Skaperen 7 26,951 Dec-21-2018, 10:58 AM
Last Post: Gribouillis
  Can't find error in code but Python throws exception Sandwich_masterX 3 2,974 Oct-09-2018, 01:38 AM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020