This repository was archived by the owner on May 24, 2023. It is now read-only.
Fixed tzinfo-data error by editing gemfile#116
Closed
kendfss wants to merge 1 commit intoVividCortex:gh-pagesfrom
kendfss:patch-1
Closed
Fixed tzinfo-data error by editing gemfile#116kendfss wants to merge 1 commit intoVividCortex:gh-pagesfrom kendfss:patch-1
kendfss wants to merge 1 commit intoVividCortex:gh-pagesfrom
kendfss:patch-1
Conversation
Attempting to serve locally with `bundle exec jekyll serve --safe --watch` produced the following error: Gem installing outside of the gemfile did nothing, so I edited the gemfile and everything seems groovy on my end now ``` Configuration file: E:/gitting/gitclone/clones/VividCortex/go-database-sql-tutorial/_config.yml E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/pathutil-0.16.2/lib/pathutil.rb:497: warning: Using the last argument as keyword parameters is deprecated jekyll 3.9.0 | Error: No source of timezone data could be found. Please refer to https://tzinfo.github.io/datasourcenotfound for help resolving this error. Traceback (most recent call last): 23: from E:/Languages/Ruby27-x64/bin/jekyll:23:in `<main>' 22: from E:/Languages/Ruby27-x64/bin/jekyll:23:in `load' 21: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/exe/jekyll:15:in `<top (required)>' 20: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program' 19: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go' 18: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute' 17: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each' 16: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute' 15: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll/commands/serve.rb:75:in `block (2 levels) in init_with_program' 14: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll/commands/serve.rb:89:in `start' 13: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll/command.rb:43:in `configuration_from_options' 12: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll.rb:117:in `configuration' 11: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll.rb:117:in `tap' 10: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll.rb:118:in `block in configuration' 9: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll.rb:130:in `set_timezone' 8: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll/utils/win_tz.rb:16:in `calculate' 7: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone.rb:92:in `get' 6: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone.rb:665:in `data_source' 5: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:39:in `get' 4: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:39:in `synchronize' 3: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:40:in `block in get' 2: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:180:in `create_default_data_source' 1: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:180:in `new' E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_data_source.rb:188:in `initialize': None of the paths included in TZInfo::ZoneinfoDataSource.search_path are valid zoneinfo directories. (TZInfo::ZoneinfoDirectoryNotFound) 22: from E:/Languages/Ruby27-x64/bin/jekyll:23:in `<main>' 21: from E:/Languages/Ruby27-x64/bin/jekyll:23:in `load' 20: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/exe/jekyll:15:in `<top (required)>' 19: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program' 18: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go' 17: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute' 16: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each' 15: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute' 14: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll/commands/serve.rb:75:in `block (2 levels) in init_with_program' 13: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll/commands/serve.rb:89:in `start' 12: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll/command.rb:43:in `configuration_from_options' 11: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll.rb:117:in `configuration' 10: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll.rb:117:in `tap' 9: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll.rb:118:in `block in configuration' 8: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll.rb:130:in `set_timezone' 7: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-3.9.0/lib/jekyll/utils/win_tz.rb:16:in `calculate' 6: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone.rb:92:in `get' 5: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone.rb:665:in `data_source' 4: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:39:in `get' 3: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:39:in `synchronize' 2: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:40:in `block in get' 1: from E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:179:in `create_default_data_source' E:/Languages/Ruby27-x64/lib/ruby/gems/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:182:in `rescue in create_default_data_source': No source of timezone data could be found. (TZInfo::DataSourceNotFound) Please refer to https://tzinfo.github.io/datasourcenotfound for help resolving this error. ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Attempting to serve locally with
bundle exec jekyll serve --safe --watchproduced the following error:Gem installing outside of the gemfile did nothing, so I edited the gemfile and everything seems groovy on my end now