Reilly Lowery
Reilly Lowery
Brave Version 0.63.48 Chromium: 74.0.3729.108 (Official Build) (64-bit) is fine, although the first time I tried playing after auth it was bleeding JS errors but refreshing the page fixed it....
I'm gonna guess this is because the license needed to play the music expires and doesn't get re-inited / recalled. Also alot of the time it returns an empty response...
Could also be a rate limiting thing on your domain, they don't have very generous rate limits unless you talk to someone over there.
@BrychanOdlum I have a pretty direct line, well lets say, I happen to have saved the email of the lead dev on musickit.js and I've had a couple conversations with...
@SergioaAndres if you make a pull request adding that to the README, I'll approve and merge it.
Can you add -vvv to the ssh command that should print the relevent output needed to start debugging. You can paste it back here and I'll try and help.
From @mysticatea on that thread has the winner for sure. > @lincenying Ah, I see. Thank you for your investigation. Yes, this plugin requires the custom parser vue-eslint-parser to parse...
I didn't even think about the fact it would look at `
For sure there is a good chance most people are just going to figure out to sub the `
Does this seem related? Only using the format HTML part of the library. ```html document.addEventListener("DOMContentLoaded", function(event) { GlobalVariables.taxonomy = ; }); ``` to ```html document.addEventListener("DOMContentLoaded", function(event) { GlobalVariables.taxonomy = <...