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

[Bug Report] Batches gone missing but game progressing normally #425

Open
2 tasks done
darthkenobi5319 opened this issue Oct 11, 2023 · 1 comment
Open
2 tasks done
Labels
bug Something isn't working

Comments

@darthkenobi5319
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

the batches have gone missing after admin page has been refreshed so I cannot monitor the games (The players page is normal, and players are playing the game normally)

Steps To Reproduce

  1. Setup a game with a batch (any batch, for our test approximately 40 players and 15 players all had the same problem)
  2. The game runs and participants play, After a period, all batches disappear from the admin panel (but games are running as usual without failure)
  3. You may click on 'players' and see the players are normal, online and in the platform. But batches are nowhere to be seen
  4. New batches created at this point also cannot be seen
    image
    image_720

Empirica Version

Version: v1.8.1
SHA: e4be405
Branch: main

What OS are you seeing the problem on?

Windows

What browser are you seeing the problem on?

Microsoft Edge

Relevant log output

No response

Anything else?

out231010main.txt
out231010backup.txt

Code of Conduct

  • I agree to follow this project's Code of Conduct
@npaton
Copy link
Contributor

npaton commented Jan 1, 2024

I apologize, I missed this issue previously. I can see in your logs an issue that has been fixed in more recent releases (transition step: invalid state). You might also want to look into from your experiment's code:

llm response is not a valid json
TypeError: i.to.split is not a function
    at NY (/tmp/ea41cecfe5ba045e/src/gpt/prompts/responseHandler.js:24:58)
    at sv.callForAction (/tmp/ea41cecfe5ba045e/src/gpt/GPTAgent.jsx:157:15)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at ZCe (/tmp/ea41cecfe5ba045e/src/callbacks.js:206:5)

As for the missing batches in the admin, that does sounds like an issue that is still existing, since it was reported again in #469. If you happen to still have the tajriba.json (found at .empirica/local/tajriba.json) file where this problem was happening, I'd appreciate if you could share it (you can DM me on Slack if it's confidential). Thank you, and, again, sorry for the lack of an earlier response. 🙏

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
None yet
Development

No branches or pull requests

2 participants