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

it fails to run multiple character if the credentials of previous character is incorrect. #1819

Open
prince981620 opened this issue Jan 4, 2025 · 0 comments
Labels

Comments

@prince981620
Copy link

Describe the bug

when given more than one ..character.json in characters folder and running it manually using command :
pnpm run dev --character="characters/c1.character.json,characters/c2.character.json"

lets say the x credentials of c1 is incorrect then it will try to login multiple time c1 and then stop will never to c2.

To Reproduce

put multiple character.json in characters.json and then run :
pnpm run dev --character="characters/c1.character.json,characters/c2.character.json"

Expected behavior

try to login c1 given number of time if failed move on to next character and so on

Screenshots
Screenshot 2025-01-04 at 10 02 13 PM

Additional context

@prince981620 prince981620 added the bug Something isn't working label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants