This repository was archived by the owner on Oct 8, 2024. It is now read-only.
What am I doing wrong #16
tylerwight
started this conversation in
General
Replies: 1 comment
-
|
well after banging my head against this for a while, then posting this discussion -- just a few minutes later I figured it out. It didn't fully occur to me that I had to be passing back dictionary or strings and nothing else. So In the end I found 2 main things
It all makes sense in hindsight but putting my solution here incase someone else runs into this too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
This sounds like a great project and I am attempting to use it. So far I can get zero data passed between stuff and am getting errors. In order to help me understand I decided to just try and get the two example codes working, and they aren't for me. Can anyone help me see what I'm missing? I have tried both the tests verbatim and slight changes you can see below
test_bot.py:
test_client.py
Here is the log output of both of these after starting them, and then making a web request to to the quart server:
test_bot.py
test_client.py
it sounds like this line is the issue:
get_guild_data raised MyBot.get_guild_data() takes 1 positional argument but 2 were givenBut I cannot figure out for the life of me where it's getting passed 2 arguments
Beta Was this translation helpful? Give feedback.
All reactions