hubitor
hubitor
I'm seeing this error: ``` DEBUG @wdio/config: @wdio/sync found, running tests synchronous mytest/node_modules/browsermob-proxy/index.js:36 .init() ^ TypeError: browser.init is not a function at Proxy.selFunc (mytest/node_modules/browsermob-proxy/index.js:36:14) at mytest/node_modules/browsermob-proxy/index.js:171:31 at mytest/node_modules/browsermob-proxy/index.js:140:25 at IncomingMessage....
I tried with `nvm_env: user` and nvm_users: [foo] got this error during installation: ``` TASK [pablocrivella.nvm : checkout nvm_repo for selected users] ********************************** fatal: [appserver]: FAILED! => {"msg": "Failed to...
I'm getting following error when I run: `$ npm start` ``` {"message":"Default posts created!","level":"info"} {"message":"MongoError: Topology was destroyed\n at initializeCursor (/home/user/workspace/ExpressJS/test_project_10/node_modules/mongoose/node_modules/mongodb-core/lib/cursor.js:766:25)\n at nextFunction (/home/user/workspace/ExpressJS/test_project_10/node_modules/mongoose/node_modules/mongodb-core/lib/cursor.js:591:12)\n at Cursor.next (/home/user/workspace/ExpressJS/test_project_10/node_modules/mongoose/node_modules/mongodb-core/lib/cursor.js:833:3)\n at Cursor._next (/home/user/workspace/ExpressJS/test_project_10/node_modules/mongoose/node_modules/mongodb/lib/cursor.js:211:36)\n...
I'm trying to use the puppeteer fetcher with this script from the examples: ``` from pyspider.libs.base_handler import * class Handler(BaseHandler): def on_start(self): self.crawl('http://www.twitch.tv/directory/game/Dota%202', fetch_type='chrome', callback=self.index_page) def index_page(self, response): return {...
I'm trying to replicate the deployment demo setup from here: [http://docs.pyspider.org/en/latest/Deployment-demo.pyspider.org/](http://docs.pyspider.org/en/latest/Deployment-demo.pyspider.org/) but I'm getting these errors at the nginx volumes lines: ``` Starting pyspider_nginx_1 ... error ERROR: for pyspider_nginx_1 Cannot...
* pyspider version: 0.3.10 * Operating system: Ubuntu 18.04 * Start up command: pyspider all / pyspider ### Expected behavior No Error ### Actual behavior I'm getting this error when...
On a page I'm working on, there is a button which opens up a Dialog (md-dialog) and contains a Progress Bar (md-progress-bar) with a stopwatch. The page, the Dialog and...
Docker container keeps restarting. I see this in the logs: ``` 2020-03-13T00:49:21.586027772Z SystemCheckError: System check identified some issues: 2020-03-13T00:49:21.586160955Z 2020-03-13T00:49:21.586176083Z ERRORS: 2020-03-13T00:49:21.586191820Z ?: 2020-03-13T00:49:21.586203788Z The current password doesn't match the...
I'm getting this error: ``` TASK [anxs.postgresql : PostgreSQL | Check binary version] **************************************************** fatal: [appserver]: FAILED! => {"msg": "Failed to set permissions on the temporary files Ansible needs to...
I'm using the code from the example to generate a HAR for a specific page. The generated HAR is ~40 KB. When I use browsermob-proxy in python for the same...