elizagamedev / mkxp-oneshot

mkxp, forked for OneShot
GNU General Public License v2.0
76 stars 28 forks source link

Cannot build, "JFrog" needs reactivation. #36

Open ghost opened 1 year ago

ghost commented 1 year ago

When I try to build with Conan, I get an error:

ERROR: Failed requirement 'ruby/2.5.3@eliza/testing' from 'conanfile.py (oneshot/0.0.0)'
ERROR: <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>MyJFrog - JFrog Customer Portal</title><link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap" rel="stylesheet"><script>VERSION = "2022.9.177";
      API_PROXY_URL = "https://myjfrog-api.jfrog.com/api/v1/";

[...]

Response from remote is not json, but 'text/html; charset=utf-8'. [Remote: eliza]

When I try to go to the remote, https://rkevin.jfrog.io/artifactory/api/conan/eliza, it redirects to https://my.jfrog.com/reactivate-server/rkevin, how embarrasing.

Speak2Erase commented 1 year ago

jfrog pulls down artifactory remotes if it doesn't get usage every few months. Those artifactory remotes were originally used by ModShot after the original remotes for this repositiory went offline (see this). ModShot no longer uses conan, hence why the remotes went down.

I'd be happy to pull request over the build system ModShot uses if @elizagamedev wants. Only reason I haven't so far is because it'd completely trash the layout of this repository and I'm unsure how to feel about that.