Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this work with Windows directories? #45

Closed
rjonesie opened this issue Sep 13, 2013 · 2 comments
Closed

Does this work with Windows directories? #45

rjonesie opened this issue Sep 13, 2013 · 2 comments

Comments

@rjonesie
Copy link

Wondering about "/" versus "" when cropping and generating thumbnails on a Windows machine. I haven't been able to solve the "Invalid Parameters" errors I get at runtime. Here's an example with your sample config values:

$ rake --trace
** Invoke default (first_time)
** Invoke config (first_time)
** Execute config
** Invoke default
** Invoke reset_shots_folder (first_time)
** Execute reset_shots_folder
** Invoke save_images (first_time)
** Execute save_images
processing 'home' '/'
Snapping http://www.live.bbc.co.uk/russian/ at width 1024
Snapping http://www.live.bbc.co.uk/news/ at width 1024
processing 'uk_index' '/uk'
Snapping http://www.live.bbc.co.uk/russian/uk at width 1024
Snapping http://www.live.bbc.co.uk/news/uk at width 1024
** Invoke crop_images (first_time)
** Execute crop_images
cropping images
Invalid Parameter - /home

cropping images
Invalid Parameter - /uk_index

** Invoke compare_images (first_time)
** Execute compare_images
** Invoke generate_thumbnails (first_time)
** Execute generate_thumbnails
Invalid Parameter - /home
Invalid Parameter - /home
Invalid Parameter - /uk_index
Invalid Parameter - /uk_index
** Invoke generate_gallery (first_time)
** Execute generate_gallery
ruby create_gallery.rb shots
** Execute default
Done!

@rjonesie rjonesie reopened this Sep 13, 2013
@boldfacedesign
Copy link
Contributor

Has there been any developments on this issue yet. I'm getting the same Invalid Parameter errors on Windows.

@dblooman
Copy link
Contributor

This should be fixed now with the new Window support

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

No branches or pull requests

3 participants