#๐Ÿ”’ major issue - program not working

12 messages ยท Page 1 of 1 (latest)

muted fractalBOT
#

@sharp kelp

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

sharp kelp
#

Hi there, here is my code:

#

I keep getting this issue whenever i try to save a recipe

#

line 89, in <lambda>
save_button = Button(recipe_frame, text="Save", font=("Arial", 10), command=lambda l=label, u=url: saveRecipe(l, u)) # Create a "Save" button
TypeError: recipeWindow.<locals>.recipeSearch.<locals>.saveRecipe() takes 1 positional argument but 2 were given

#

Anyone know how to fix?

#

Thanks

keen cobalt
#

Why are you defining nested functions on line 29?

#

@sharp kelp On line 44 you write saveRecipe(recipeName, recipeUrl) # Call saveRecipe function to save the recipe to the database but your code is using the function defined on line 38

#

def saveRecipe(event):

muted fractalBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.