Sergey Menshikov

Results 14 comments of Sergey Menshikov

Looks like I am hitting this issue - customizations in Mediawiki:Tweeki-sidebar-left disappear (are reset to default) when I switch site language: https://helpsite.brightpattern.com . Where in the code should I start...

Interesting. I did an experiment with i18n strings I have in one of my extensions. If I edit it as Mediawiki:wikibooks-prev the customized value shows up in wfMessage('wikibooks-prev')->inLanguage('en')->text() just fine,...

Looks like a Mediawiki defect - I filed it [there](https://phabricator.wikimedia.org/T202035) . Essentially, they have all message fallbacks in Language object cache, and those fallbacks are loaded directly from JSON. The...

Here it is - thanks ``` 17:50:00.665 -> rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) 17:50:00.698 -> configsip: 0, SPIWP:0xee 17:50:00.698 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 17:50:00.698 -> mode:DIO, clock div:1 17:50:00.698 -> load:0x3fff0030,len:1344 17:50:00.698 -> load:0x40078000,len:13924...

There is a little "done" button on screen by the digits - once I hit it, "password incorrect" appears on top of the screen and pyatv debug shows the postback...

Same issue (tried entering PIN twice in the log below) ``` atvremote -s 192.168.1.176 --debug --pin 1111 --protocol dmap pair 2021-10-24 11:01:52 DEBUG [pyatv.support.knock]: Knocking at ports [3689, 7000, 49152,...

The Apple TV is now happy, but atvremote did not seem to have returned any code ``` $ atvremote -s 192.168.1.173 --debug --pin 1111 --pairing-guid 0xAAAAAAAAAAAAAAAA --protocol dmap pair 2021-10-25...

Setting pairing GUID definitely helped, I am able to connect - thank you. Feel free to close this one, as I have the workaround (but will be happy to test...

Installment 1: ``` atvremote -s 192.168.1.173 --debug --pin 1111 --pairing-guid 0xAAAAAAAAAAAAAAAB --protocol dmap pair 2021-10-31 15:48:43 DEBUG [pyatv.support.knock]: Knocking at ports [3689, 7000, 49152, 32498] on 192.168.1.173 2021-10-31 15:48:44 DEBUG...

Installment 2: ``` atvremote -s 192.168.1.173 --debug --pin 1111 --pairing-guid 0xBAAAAAAAAAAAAAAA --protocol dmap pair 2021-10-31 15:52:03 DEBUG [pyatv.support.knock]: Knocking at ports [3689, 7000, 49152, 32498] on 192.168.1.173 2021-10-31 15:52:04 DEBUG...