-
Notifications
You must be signed in to change notification settings - Fork 63
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
[1.5] The script collected xxx points missing from logs #226
Comments
I think that's fixed by #228 |
Tested the fix above, and I still don't have any log line that says 'the script collected'. Would it make sense to move it out of mobile and into runTasks instead in the index.ts? I do have parallel and clusters on in case that's messing with things. |
confirming now that the issue is with parallel enabled/ When parallel is enabled, the log entry for 'the script collected...' does not appear |
Is there any other message you get instead? |
As far as I can tell it just doesn't appear, no errors or other messages. I'll double check |
Tested with parallels on, log still appear for me |
Huh, well that’s odd. AFAIK the only change to index.ts that I made was to add |
Ah ok, I think I narrowed it down: the initial run DOES show the points with parallels on/off. Subsequent runs on the same day, do not show points (for me). I was testing the script so much I had already gained points, and the following runs weren't showing anything. I'll close the issue but I have two suggestions:
Unfortunately, I don't know enough about the syntax of index.ts to do this myself without hopelessly breaking it. |
I mean Mobile is always ran after Desktop, regardless if it's set up to do searches or not. And if it cannot gather points, since they've all been completed it should show "No points to earn and "runOnZeroPoints" is set to "false", stopping!" unless of course "runOnZeroPoints" is enabled, if that is enabled it should show the final count. |
That makes sense, and I'll add a notification for 'no points to earn', appreciate that lead thanks! |
I no longer get 'the script collected xxx points today' log item. I have
parallel=true
andclusters=2
.Adding
await
log does not fix it. Perhaps because of parallel being true, or due to it appearing in the mobile part of index.ts? Potentially worth a look as it would make a great notification. Adding as a separate issue because I buried it in my notification testing issue #90The text was updated successfully, but these errors were encountered: