My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: `mkdir': Invalid argument
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Aug 2008


 
Reported by atamert....@gmail.com, Jul 30, 2008
I have installed ruby on my windows machine. Then from the cmd I ran the
script. It says;

C:\Documents and Settings\vincent ramirez\Desktop\getmanga>ruby getmanga.rb
Getting http://onemanga.com/Bleach/319/
c:/ruby/lib/ruby/1.8/fileutils.rb:243:in `mkdir': Invalid argument - http:
(Errn
o::EINVAL)
        from c:/ruby/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir'
        from c:/ruby/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p'
        from c:/ruby/lib/ruby/1.8/fileutils.rb:215:in `reverse_each'
        from c:/ruby/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p'
        from c:/ruby/lib/ruby/1.8/fileutils.rb:201:in `each'
        from c:/ruby/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p'
        from getmanga.rb:77
        from getmanga.rb:74:in `each'
        from getmanga.rb:74


Do I need to install rubygems as well? It seems it is already installed.
(cmd gem returns help)

 
Aug 1, 2008
Project Member #1 ochro...@gmail.com
It's due to messy (missing ;) ) directory name handling. Thanks for the report :)
Aug 1, 2008
Project Member #2 ochro...@gmail.com
Fixed in r3
Status: Fixed
Aug 1, 2008
#3 atamert....@gmail.com
I have tested and it works fine. Appereantly it will download all issues. (counting
down from 320)

Powered by Google Project Hosting