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

Cannot obtain track analysis tags using DBserver queries #60

Closed
brunchboy opened this issue May 13, 2023 · 0 comments
Closed

Cannot obtain track analysis tags using DBserver queries #60

brunchboy opened this issue May 13, 2023 · 0 comments
Assignees
Labels

Comments

@brunchboy
Copy link
Member

Describe the bug
This was raised on Zulip as a report that phrase analysis was not working properly for tracks that were already loaded on players when BLT was taken online. I soon discovered that this only happened when the process of going online was faster than my initial launch of the program, and also only if BLT was configured to use a real player number.

It turns out the problem is that the code for requesting tags via DBserver queries never worked, so any attempts made before Crate Digger had finished parsing the players’ databases would fail. The file extension being passed to DBserver is supposed to have the leading "." removed, and that was not being done, so an empty response was being returned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant