Aaron Paterson

Results 53 comments of Aaron Paterson

> it just stay at: > > `Evt Device Started: Setup 07 06 00 00 03 02 41 FE ` > it's the only output after 3 minutes running Sorry...

Some debugging has shown that it is actually freezing in `this->sendSetupMessage(&setupMsg);` from line 314 of nrf8001.cpp, I will investigate more in there...

...because the loop on line 1504 never terminates. I am not sure where to go from here.

Could it be working correctly? I do not understand what the output after `Evt Device Started: Setup` is, I see eight bytes while the bdaddr should be six right?

Looking [here](https://copr.fedorainfracloud.org/coprs/dawid/better_fonts/build/2077386/) I see that the f35 repo has not been built yet, not sure how we can do that ourselves...

This issue still comes up on google, so I'll leave this here: this kind of problem can be caused by `ar x` failure because spotify's deb server sucks. my approach...

yes, but did you try building rest of the package with this deb? using lpf-gui the download fails silently, which causes `ar x` to break because the deb is corrupted.

Here is my approach to this issue, based on the others above: ``` @Bean public TomcatWebServerFactoryCustomizer blankErrorValveTomcatWebServerFactoryCustomizer( Environment environment, ServerProperties serverProperties, TomcatWebServerFactoryCustomizer tomcatWebServerFactoryCustomizer ) { return new TomcatWebServerFactoryCustomizer(environment, serverProperties) {...

@Pablo1107 This can be done by piping the "Stereo Mix" playback device in windows to a fifo from `socat` from `fmedia.exe` from wsl. First go to "Sounds" > playback >...

> I think this is actually intended; if you run in offline mode the server will never try to authenticate anyone, so to the server your MS account and your...