Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Testdrive a big chunk of mp3 files #19

Open
timbru31 opened this issue Apr 24, 2017 · 5 comments
Open

Testdrive a big chunk of mp3 files #19

timbru31 opened this issue Apr 24, 2017 · 5 comments

Comments

@timbru31
Copy link
Owner

Test the iTunes library on my Windows machine to see if there are any unexpected errors (probably tests a couple of thousand songs)

@timbru31
Copy link
Owner Author

timbru31 commented Apr 26, 2017

First error:
SSL error for RubyInstaller, Appveyor workaround solves this.

D:/Ruby23-x64/lib/ruby/2.3.0/net/http.rb:933:in `connect_nonblock': SSL_connect returned=1 errno=0 state=error: certificate verify failed (OpenSSL::SSL::SSLError)
        from D:/Ruby23-x64/lib/ruby/2.3.0/net/http.rb:933:in `connect'
        from D:/Ruby23-x64/lib/ruby/2.3.0/net/http.rb:863:in `do_start'
        from D:/Ruby23-x64/lib/ruby/2.3.0/net/http.rb:852:in `start'
        from D:/Ruby23-x64/lib/ruby/2.3.0/net/http.rb:584:in `start'
        from E:/Coding/mp3lyrics/lib/wiki.rb:9:in `fetch'
        from E:/Coding/mp3lyrics/lib/genius.rb:13:in `get_lyrics'
        from mp3lyrics.rb:93:in `block (2 levels) in <main>'
        from D:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/ruby-mp3info-0.8.10/lib/mp3info.rb:304:in `open'
        from mp3lyrics.rb:78:in `block in <main>'
        from mp3lyrics.rb:75:in `each'
        from mp3lyrics.rb:75:in `<main>'

@timbru31
Copy link
Owner Author

warning

@timbru31
Copy link
Owner Author

E:/Coding/mp3lyrics/lib/genius.rb:17:in `get_lyrics': undefined method `delete!' for nil:NilClass (NoMethodError)
        from mp3lyrics.rb:93:in `block (2 levels) in <main>'
        from D:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/ruby-mp3info-0.8.10/lib/mp3info.rb:304:in `open'
        from mp3lyrics.rb:78:in `block in <main>'
        from mp3lyrics.rb:75:in `each'
        from mp3lyrics.rb:75:in `<main>'

@timbru31
Copy link
Owner Author

warning

@timbru31
Copy link
Owner Author

Crashed

D:/Ruby23-x64/lib/ruby/2.3.0/uri/rfc3986_parser.rb:67:in `split': bad URI(is not URI?): http://lyrics.wikia.com/Apocalyptica:Hall_of_the_Mountain_King_(feat._Avanti_Orchestra)_[Live] (URI::InvalidURIError)
        from D:/Ruby23-x64/lib/ruby/2.3.0/uri/rfc3986_parser.rb:73:in `parse'
        from D:/Ruby23-x64/lib/ruby/2.3.0/uri/common.rb:227:in `parse'
        from E:/Coding/mp3lyrics/lib/wiki.rb:32:in `prepare_url'
        from E:/Coding/mp3lyrics/lib/wiki.rb:9:in `fetch'
        from E:/Coding/mp3lyrics/lib/lyricwikia.rb:12:in `get_lyrics'
        from mp3lyrics.rb:90:in `block (2 levels) in <main>'
        from D:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/ruby-mp3info-0.8.10/lib/mp3info.rb:304:in `open'
        from mp3lyrics.rb:78:in `block in <main>'
        from mp3lyrics.rb:75:in `each'
        from mp3lyrics.rb:75:in `<main>'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant