Jump to content

DasSkelett

Members
  • Posts

    242
  • Joined

  • Last visited

Reputation

344 Excellent

Contact Methods

Profile Information

  • About me
    CKAN Team & SpaceDock Contributor
  • Location
    Germany
  • Interests
    Space | IT | FOSS | Technology

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Sigma Dimensions has been frozen and restricted to these old versions a very long time ago, by request of the mod author. Its compatibility is set accordingly, so CKAN shouldn't actually pull these versions in. It doesn't allow you to install them at all, unless you have overridden the compatible game versions (please do not set them this broadly! Mods from such old versions *will* be broken!), or force-install it and dismissing the warning pop-up (which is there for exactly this reason). If you want this mod, you need to install it manually.
  2. I happened to look into Flatpaks myself recently, so I might look into it. But I won't give any promises, especially because I found the documentation for the maintainer side severely lacking. I also couldn't find a place where all the existing library packages are listed (like Mono), 'flatpak search' is missing many runtimes/runtime extensions/libraries, and https://flathub.org/ only shows end-user GUI applications
  3. Yes, follow https://github.com/KSP-CKAN/CKAN/wiki/User-guide#adding-game-folders to add your game instance. CKAN tries to autodetect your game instance, primarily from the default Steam install location. If the game is located somewhere else it doesn't find it automatically and you have to add it manually to the list.
  4. Hey @mark7, our NetKAN bot notified us that in the zip for release V1.4 on SpaceDock the mod folder is named "Icecovery's Chinese Spacecraft Pack v1.4", instead of "ICSP" as in previous releases. I believe this was in accident, as the config files still reference the "ICSP" folder. Can you confirm this?
  5. Please try again now, it should work again. The web server disk filled up due to a rogue log file in the wrong location.
  6. yes... Why did it try to install Tweakscale? I already had TS, but *.12 not *.13. I tried CKAN update and I have the latest CKAN version. Restarted CKAN, same thing. Ah, looks like a problem with our "metadata changed -> reinstall" logic. Basically the file in question, "999_Scale_Redist.dll" has been moved from TweakScale to a new TweakScale-Redist module. In practice there is no file conflict, however during the reinstall it apparently can happen that it first prompts you to reinstall the dependent mod which pulls in TweakScale-Redist, and only later would prompt you for TweakScale. We should probably aggregate all mods with changed metadata and prompt the user to reinstall either all or nothing. To work around this, click no when it asks you to reinstall during the repository refresh, then reinstall TweakScale through the modlist first first (using right click > Reinstall), and then FAR Continued. No you cannot blame authors for CKAN problems, never do that. Please don't ping them for CKAN problems in general.
  7. Please scroll up four comments. Yes, you can manually install mods side-by-side with CKAN-managed mods. However one should exercise caution, as it is very easy to break your installation this way.
  8. Yup, that should be correct. One could even combine -c and -b in order to store new or updated cookies being returned while reading existing ones, but that's not necessary for SpaceDock.
  9. No, but you can take a look through the CHANGELOG files of ATS and see if you find something that sounds like it could cause your problem: https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.0.6 https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.0 https://github.com/apache/trafficserver/blob/8.1.x/CHANGELOG-8.1.1
  10. No. this is not possible. We cannot run two versions of the reverse proxy at the same time.
  11. Yes we do, but preferably they are written in a friendly tone. "at least" and "My eyes hurt" doesn't sound as nice as you might think it does. Colour customization/dark mode is already supported, see our wiki. For fonts it should be the same deal, this is entirely handled by the OS. So configure your system to use whatever fonts you like ans it should also apply to CKAN.
  12. I'll have to play the guessing game since you didn't give us any information. But I assume you see some sort of error message when starting CKAN or doing something in it. We've had many similar reports in the past from people in China, it appears GitHub is (partially) blocked there. There's nothing we can do against that, I'm sorry. You'll have to try to circumvent the censorship yourself.
  13. That sounds like the symptom @Krazy1 described. So my guess is the network connectivity with the VPN is (partially) broken. Note that CKAN doesn't do any special handling for VPNs. It simply instructs .NET Framework's HTTP client to download the file.
  14. I think it's the curl command. "-c" only *writes* the cookies to the file, use "-b" to read from a cookie file. Somehow the 403 is converted into a 502 while the request is passed through the proxies, maybe because the body isn't fully read before the response is sent. SpaceDock doesn't do any user agent checks, and there aren't any external CDNs in front, so that's not a problem.
  15. Thanks for letting us know. I can reproduce it, but have no clue why this happens yet...
×
×
  • Create New...