Faye

Results 11 comments of Faye

Can confirm, we should have a look at https://leagueoflegends.fandom.com/wiki/Recall what exactly interrupts the recall and what does not.

I cannot confirm this. I tested it in a VM with fresh installation of Rider and fresh clone of the project and it worked fine. Can you re-test this? @vhng

I think by route you're referring to the URL? It would be http://192.168.0.1/webpages/index.html?t=ea3f7fe8#networkMap ![image](https://github.com/AlexandrErohin/TP-Link-Archer-C6U/assets/11154004/4f58cfcd-f5c8-4206-8673-89e6d0b8eb5f)

![image](https://github.com/AlexandrErohin/TP-Link-Archer-C6U/assets/11154004/3c18eaaf-8e5d-4c6e-94d4-63249e061a01)

Seems like it's not the game_accelerator stuff. ``` None --- [{'mac': 'E8-6B-EA-E2-FE-54', 'type': '2.4GHz', 'encryption': 'none', 'rxpkts': 1053459, 'txpkts': 12850}, {'mac': 'B4-6D-C2-C5-56-29', 'type': '2.4GHz', 'encryption': 'none', 'rxpkts': 41330698, 'txpkts': 82594429},...

sign=5406c3ae9f55dde5d205d1216c539fc2a74143444c6e1a37976f586a45bc3ba309da8493d3365fc0f51ce48b092e078d7cbe992c55493b3c5968897b1dd36b57&data=dYR8YXE6DmK6a6QQn2UyNqYhTcxRrLDnhuwP3HOK4o0=

Weird. I corrected the comment.

Output was None

Same problem. I'm running the following dependencies: `"dependencies": { "printer": "^0.4.0", }, "devDependencies": { "electron": "^8.0.1", "electron-rebuild": "^1.10.0" }` After using --build-from-source I get the following error: `\node_modules\printer\lib\node_printer.node' was compiled...

Just FYI, when going down some major electron versions, namely to version 6.1.7 and then running node-gyp.cmd rebuild --target=6.1.7 --arch=x64 --dist-url=https://electronjs.org/headers in node_modules/printer you can get it running though. @MY020537