NickVeld

Results 20 comments of NickVeld

Hello Could someone, please, clarify what is about this PR?

No, I afraid I am staying on the version prior 7.0 :( But in order to avoid navigation commit. A branch or release with the previous version would be helpful

I met it to. ``` pywebcopy.config.setup_config(config["endpoint"], ".") ``` The error says that something tried to calculate the relative path between two pathes on the different drives. And it is defenetly...

As for "S:" drive appearance see https://bugs.python.org/issue44810 But the root problem is returning the url with quotes by `url = match_obj.group(1)` (I am getting `"https://a/b"` instead of `https://a/b`)

I am getting `"https://a/b"` instead of `https://a/b` because the regexp pattern includes quotes intentionally. But for what?

See for the solution: https://github.com/rajatomar788/pywebcopy/pull/73

Just so we are clear, the main output does not say anything about a success or failure of AP starting. See `scripts/smarthack-wifi.log` as mentioned before.

So, may the issue be closed then due to no question and no activity from the author of the issue?

I have the problems with AP after sleep on Ubuntu with the connected WiFi adapter. But a restart and device reconnection solved it.

Inspired by this: https://github.com/ct-Open-Source/tuya-convert/issues/551#issuecomment-653799381