#bug: Follow my Traces doesn't work anymore

1 messages · Page 1 of 1 (latest)

surreal wadi
#

Follow my Traces feature is really useful when running dagger locally, but it's been broken for some time. It never actually shows the currently running trace, always an older one.

#

actually, even after the run finishes, the Following view is still only showing the run from 4 days ago:

#

There are two runs from today:

#

Btw this has been broke for at least a week or two - I just now got annoyed enough to report it 😅

surreal wadi
#

bug: Follow my Traces doesn't work anymore

last vector
#

let me check really quick

surreal wadi
#

it was definitely broke 4 days ago when I was using it

last vector
#

@surreal wadi seems to be working here. Can you check if in the network inspector on that page you see the query networking request polling?

#

that should retrieve the last trace and update accordingly

surreal wadi
#

it does indeed seem to think that the 4 day old trace is the latest

last vector
#

@surreal wadi seems like the "recent" traces are coming from a cloud token and not your personal user

#

that's why the following is not working

#

when you see that robot icon as the trace Author, it means that the engine is using the "ci token" to send traces

#

and not your dagger login personal auth

surreal wadi
#

ohhhhh

#

right, cause I have a script that pulls the token from 1Password instead