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

Not working properly in some browsers #246

Open
1 of 4 tasks
Curtion opened this issue Aug 7, 2022 · 4 comments
Open
1 of 4 tasks

Not working properly in some browsers #246

Curtion opened this issue Aug 7, 2022 · 4 comments
Milestone

Comments

@Curtion
Copy link

Curtion commented Aug 7, 2022

I'm opening this issue because:

  • I have found a bug

  • I want to request a feature

  • I have a question

  • Other

  • My Go version is: (paste the output of go version and remember that qrcp requires at least version 1.8 of Go)

  • My GOPATH is set to: (paste the output of echo $GOPATH)

Some browsers will pop up a download box. At this point the waitgroup count will immediately become 0

The result is the same as #147 . Scan the QR code and the server will close.

Browsers E.g:

Edge on IOS
Quark on Android

@claudiodangelis
Copy link
Owner

Thanks for reporting. I will try to reproduce the issue on those two browsers. In the meantime, as a workaround, you can use the --keep-alive flag, which will leave the tool running.

Please let me know if that helps, thanks!

@claudiodangelis claudiodangelis added this to the 0.11.0 milestone Apr 4, 2023
@Kuchteq
Copy link

Kuchteq commented May 11, 2023

Similarly, Brave on iOS behaves exactly the same

@rexendevar
Copy link

Does "leaving the tool running" mean indefinitely or just until the command is broken via ctrl C?

@claudiodangelis
Copy link
Owner

Hello, it will leave it running until CTRL C is pressed!

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

4 participants