lauriii / drupalcores

A project to generate a list of core contributers
http://drupalcores.com
MIT License
27 stars 38 forks source link

No such file or directory - ../data/company_infos.yml (Errno::ENOENT) #41

Closed pcambra closed 9 years ago

pcambra commented 9 years ago

Where are these YAML files? company_mapping and company_infos, I'm guessing they're created by companies.rb but I'm getting the error running companyinfo or buildcompanies

pcambra commented 9 years ago

I'm still getting the error, but way later:

./companies.rb:146:in `initialize': No such file or directory - ../data/company_infos.yml (Errno::ENOENT)
    from ./companies.rb:146:in `open'
    from ./companies.rb:146:in `<main>'
[20:40:22] 'buildcompanies' errored after 1.55 h
[20:40:22] Error in plugin 'gulp-shell'
Message:
    Command failed: ./companies.rb:146:in `initialize': No such file or directory - ../data/company_infos.yml (Errno::ENOENT)
    from ./companies.rb:146:in `open'
    from ./companies.rb:146:in `<main>'

Details:
    killed: false
    code: 1
    signal: null
    stdout: 
    stderr: ./companies.rb:146:in `initialize': No such file or directory - ../data/company_infos.yml (Errno::ENOENT)
    from ./companies.rb:146:in `open'
    from ./companies.rb:146:in `<main>'

[20:40:22] 'default' errored after 1.57 h
pcambra commented 9 years ago

Opened #46 for this