Troubleshooting - mymiamo/My-Mediamo GitHub Wiki
Having issues? Here are common problems and their solutions when using My Mediamo.
Symptoms: The app runs, but can't access from phone or other device.
Solutions:
- Make sure both devices are on the same Wi-Fi network
- Check your IPv4 Address again using
ipconfig
- Ensure your firewall allows Python or Flask server access
- Try accessing with
http://<your-ip>:5000
using a different browser
Symptoms: Windows asks to allow access
Solutions:
- Allow private network access when prompted
- Do not expose to public networks (this app is for local use only)
Symptoms: Error saying port 5000 is in use
Solutions:
- Make sure no other Flask app or server is running
- Try changing the port in
app.py
:app.run(host="0.0.0.0", port=5050)
- Open a GitHub issue with your system details
- Include error messages and steps to reproduce the issue