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

Doesnt Work on Windows #82

Open
R0CKB0TT0M opened this issue Sep 28, 2022 · 3 comments
Open

Doesnt Work on Windows #82

R0CKB0TT0M opened this issue Sep 28, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@R0CKB0TT0M
Copy link

R0CKB0TT0M commented Sep 28, 2022

ssdpy returns an empty list on windows.
works on linux.
no errors on either.

To Reproduce
Steps to reproduce the behavior:
Run the following code:

import ssdpy
ssdpl = ssdpy.client.discover()
print(ssdpl)

Expected behavior
I would expect a none empty list like I get on linux on the same computer

Environment (please complete the following information):

  • Python version: 3.10.7
  • SSDPy version: 0.4.1

Additional context
running
ssdpy-discover ssdp:all
also has no output

@R0CKB0TT0M R0CKB0TT0M added the bug Something isn't working label Sep 28, 2022
@benthetechguy
Copy link

I'm experiencing this as well.

@fdenivac
Copy link

fdenivac commented Mar 5, 2023

I have same behaviour when a "VirtualBox Host-Only Network" actived. Ok when deactiving this network.
The right solution will be to use the main IP address of computer, for me :

import ssdpy
ssdpl = SSDPClient(address="192.168.1.36").m_search()
print(ssdpl)

@benthetechguy
Copy link

benthetechguy commented Mar 6, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants