kolofordjango / kolo

See everything happening in your running Django app. All without leaving VSCode
https://kolo.app
486 stars 14 forks source link

Kolo Warning: incomplete subtrees exist #83

Open andrewokello opened 2 months ago

andrewokello commented 2 months ago

When running Kolo, it advices me to check the dev tools which only shows this error as seen on the screenshots.

image image

This is the current raw trace for the top request

{ "command_line_args": [ "manage.py", "runserver" ], "current_commit_sha": "af42cd71fb8446dff9014b7bd89ed3990277667a", "frames": {}, "frames_of_interest": [{ "frame_id": "frm_01HW6NPPFBMMW0QKKRH9NYY88X", "timestamp": 1713916041.7074487, "thread": "Thread-3 (process_request_thread)", "thread_native_id": 30136, "user_code_call_site": None, "type": "django_request", "body": "name=rick%20and%20morty%20sn%203&project=f6866beb-6894-4809-b1b0-06deeba08836&column=a318d41b-5576-43c6-9438-d3137ac70cee", "headers": { "Content-Length": "121", "Content-Type": "application/x-www-form-urlencoded", "Accept": "application/json", "X-Agency-Id": "f0b8c242-df24-460f-8f3c-9f7cace431ad", "Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzE2NDQ3ODE3LCJpYXQiOjE3MTM4NTU4MTcsImp0aSI6ImQyNTgzNmUxY2VmMTQxMDI4NmM2ZThjZTkwZjlhZTUxIiwidXNlcl9pZCI6ImEzYmRhZGZhLTg3MWUtNDdmMS1iZTFlLWU4MjA4ZGM1NjdiMyJ9.s6_0NPyipr0SOjsKwV8oCMA4oK0Env7E5RTkNdNlWaE", "User-Agent": "PostmanRuntime/7.37.3", "Cache-Control": "no-cache", "Postman-Token": "e9111f86-f995-43e1-9bdf-6dc4e48115f9", "Host": "localhost:8000", "Accept-Encoding": "gzip, deflate, br", "Connection": "keep-alive" }, "method": "POST", "path_info": "/api/v1/tasks/create/", "post_data": { "name": ["rick and morty sn 3"], "project": ["f6866beb-6894-4809-b1b0-06deeba08836"], "column": ["a318d41b-5576-43c6-9438-d3137ac70cee"] }, "query_params": {}, "scheme": "http" }], "main_thread_id": 8672, "meta": { "version": "2.23.0", "source": "kolo.middleware.KoloMiddleware", "use_frame_boundaries": True }, "timestamp": 1713916041.7078397, "trace_id": "trc_01HW6NPPC7D0KQ5AD0GN104NZZ" }