Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer see HTTP requests #75

Open
cdunford opened this issue Nov 13, 2023 · 4 comments
Open

No longer see HTTP requests #75

cdunford opened this issue Nov 13, 2023 · 4 comments

Comments

@cdunford
Copy link

For the last couple releases, all I see in my Kolo vs code extension is:

image

These do update, but there isn't really any useful information in them.

@LilyFoote
Copy link
Contributor

Hi! Are you using KoloMiddleware or kolo run? If you're using kolo run, can you share the full command?

@cdunford
Copy link
Author

I am using KoloMiddleware

@LilyFoote
Copy link
Contributor

Hmm... Maybe it's because you're using uvicorn or because you're using asgi. Do you have any synchronous views you can try with manage.py runserver?

@wilhelmklopp
Copy link
Member

Hey @cdunford, thanks for reporting this! Just to double check we're understanding correctly: these requests used to show up properly, but then they stopped working?

Can I check which version of the kolo python package you're using? The latest is 2.16.3

As a trouble shooting step, I'd recommend adding the following two lines to the top of your .kolo/config.toml and then re-running the requests to see if that gets it working (restart of the server is also required):

use_rust = false
use_msgpack = false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants