Eugene
Eugene
~~I have a different error trying to use vim-plug, both using `tag` and `branch`: `Plug 'psf/black', { 'tag': 'stable' }`~~ ~~firts time it works. it installs black and it's usable,...
I don't have this problem on my own instance, running in docker, so it must be either one of the latest changes not yet in docker image or weird routing?
> Could you post the exact error message when not using uvloop? ```python3 Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/arsenic/__init__.py", line 16, in __aenter__ self.session = await start_session(self.service, self.browser, self.bind)...
I added `log_file` parameter, now I have different issue. I get the following output: ``` 2018-05-28 05:42.02 request body={"desiredCapabilities": {"browserName": "firefox", "marionette": true, "acceptInsecureCerts": true, "firefoxOptions": {"args": ["-headless"]}}} method=POST url=http://localhost:43633/session...
New issue occurred. Log file output: ``` 1527489279485 geckodriver INFO geckodriver 0.20.1 1527489279495 geckodriver INFO Listening on 127.0.0.1:54365 1527489279997 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-profile" "/tmp/rust_mozprofile.Tq4p7Bgte7hq" *** You...
Yes, seems like previous firefox sessions remained in memory and ate it. Is this a bug? Output `ps -aux | grep fire`: ``` kiwi 385 0.1 10.2 2151272 103512 pts/1...
I managed to run session using uvloop setting `log_file` argument to `os.devnull`
Same issue using Microsoft Remote Desktop app. Tried using their beta version too. I see mouse cursor, can move it and use keyboard, but the entire screen is black. I'm...
> @Fogapod I have also the same problem, did you figure it out? Don't think so. I haven't used both programs since then
This is not a correct fix since you still use global cache and handlers. They are not set on init. EDIT: Sorry, I misunderstood the purpose of this PR initially....