MagTun

Results 39 comments of MagTun

I had a similar problem ``` no SFR_D555 found, reconnect after 1s disconnect from ssid SFR_D7B0, reason 201 ``` The box around the nodemcu was shielding the wifi signal.

I have the same problem. I have a temperature/PM sensor which reboot from time to times and after each reboot its IP address change. I have run "save dhcp" several...

Thanks @danieloSD for your answer but unfortunately, I need to use a wifi repeater as I need to extended my wifi (my device is outside). Also I have keep track...

I was on python 3.6.1 and I also got the `gkeepapi.exception.LoginException: ('BadAuthentication', None) error`. I tried using the solution with `from google_auth_oauthlib.flow import InstalledAppFlow` from [alils](https://github.com/kiwiz/gkeepapi/issues/81#issuecomment-603251169) but it didn't work....

Try adding `validate_cert=False` to the `self.crawl`. Like this: ` self.crawl('http://scrapy.org/', callback=self.index_page, validate_cert=False) `

@fabriziodsp-ransom , I actually did post the question on stackoverflow several days before I posted here but I got not help [there](https://stackoverflow.com/questions/68038060/create-and-save-a-file-from-cordova-inappbrowser). Also it it related to the repository because...

It's funny, because, like you, my sensor has just stop again right now! Once again I can still see that it is connected to my wifi access point but I...

This is weird. I just switched on my failing sensor after 3h of it being switched off, and it working again (just like in my first message). I haven't changed...

.... and the error is back : I can see that it is still connected to my wifi repeater via Putty but I can't access it in my browser via...