Whenever I reload the client, it reverts all cards to the "new" state which causes the client to pause whenever they're played. I can get around it with the "viewall" console command, but it would be great to mark all cards permanently. This began yesterday.
I suspect this is more of a bug rather than a support issue (so I'll move it)? Doesn't sound like an issue we've seen reported before and there's not a new build yet, so that's odd. If cards view status is stored server side, something might have changed there?
I put it in support because I suspect (without any evidence whatsoever) that I flipped some configuration bit while poking at stuff in the console. Hopefully it's just a fix where they can flip the right bits back again. ^_^
Nope! I've dug into this and viewall is broken at the moment. Please don't use it! Due to what appears to be a typo, it actually works on the client but calls clearviews on the server, clearing your record of cards viewed. The next time you log in your record is sent down from the server, and, unsurprisingly, is empty. neoncat - if you stop using viewall then in time you'll re-accumulate your views. Unfortunately we don't have any tools for fixing your view data, and manual db changes in production data carry a lot of risk, so in this case I'd really prefer this workaround to trying to fix it by hand. Sorry :/ I'll fix the viewall command now. It should come through in the build after next. Thx for reporting the bug. EDIT: I've tested and submitted the fix to viewall. As mentioned above, it'll be in the build after next.
No worries. I already have a regimen that I type into the console at load, so I can just add viewall until the fix rolls out.