-
Notifications
You must be signed in to change notification settings - Fork 5
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
Re-introduce startup delay #441
Comments
I've seen this once today, I don't mind loading a debug version and seeing if I can reproduce it sometimes. Mine was: PS. "Error: No attribute or sheet field found for character_id -KgOpR9ki-sb0bcVF9L0 named version" New, or related to a previous bug? I remember similar errors... |
Hey, yeah, I've been debugging this in someone else SKT campaign. It's the same bug as before but I thought Riley had nailed at the Roll20 end. Basically the sheetworker completion callback is getting called before the sheetworkers are actually complete. In fact, in this case, it gets called before they even start. What other script do you have installed in the campaign, BTW? |
|
Yeah, so I suspect that HealthColors may be making this worse. It also does sheetworker stuff on startup (i believe) and I think there's a problem with the Roll20 implementation if multiple scripts are trying to fire off sheetworkers at the same time. |
Make it delay if it doesn't find a version attribute - trying again repeatedly for up to 20 seconds before giving up.
The text was updated successfully, but these errors were encountered: