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

Sometimes hangs on a getall scan #375

Closed
tjesp opened this issue Jun 17, 2024 · 2 comments
Closed

Sometimes hangs on a getall scan #375

tjesp opened this issue Jun 17, 2024 · 2 comments

Comments

@tjesp
Copy link

tjesp commented Jun 17, 2024

When I scan the auction house sometimes it takes forever. Like half an hour before I quit the scan.

I think the issue is that you disconnected from the auctioneer due to phasing. TSM and others have the same issue. I know that TSM writes a message if you disconnected due to phasing.

I wonder if you could do anything about it like ending the scan premature.

@shirsig
Copy link
Owner

shirsig commented Jun 17, 2024

Note that Aux does all processing immediately as the data comes in - nothing is delayed until the end of the scan - so if the scan gets stuck when the progress bar is near the end it doesn't matter much, and if you see that the progress bar stops moving it should be safe to assume that it's stuck and you can terminate it yourself. Also, Aux aggregates scan data into a single data point per day with minimum prices for each item on that day, so rescanning multiple times (e.g., in case the scan was interrupted early) also does not falsify the historical data.

@tjesp
Copy link
Author

tjesp commented Jun 19, 2024

Alright, so I assume everything is ok

@tjesp tjesp closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants