SoftwareMarbles / lazy

Hackable Coding Assistant
http://getlazy.org
MIT License
1 stars 0 forks source link

PR engine crashes #43

Closed ierceg closed 7 years ago

ierceg commented 7 years ago

I constantly get the following issue:

{"message":"Cannot read property '1' of null","stack":"TypeError: Cannot read property '1' of null\n    at _.chain.map (/app/app/repo-linter.js:58:33)\n    at arrayMap (/app/node_modules/lodash/lodash.js:660:23)\n    at Function.map (/app/node_modules/lodash/lodash.js:9571:14)\n    at interceptor (/app/node_modules/lodash/lodash.js:16970:35)\n    at thru (/app/node_modules/lodash/lodash.js:8812:14)\n    at /app/node_modules/lodash/lodash.js:4379:28\n    at arrayReduce (/app/node_modules/lodash/lodash.js:704:21)\n    at baseWrapperValue (/app/node_modules/lodash/lodash.js:4378:14)\n    at LazyWrapper.lazyValue [as value] (/app/node_modules/lodash/lodash.js:1880:16)\n    at baseWrapperValue (/app/node_modules/lodash/lodash.js:4376:25)"}
ierceg commented 7 years ago

The problem is that some remotes may be accessing GitHub with https protocol (e.g. https://github.com/SoftwareMarbles/lazy-yaml-engine.git)

ierceg commented 7 years ago

No, sorry, the problem is that some remotes may not be accessing GitHub with https but with ssh (e.g. git@github.com:ierceg/lazy-yaml-engine.git)