Skip to content

Errors are not communicating what went wrong #295

@FenekkuKitsune

Description

@FenekkuKitsune

I'm getting constant 404 errors when trying to update the cache

modio::Error {
    kind: Status(
        404,
    ),
    source: Error {
        code: 404,
        error_ref: 15023,
        message: "You do not have access to this resource.",
        errors: None,
    },
}
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: <unknown>
  16: <unknown>
  17: <unknown>
  18: <unknown>
  19: <unknown>
  20: <unknown>
  21: BaseThreadInitThunk
  22: RtlUserThreadStart

I've tried the fix in the FAQ - that being to remove the mod and delete the cache folder. But it's still ocurring. To make matters worse, the error shows up for a different mod every time. It's shown up for Mod Hub, goo puddle ignition fix, sweetheart carbine, and quite a few other mods! It happens consistently, every time I hit update cache, it goes for a bit then 404's. In addition, if I try to install my mods, I get a 403. I've updated my API key just to be sure that wasn't the issue, but no dice.

modio::Error {
    kind: Status(
        403,
    ),
    source: Error {
        code: 403,
        error_ref: 14000,
        message: "The file ID you have included in your request could not be found.",
        errors: None,
    },
}
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: <unknown>
  16: <unknown>
  17: <unknown>
  18: <unknown>
  19: <unknown>
  20: BaseThreadInitThunk
  21: RtlUserThreadStart

So, yeah, MINT is completely unusable for me as of this moment...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions