Python Forum
local varible referenced before assignment
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
local varible referenced before assignment
#3
It still didn't solve the problem There is another problem: the argument of type 'NoneType' is not iterable. Here is full error first:
Error:
File "d:\programy python\speakingchatbot.py", line 110, in <module> run_ava() File "d:\programy python\speakingchatbot.py", line 45, in run_ava command = take_command() File "d:\programy python\speakingchatbot.py", line 42, in take_command NameError: name 'command' is not defined
And the Second one:
Error:
Traceback (most recent call last): File "d:\programy python\speakingchatbot.py", line 109, in <module> run_ava() File "d:\programy python\speakingchatbot.py", line 45, in run_ava if 'play' in command: TypeError: argument of type 'NoneType' is not iterable
Yoriz write Jan-10-2023, 06:12 PM:
Please post all code, output and errors (in their entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Reply


Messages In This Thread
RE: local varible referenced before assignment - by SC4R - Jan-10-2023, 05:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  UnboundLocalError: local variable 'wmi' referenced before assignment ilknurg 2 1,967 Feb-10-2022, 07:36 PM
Last Post: deanhystad
  Python 3.8 Nested varible not updating Teknohead23 6 2,520 Oct-02-2021, 11:49 AM
Last Post: Teknohead23
  Referenced before assignment finndude 3 3,333 Mar-02-2021, 08:11 PM
Last Post: finndude
  ReferenceError: weakly-referenced object no longer exists MrBitPythoner 17 11,789 Dec-14-2020, 07:34 PM
Last Post: buran
  UnboundLocalError: local variable 'figure_perso' referenced before assignment mederic39 2 2,304 Jun-11-2020, 12:45 PM
Last Post: Yoriz
  local variable 'marks' referenced before assignment Calli 3 2,364 May-25-2020, 03:15 PM
Last Post: Calli
  UnboundLocalError: local variable referenced before assignment svr 1 3,350 Dec-27-2019, 09:08 AM
Last Post: perfringo
  UnboundLocalError: local variable ' ' referenced before assignment d3fi 10 5,708 Sep-03-2019, 07:22 PM
Last Post: buran
  local variable referenced before assignment. samvup 3 4,657 Aug-26-2019, 07:07 PM
Last Post: buran
  local variable 'option' referenced before assignment RedSkeleton007 11 8,061 Feb-23-2018, 07:16 AM
Last Post: RedSkeleton007

Forum Jump:

User Panel Messages

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