sunspot reindex错误(progress_bar相关)

时间:2013-08-30 03:07:44

标签: ruby-on-rails ruby solr sunspot

尝试重新编制太阳黑子时遇到错误。我已经尝试过停止/删除solr文件夹,安装并重新启动但问题仍然存在。

☁ [master] ⚡ bundle exec rake sunspot:reindex --trace        
** Invoke sunspot:reindex (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute sunspot:reindex
Error using progress bar: undefined method `at' for ProgressBar::Time:Class

我尝试替换schema.xml,因为它修复了其他开发人员同样的问题,但它对我没有用。

2 个答案:

答案 0 :(得分:2)

pull request到progress_bar修复了进度条错误。将您的progress_bar版本升级到包含此修补程序的版本(版本1.0.1及更高版本)。

答案 1 :(得分:1)

我遇到了同样的问题,并且可以通过在Gemfile中注释掉rails_best_practices gem来解决它。