简体   繁体   English

bootsnap `require': 无法加载此类文件 -- faraday/request/multipart (LoadError)

[英]bootsnap `require': cannot load such file -- faraday/request/multipart (LoadError)

Suddenly got this error when starting my rails server启动我的rails服务器时突然出现此错误

bundle exec rails s

Here is the error message这是错误消息

         1: from /Users/michelleroos/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/bootsnap-1.11.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:15:in `require'
/Users/michelleroos/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/bootsnap-1.11.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:15:in `require': cannot load such file -- faraday/request/multipart (LoadError)

I'm not sure if it is something to do with my gem file.我不确定这是否与我的 gem 文件有关。 I Googled the error and tried the solutions proposed in other SO threads but nothing worked.我用谷歌搜索了这个错误并尝试了其他 SO 线程中提出的解决方案,但没有任何效果。

What I tried already:我已经尝试过的:

Here is my gem file这是我的宝石文件

source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.5.3'

gem 'google-apis-sheets_v4'
gem 'google_drive'
gem 'dotenv-rails'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2' #5.2.3
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
# gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'

# Use ActiveStorage variant
# gem 'mini_magick', '~> 4.8'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1', require: false #1.1.0
gem 'jquery-rails'
gem 'serialize_json-rails'

group :development, :test do
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
  gem 'rspec-rails' 
  gem 'factory_bot_rails' 
  gem 'rails-controller-testing' 

  gem 'better_errors'
  gem 'binding_of_caller'
end

group :development do
  # Access an interactive console on exception pages or by calling 'console' anywhere in the code.
  gem 'web-console', '>= 3.3.0'
  gem 'listen', '>= 3.0.5', '< 3.2'
  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  gem 'spring'
  gem 'spring-watcher-listen', '~> 2.0.0'
  gem 'annotate'
  gem 'pry-rails'
end

group :test do
  # Adds support for Capybara system testing and selenium driver
  gem 'capybara', '>= 2.15'
  gem 'selenium-webdriver'
  # Easy installation and use of chromedriver to run system tests with Chrome
  gem 'chromedriver-helper'
  gem 'faker' 
  gem 'guard-rspec'
  gem 'launchy'
  gem 'shoulda-matchers'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

In my case I got this error after fixing an initial error regarding the Spring gem and then after fixing an error regarding Multipart post .在我的情况下,我在修复有关Spring gem的初始错误,然后在修复有关Multipart post的错误之后收到此错误。 After lot of trial and error I decided to undo all the fixes by doing a git reset --hard and then removing the spring and spring-watcher-listen gems from the Gemfile and then uninstalling these 2 gems via the bundle exec gem uninstall gemname command.经过大量试验和错误后,我决定通过执行git reset --hard撤消所有修复,然后从Gemfile中删除springspring-watcher-listen gem,然后通过bundle exec gem uninstall gemname命令卸载这两个 gem .

I then discovered a new error when trying to run rails s which was about MySQL .然后,我在尝试运行rails s时发现了一个新错误,大约是MySQL Finally after fixing those errors I was able to do a successful rails s .最后,在修复了这些错误之后,我能够成功地完成rails s I then added back the 2 gems, ran bundle and had no errors afterwards.然后我添加了 2 个 gem,运行bundle并且之后没有错误。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 lib / bootsnap / load_path_cache / core_ext / kernel_require.rb:21:在&#39;require&#39;中:无法加载此类文件— sass(LoadError) - lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require': cannot load such file — sass (LoadError) (Rails新手)rails服务器错误:无法加载此类文件 - bootsnap / setup(LoadError) - (New to Rails) rails server error: cannot load such file — bootsnap/setup (LoadError) `require&#39;:无法加载此类文件-rails / all(LoadError) - `require': cannot load such file — rails/all (LoadError) `require&#39;:无法加载此类文件-simplecov(LoadError) - `require': cannot load such file — simplecov (LoadError) `require':无法加载这样的文件 - capybara / rspec(LoadError) - `require': cannot load such file — capybara/rspec (LoadError) `require&#39;:无法加载此类文件-cancan(LoadError) - `require': cannot load such file — cancan (LoadError) `require&#39;:无法加载此类文件-mysql(LoadError) - `require': cannot load such file — mysql(LoadError) &#39;require&#39;:无法加载此类文件&#39;gem&#39;(LoadError) - 'require': cannot load such file 'gem' (LoadError) `require&#39;:无法加载此类文件-捆绑程序/安装程序(LoadError) - `require': cannot load such file — bundler/setup (LoadError) `require&#39;:无法加载此类文件-赛​​璐ul /当前(LoadError) - `require': cannot load such file — celluloid/current (LoadError)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM