Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.mechsay is not working and is failing to parse the data. "Backticks found where operator expected at..." #112

Open
SaphirePhenux opened this issue Oct 13, 2020 · 1 comment

Comments

@SaphirePhenux
Copy link

command
.mechsay "BIG STOMPY ROBOTS"
output

Backticks found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 10, near "^__^                             /   /'|  `"
    (Missing semicolon on previous line?)
Backslash found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 11, near ")\"
    (Missing operator before \?)
Backticks found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 12, at end of line
    (Missing semicolon on previous line?)
cowsay: Can't find string terminator "`" anywhere before EOF at /usr/share/cowsay/cows/mech-and-cow line 12, <STDIN> line 1.

command
.mech BIG STOMPY ROBOTS
output

Backticks found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 10, near "^__^                             /   /'|  `"
    (Missing semicolon on previous line?)
Backslash found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 11, near ")\"
    (Missing operator before \?)
Backticks found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 12, at end of line
    (Missing semicolon on previous line?)
cowsay: Can't find string terminator "`" anywhere before EOF at /usr/share/cowsay/cows/mech-and-cow line 12, <STDIN> line 1.

command
.mech "BIG STOMPY ROBOTS"
output

Backticks found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 10, near "^__^                             /   /'|  `"
    (Missing semicolon on previous line?)
Backslash found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 11, near ")\"
    (Missing operator before \?)
Backticks found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 12, at end of line
    (Missing semicolon on previous line?)
cowsay: Can't find string terminator "`" anywhere before EOF at /usr/share/cowsay/cows/mech-and-cow line 12, <STDIN> line 1.

command
.mechsay BIG STOMPY ROBOTS
output

Backticks found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 10, near "^__^                             /   /'|  `"
    (Missing semicolon on previous line?)
Backslash found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 11, near ")\"
    (Missing operator before \?)
Backticks found where operator expected at /usr/share/cowsay/cows/mech-and-cow line 12, at end of line
    (Missing semicolon on previous line?)
cowsay: Can't find string terminator "`" anywhere before EOF at /usr/share/cowsay/cows/mech-and-cow line 12, <STDIN> line 1.

image

@SaphirePhenux
Copy link
Author

SaphirePhenux commented Oct 13, 2020

I'm running on US Mountain time, so the issue has been happening at least since today (Oct. 13th) starting at 9:06 AM US MST (GMT -7).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant