Need help with the Moviebox app not working right

Yeah, a ton of people are seeing MovieBox flake out lately, so it’s probably not just your device. I agree with most of what @shizuka said, but I’ll add a few different angles to check that don’t just repeat the same stuff:

  1. Test your network properly

    • Try a totally different network: phone hotspot vs home Wi‑Fi.
    • If it magically works on hotspot but not Wi‑Fi, your router or ISP is likely blocking some of their domains.
    • Log into your router and turn off any “safe browsing,” parental controls, or built‑in ad‑blocking filters. Those love to nuke apps like this.
  2. Look at what part is failing

    • Does it crash right on launch? That’s usually local (bad build, corrupt data, missing libs).
    • Does it open fine but nothing loads? That’s almost always server / DNS / blocking.
    • Do only some sections fail (e.g., “Trending” dies but “Search” works)? That means some of their APIs or mirrors are broken, not the whole app.
  3. Check date & time on your device

    • Sounds stupid, but if your date/time or timezone is wrong, a lot of these unofficial apps fail token checks and just crash or loop.
    • Make sure “automatic date & time” is enabled, then fully close and reopen the app.
  4. DNS weirdness

    • Instead of just turning ad‑blockers off like @shizuka suggested, try explicitly switching DNS:
      • Set DNS to something like 1.1.1.1 or 8.8.8.8 at the Wi‑Fi level.
    • If that suddenly fixes it, your ISP’s DNS is blocking or failing to resolve their hosts.
  5. Check for split‑tunneling issues with VPN

    • Some VPN apps have per‑app VPN or split tunneling. Even if you “turn off” the VPN, the app might still be half‑hooked.
    • Go into the VPN app, remove MovieBox from any custom rules, reboot, and then try again.
  6. Verify you did a clean reinstall

    • On Android, a lot of people just uninstall and reinstall without actually clearing the leftover folders.
    • Different from what was already said: use a file manager and search for “moviebox” or the package name and delete everything tied to it before reinstalling. Old config files can straight‑up conflict with new versions.
  7. Watch out for super‑old forks

    • There are clones of clones floating around. Some of them are basically abandoned shells that still install but connect to dead servers.
    • If your version has not been updated in months while others talk about a “new build,” you’re likely on a dead fork even if it used to work.
  8. Don’t ignore the pattern

    • If it broke suddenly for you and tons of others on the same day, 90% chance it is backend or host issues.
    • In those cases, no amount of cache clearing or voodoo fixes it. The app might come back when they switch mirrors, or it might just slowly die off.

If you want more targeted guesses, drop:

  • Android or iOS
  • OS version
  • How you installed it (site / store / signing thing)
  • What exactly happens: blank screen, immediate crash, error message, spinning loader, etc.

Right now, from your description (crashing + some features not opening), my bet: outdated build connecting to half‑broken servers, plus maybe an ad‑block or router filter making it worse.