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

Collect data "mark as seen" infinite loop #500

Open
nickvisut opened this issue Mar 17, 2025 · 0 comments
Open

Collect data "mark as seen" infinite loop #500

nickvisut opened this issue Mar 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@nickvisut
Copy link
Contributor

Got into infinite loop after getting latest while dev server running. Investigate further to see if actual problem:

 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 14ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 8ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 15ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 6ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 11ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 5ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 8ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 6ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 9ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 9ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 8ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 5ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 4ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 6ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 9ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 7ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 6ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 6ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 8ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 13ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 6ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 7ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 7ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 11ms
 GET /api/trpc/iep.getBenchmarkAndTrialData?batch=1&input=%7B%220%22%3A%7B%22json%22%3A%7B%22benchmark_id%22%3A%229a1fe7fc-04bf-46e1-b741-65cb63a4dd19%22%7D%7D%7D 200 in 7ms
 POST /api/trpc/iep.markAsSeen?batch=1 200 in 12ms
@nickvisut nickvisut added the bug Something isn't working label Mar 17, 2025
@nickvisut nickvisut changed the title "mark as seen" infinite loop Collect data "mark as seen" infinite loop Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant