Troubleshooting - mymiamo/My-Mediamo GitHub Wiki

⚠️ Troubleshooting

Having issues? Here are common problems and their solutions when using My Mediamo.


❌ Can't Connect from Another Device

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

🛡️ Security Prompts

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)

⛔️ Port Already in Use

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)

🐛 Still not working?

  • Open a GitHub issue with your system details
  • Include error messages and steps to reproduce the issue

Return to Home Page or Usage.

⚠️ **GitHub.com Fallback** ⚠️