KaeWanq
KaeWanq
I tried to use with my gmail address, live:_username_, but both cannot login. And now I can only receive this: `java.io.IOException: Error while connecting to Skype: Too many failed authentication...
I think this should be put in higher priority, as all skype account are forced to link with Microsoft now...
Hi @Yoshi325, just checked, i am using Wekzeug 2.0.3. Do you face same issue in Wekzeug 2.1.0?
Solution in `src/driver/driver.cpp`, line 1872, remove the `&`. ``` const std::string Driver::colormode2name(INT mode) { for (const std::pair value: COLOR_DICTIONARY) { if (value.second == mode) { return value.first; } } return...
I found a fix from https://github.com/leggedrobotics/darknet_ros/compare/master...MayurT:darknet_ros:fix/action_server_result will verify the bugfix.