Hello I am new to this but I got a Jekyll theme to host on netifly. the original theme worked and deployed. but know that I entered all my info I got this.
project id c69b8f80-0abf-4970-a8c3-6ad4a170c742
website daronobrien.xyz
trytwo.netlify.app
Netlify subdomain
The build failed at line 327 with the error message “control characters are not allowed at line 1 column 1”. This error occurred when trying to parse the file data.yml.
Blockquote
4:01:12 PM: Build command from Netlify app
4:01:12 PM: ────────────────────────────────────────────────────────────────
4:01:12 PM:
4:01:12 PM: $ bundle exec jekyll build
4:01:13 PM: Configuration file: /opt/build/repo/_config.yml
4:01:13 PM: Source: /opt/build/repo
4:01:13 PM: Destination: /opt/build/repo/_site
4:01:13 PM: Incremental build: disabled. Enable with --incremental
4:01:13 PM: Generating…
4:01:15 PM: jekyll 3.9.2 | Error: (/opt/build/repo/_data/data.yml): control characters are not allowed at line 1 column 1
4:01:15 PM: /opt/build/cache/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:143:in parse': (/opt/build/repo/_data/data.yml): control characters are not allowed at line 1 column 1 (Psych::SyntaxError) from /opt/build/cache/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:143:in
load’
from /opt/build/cache/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in block in load_file' from /opt/build/cache/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in
open’
from /opt/build/cache/bundle/ruby/2.7.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in load_file' from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/readers/data_reader.rb:66:in
read_data_file’
from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/readers/data_reader.rb:46:in block in read_data_to' from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/readers/data_reader.rb:38:in
each’
from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/readers/data_reader.rb:38:in read_data_to' from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/readers/data_reader.rb:20:in
read’
from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/reader.rb:18:in read' from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/site.rb:164:in
read’
from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/site.rb:69:in process' from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/command.rb:28:in
process_site’
from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/commands/build.rb:65:in build' from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/commands/build.rb:36:in
process’
from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/lib/jekyll/commands/build.rb:18:in block (2 levels) in init_with_program' from /opt/build/cache/bundle/ruby/2.7.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in
block in execute’
from /opt/build/cache/bundle/ruby/2.7.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in each' from /opt/build/cache/bundle/ruby/2.7.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in
execute’
from /opt/build/cache/bundle/ruby/2.7.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in go' from /opt/build/cache/bundle/ruby/2.7.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in
program’
from /opt/build/cache/bundle/ruby/2.7.0/gems/jekyll-3.9.2/exe/jekyll:15:in <top (required)>' from /opt/build/cache/bundle/ruby/2.7.0/bin/jekyll:23:in
load’
from /opt/build/cache/bundle/ruby/2.7.0/bin/jekyll:23:in <main>' from /opt/build/cache/bundle/ruby/2.7.0/bin/ruby_executable_hooks:22:in
eval’
from /opt/build/cache/bundle/ruby/2.7.0/bin/ruby_executable_hooks:22:in `’
4:01:15 PM: “build.command” failed
4:01:15 PM: ────────────────────────────────────────────────────────────────
4:01:15 PM:
4:01:15 PM: Error message
4:01:15 PM: Command failed with exit code 1: bundle exec jekyll build (Search results for '"non-zero exit code: 1"' - Netlify Support Forums)
4:01:15 PM:
4:01:15 PM: Error location
4:01:15 PM: In Build command from Netlify app:
4:01:15 PM: bundle exec jekyll build
4:01:15 PM:
4:01:15 PM: Resolved config
4:01:15 PM: build:
4:01:15 PM: command: bundle exec jekyll build
4:01:15 PM: commandOrigin: ui
4:01:15 PM: publish: /opt/build/repo/_site
4:01:15 PM: publishOrigin: ui
4:01:16 PM: Failed during stage ‘building site’: Build script returned non-zero exit code: 2 (Search results for '"non-zero exit code: 2"' - Netlify Support Forums)
4:01:16 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
4:01:16 PM: Failing build: Failed to build site
4:01:16 PM: Finished processing build request in 1m10.791s
Blockquote