-
Notifications
You must be signed in to change notification settings - Fork 3
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
Windows not working #15
Comments
Could you please elaborate what is not working on Windows? Please provide more detailed information like logs, version information (OS and package) and how you were using the package (via a Flutter app, standalone CLI or Dart Exe). I intend to continue to fix bugs as the oiginal package was completely abandoned. I don't intend to further develop this package, i.e. more features or protocols. Although pull requests are always welcome. |
Ahh,, sorry. Forgot to send you my code. |
Please provide a minimal reproducible example (not an entire project) as well as the logs. Otherwise I won't be able to help. In addition, what do you mean by "does not work" does it crash, does it not discover devices, ...? |
Sorry for not being clear,, English is not my native lauange.
- create a new flutter project.
- extract the files from my zip file into <new project>/lib folder. Allow
the main.dart to be overritten.
- add the upnp2 package to the project.
I have a Android tablet connected to my pc. Start a debugging session in
the tablet. When the application is running in the tablet, press the
floating search button.
This will give you a list of upnp devices.
Disconnect the Android tablet. Select Windows as debug target.
Start the application again.
When the application is running press the floating search button.
You will not get a list of upnp devices as expected!! ( At least expected
same behaviour as when running in Android)
Repeatedly pressing the floating search button will now and then show a
upnp device but never the hole list.
Den tis 9 jan. 2024 18:22Daniel ***@***.***> skrev:
… Please provide a minimal reproducible example (not an entire project) as
well as the *logs*. Otherwise I won't be able to help. In addition, what
do you mean by "does not work" does it crash, does it not discover devices,
...?
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABE33XB4QLC66RNP2HYQHOTYNV4FDAVCNFSM6AAAAABBQLXTDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTGQ3TMMJUGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I still need the application log output from windows, otherwise I can't help. |
Hi I have not added any log or print output in my flutter application. |
Hi
I have written a small application scanning for upnp devices.
Works fine in Android, don't work in Windows.
Question, whats the future of this package?
Any plans to continue the development?
The text was updated successfully, but these errors were encountered: