bash: password: event not found #14

Closed
by gqueruel opened 6 years ago · 4 comments
gqueruel commented 6 years ago (Migrated from github.com)
Owner

Hi,
I tried to execute deletefb according to the readme file but I encountered an "even not found" issue with some portion of my password.

Hi, I tried to execute deletefb according to the readme file but I encountered an "even not found" issue with some portion of my password.
connorskees commented 6 years ago (Migrated from github.com)
Owner

Could you post the full stack trace here and format it as a code block by surrounding it in backticks, ```stacktrace```

Could you post the full stack trace here and format it as a code block by surrounding it in backticks, \`\`\`stacktrace\`\`\`
Nodraak commented 6 years ago (Migrated from github.com)
Owner

Your password might contains a quote and a !, which causes bash to interpret it. Make sure that you enter your password between quotes and escape any quotes that are inside your password. For instance, if your password is he"llo!world, use deletefb [...] -P "he\"llo!world" [...].
Hope this helps

Your password might contains a quote and a `!`, which causes bash to interpret it. Make sure that you enter your password between quotes and escape any quotes that are inside your password. For instance, if your password is `he"llo!world`, use `deletefb [...] -P "he\"llo!world" [...]`. Hope this helps
weskerfoot commented 6 years ago (Migrated from github.com)
Owner

Once https://github.com/weskerfoot/DeleteFB/issues/15 is implemented then it would allow you to copy and paste it in without escaping

Once https://github.com/weskerfoot/DeleteFB/issues/15 is implemented then it would allow you to copy and paste it in without escaping
millgatephil commented 6 years ago (Migrated from github.com)
Owner

Your password contains a !

Wrap your password in single quotes ' instead of double quotes, and it will work correctly.

Your password contains a ! Wrap your password in single quotes ' instead of double quotes, and it will work correctly.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.