maddox / wallop

📺 A transcoding server for your HDHomeRun Prime
167 stars 41 forks source link

Error when attempting to launch script/server #69

Open thomasthechan opened 7 years ago

thomasthechan commented 7 years ago

I get this error:

Failed to match sequence (ALL_SPACE (TABLE / TABLE_ARRAY / KEY_VALUE / COMMENT_LINE){0, } ALL_SPACE) at line 5 char 1. - Don't know what to do with "port = “88" at line 5 char 1. /Users/MoyChan/wallop/lib/wallop.rb:54:inexpand_path': no implicit conversion of nil into String (TypeError) from /Users/MoyChan/wallop/lib/wallop.rb:54:in transcoding_path' from /Users/MoyChan/wallop/lib/wallop.rb:59:insetup' from /Users/MoyChan/wallop/app/boot.rb:22:in <top (required)>' from app/app.rb:2:inrequire' from app/app.rb:2:in `

'

I'm EXTREMELY green and can not for the life of me figure this out. Help!

tmm1 commented 7 years ago

Your configuration file is using a "smart-quote" instead of a regular quote. Try editing it with a different editor.

thomasthechan commented 7 years ago

YOU. ARE. ELECTRIC. Thanks!