You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I tried to use the item to test the API, but could not reproduce the problem.
We need to confirm, are you using an external tool such as Tasker to call the API?
v1.93.0-rc02 We checked the relevant code and found that there is logic at the code level to update the overall achievement progress. But it and updating the progress of a single condition belong to two processes and are executed by a dedicated single thread. Then fixed an issue that could cause progress calculation errors.
We're not sure yet whether this is caused by single-thread blocking or something else.
Describe the bug
Achievements that have an API call as the only condition always appear as 0% in the list, regardless of actual progress.
Expected behavior
The displayed percentage should reflect the progress on the API call condition.
Screenshots
Environments and Version (please complete the following information):
The text was updated successfully, but these errors were encountered: