Skip to content

Action with multiple query args not working #17

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

Open
tadly opened this issue Mar 28, 2019 · 1 comment
Open

Action with multiple query args not working #17

tadly opened this issue Mar 28, 2019 · 1 comment

Comments

@tadly
Copy link

tadly commented Mar 28, 2019

For example this works:

.\toast64.exe --app-id "{D65231B0-B2F1-4857-A4CE-A8E7C6EA7D27}\WindowsPowerShell\v1.0\powershell.exe" --title Test --message Test --activation-arg "https://www.google.com/search?q=dogs"

while this does not (no notifications will be posted):

.\toast64.exe --app-id "{D65231B0-B2F1-4857-A4CE-A8E7C6EA7D27}\WindowsPowerShell\v1.0\powershell.exe" --title Test --message Test --activation-arg "https://www.google.com/search?q=dogs&start=10"

Is this more windows being dumb or might this actually be a bug here?

P.s. same behavior for when using --action ... --action-arg ....

If you need more input, just let me know :)

@tadly tadly changed the title Action with multiple query not working Action with multiple query args not working Mar 28, 2019
@tadly
Copy link
Author

tadly commented Apr 1, 2019

After more fiddling, I've found a way to work around it.
Instead of using &, & can be used

.\toast64.exe --app-id "{D65231B0-B2F1-4857-A4CE-A8E7C6EA7D27}\WindowsPowerShell\v1.0\powershell.exe" --title Test --message Test --activation-arg "https://www.google.com/search?q=dogs&start=10"

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