-
Notifications
You must be signed in to change notification settings - Fork 58
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
Can't access Boradlinkmanager on localhost #13
Comments
I also tried port forwarding this did not work Serving Flask app "broadlinkmanager" (lazy loading)
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
2020-10-27 09:38:53.570 | INFO | main::515 - Broadllink Manager is up and running
|
same problem here! |
solved: |
but sadly: broadlinkmanager | 2020-10-29 16:22:21.988 | ERROR | main:discover:459 - No devices found |
I solved this. No idea why the docker image was not working. But I just did a direct install and it works perfectly. At last I can scan RF codes! BTW: works well on OSX. Good work |
Sorry can I ask you how do you do a direct install on macOS? |
ok...was easy...but I'm not a lucky guy...:
|
I don't know what problem is "OSError: [Errno 49] Can't assign requested address" but I know that the access problem of the docker-compose installation system is that the program needs to scan MAC addresses and the network_mode: bridge can't share MAC adresses but network_mode: host can...but with this mode we can't reach the docker... |
I'm having the exact same problem. Can someone help? |
What do you mean with "direct install"? |
Was able to run broadlinkmanager.py now. (venv) D:\broadlinkmanager>py broadlinkmanager.py
|
Hello, you are on windows right? we are on macOS.... |
Yes, windows. |
with the raspberry you can try this method: |
Yes, that's what I did. |
strange...with this method on the raspberry I had no problems at all...but I was thinking...authentication of what?? maybe with sudo? (on the raspberry obviously) |
No, that's not it. I started py with sudo. And I had the exact same issue on windows. |
having same issue on mac |
Sadly network_mode: host is only working on linux.. docker on mac is running in a vm.... |
Hi I followed all the instructions it's running fine on docker. However I can't access it on the localhost:7020 or 0.0.0.0:7020
I am using OSX on a Mac
What am I missing?
Thanks
Attaching to broadlinkmanager
broadlinkmanager | 2020-10-27 05:41:10.640 | INFO | main::515 - Broadllink Manager is up and running
broadlinkmanager | * Serving Flask app "broadlinkmanager" (lazy loading)
broadlinkmanager | * Environment: production
Also tried port forwarding RW It did not work
2020-10-27 09:38:53.249 | INFO | main::515 - Broadllink Manager is up and running
Serving Flask app "broadlinkmanager" (lazy loading)
Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
Debug mode: on
Running on http://0.0.0.0:7020/ (Press CTRL+C to quit)
Restarting with stat
2020-10-27 09:38:53.570 | INFO | main::515 - Broadllink Manager is up and running
Debugger is active!
Debugger PIN: 172-009-602
broadlinkmanager | WARNING: This is a development server. Do not use it in a production deployment.
broadlinkmanager | Use a production WSGI server instead.
broadlinkmanager | * Debug mode: on
broadlinkmanager | * Running on http://0.0.0.0:7020/ (Press CTRL+C to quit)
broadlinkmanager | * Restarting with stat
broadlinkmanager | 2020-10-27 05:41:10.950 | INFO | main::515 - Broadllink Manager is up and running
broadlinkmanager | * Debugger is active!
broadlinkmanager | * Debugger PIN: 113-809-217
broadlinkmanager | 2020-10-27 06:50:40.510 | INFO | main::515 - Broadllink Manager is up and running
broadlinkmanager | * Serving Flask app "broadlinkmanager" (lazy loading)
broadlinkmanager | * Environment: production
broadlinkmanager | WARNING: This is a development server. Do not use it in a production deployment.
broadlinkmanager | Use a production WSGI server instead.
broadlinkmanager | * Debug mode: on
broadlinkmanager | * Running on http://0.0.0.0:7020/ (Press CTRL+C to quit)
broadlinkmanager | * Restarting with stat
broadlinkmanager | 2020-10-27 06:50:40.830 | INFO | main::515 - Broadllink Manager is up and running
broadlinkmanager | * Debugger is active!
broadlinkmanager | * Debugger PIN: 113-809-217
The text was updated successfully, but these errors were encountered: