Andrei Oanca
Andrei Oanca
Hi @dkanada, soo, after a quick look, I think that only these two should be addressed: > // TODO: check if session can control remote session. and > // TODO:...
Code almost works. The remote session control part looks fine; there are issues when trying to leave a group: `POST http://localhost:8096/SyncPlay/Leave` -> `415 Unsupported Media Type`, which makes no sense...
> Is this one related? > #5065 @Uatschitchun, not really as this PR only adds admin privileges over the existing playlist code without touching it. I'll probably make a dedicated...
I was facing the same issue. After some digging, I've patched it by moving the last include line from `lsh_nn_table.h`: ``` #include "wrapper/cpp_wrapper_impl.h" ``` to a new file `lsh_nn_table_impl.h`: ```...
Hi @asafc! I've stumbled upon this issue while experimenting with `PATCH` as `save_method`. Am I to understand that this issue is now resolved thanks to #483?
@vrilly, I've faced this issue on my 1st gen Chromecast as well (when porting SyncPlay to it): SpeedToSync is indeed hardware demanding. What you are experiencing is exactly what I'm...
Hi, had a similar issue, from what I could gather you need to load both the **bootloader** and your app. When you `halt reset` your device you can see that...