You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered: