We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i run alfred link, I got a error: `panic: plist: error parsing XML property list: XML syntax error on line 146: illegal character code U+0010
goroutine 1 [running]: github.com/jason0x43/go-alfred.LoadPlist(0xc000171300, 0x7d, 0x1) /Users/tomyli/go/src/github.com/jason0x43/go-alfred/plist.go:22 +0x136 main.getExistingInstall(0x0, 0x0, 0x0, 0x0) /Users/tomyli/go/src/github.com/jason0x43/go-alfred/alfred/main.go:323 +0x304 main.link() /Users/tomyli/go/src/github.com/jason0x43/go-alfred/alfred/main.go:373 +0x11e main.main() /Users/tomyli/go/src/github.com/jason0x43/go-alfred/alfred/main.go:141 +0x611` What should i do ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i run alfred link, I got a error:
`panic: plist: error parsing XML property list: XML syntax error on line 146: illegal character code U+0010
goroutine 1 [running]:
github.com/jason0x43/go-alfred.LoadPlist(0xc000171300, 0x7d, 0x1)
/Users/tomyli/go/src/github.com/jason0x43/go-alfred/plist.go:22 +0x136
main.getExistingInstall(0x0, 0x0, 0x0, 0x0)
/Users/tomyli/go/src/github.com/jason0x43/go-alfred/alfred/main.go:323 +0x304
main.link()
/Users/tomyli/go/src/github.com/jason0x43/go-alfred/alfred/main.go:373 +0x11e
main.main()
/Users/tomyli/go/src/github.com/jason0x43/go-alfred/alfred/main.go:141 +0x611`
What should i do ?
The text was updated successfully, but these errors were encountered: