politas changed the topic of #ckan to: CKAN - The Comprehensive Kerbal Archive Network - https://git.io/vgh4P | Code of Conduct: https://git.io/vgh4t | Waffle: https://waffle.io/KSP-CKAN/CKAN | Please upgrade to v1.22.6 Guiana - https://git.io/vgh4g | Indexing over 400 modules for 1.3.1! | Be _very_ patient in waiting for responses. :)
<ckanbot> [CKAN] HebaruSan commented on issue #2293: @G-UK's workaround worked for me as well (verbatim original text). I'm now in Windows, and I saw the error on my first test, and CKAN is working after the workaround.... https://git.io/vA2YX
<ckanbot> [CKAN] TruePikachu commented on issue #2293: Right now, I was just thinking about the fix I proposed, and I currently feel it might be safest to use something like `ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12;` instead (note the use of `|=` instead of `=`), assuming that's still proper C# syntax. Basically, since we just want to enable support for TLSv1.2 instead of forcing everything to use it (which includes servers that host m
<ckanbot> [CKAN] TruePikachu commented on issue #2293: Right now, I was just thinking about the fix I proposed, and I currently feel it might be safest to use something like `ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12;` instead (note the use of `|=` instead of `=`), assuming that's still proper C# syntax. Basically, since we just want to enable support for TLSv1.2 instead of forcing everything to use it (which includes servers that host m
<ckanbot> [CKAN] HebaruSan commented on issue #2293: OK, here is the workaround in reg file form:... https://git.io/vA2Op
<ckanbot> [CKAN] TruePikachu commented on issue #2293: I was referring more in terms of the actual bug never getting fixed, and instead using a registry hack forever. https://git.io/vA23I
<ckanbot> [CKAN] TruePikachu commented on issue #2293: I was referring more in terms of the actual bug never getting fixed, and instead using a registry hack forever. A workaround like this is at least somewhat okay for between versions. https://git.io/vA23I
<ckanbot> [CKAN] Maeyanie commented on issue #2293: That .reg file worked fine here.... https://git.io/vA23o
<ckanbot> [CKAN] HebaruSan commented on issue #2293: @EoD, it didn't work for you? https://git.io/vA2sr
<ckanbot> [CKAN] HebaruSan commented on issue #2293: OK, rereading my earlier comment, it does kind of sound like I'm ruling out code changes.... https://git.io/vA2Gy
<ckanbot> [CKAN] EoD commented on issue #2293: > @TruePikachu, thanks for the code suggestions, but I would like to find something that does not require releasing a new version of CKAN, if possible. That could take a while, and there are a lot of changes since 1.22.6 and I'm concerned about telling people that they have to upgrade now. (And I don't want to hard-code TLS 1.2 only to have this all happen all over again in 2 years when GitHub sunsets that version i
<ckanbot> [CKAN] HebaruSan commented on issue #2293: @EoD, thanks for elaborating. If I did that, [Travis would build a new release of HEAD](https://github.com/KSP-CKAN/CKAN/blob/master/.travis.yml) instead of that maintenance branch. I'm nowhere near expert enough in Travis stuff to address that. https://git.io/vA2Z3
<ckanbot> [CKAN] HebaruSan commented on issue #2293: OK, changing the TargetFrameworkVersion to v4.6 seems to be effective. I assume I have plenty of volunteers willing to test now:... https://git.io/vA2Zx
<ckanbot> [CKAN] techman83 commented on issue #2293: @HebaruSan :wave: - I only have ready access to linux I'm afraid. Are we able to get the connection to default to 1.2 and fall back? I'm not super familiar with the libs we're using in C# for http.... https://git.io/vA2Zp
<ckanbot> [CKAN] HebaruSan commented on issue #2293: @techman83, the lib we're using is just `System.Net.Webclient`, and that's the next thing I'm going to check. https://git.io/vA2nI
<ckanbot> [CKAN] techman83 commented on issue #2293: @HebaruSan I've fired up IRC if you need to ping me for anything. https://git.io/vA2ns
<ckanbot> [CKAN] Maeyanie commented on issue #2293: The new version you posted there seems to work after deleting the registry key set by the .reg file earlier. Setting it to 0 (instead of 1) it doesn't work... I didn't make a note of what the default was, unfortunately. https://git.io/vA2nR
HebaruSan has joined #ckan
<ckanbot> [CKAN] ve2dmn commented on issue #2293: I just tested https://github.com/KSP-CKAN/CKAN/files/1750127/ckan.zip and it worked for me (even if Windows Defender complained about the 'unknown file') https://git.io/vA2cW
<ckanbot> [CKAN] linuxgurugamer commented on issue #2293: Worked for me as well. Got a single exception, hit continue and that was it... https://git.io/vA2c6
<ckanbot> [CKAN] headshotninja21 opened issue #2296: error in auto update https://git.io/vA2ci
<ckanbot> [CKAN] godisnumber7 commented on issue #2293: https://github.com/KSP-CKAN/CKAN/files/1750127/ckan.zip worked for me as well, with Windows SmartScreen flagging it for having an unknown publisher. https://git.io/vA2cx
blowfish has joined #ckan
<ckanbot> [CKAN] linuxgurugamer commented on issue #2293: FYI, Window Defender gave me a warning the first time, after that, no more warnings https://git.io/vA2C3
<ckanbot> [CKAN] godisnumber7 commented on issue #2296: Check out issue #2293 . It has a solution that appears to work. https://git.io/vA2C2
<ckanbot> [CKAN] HebaruSan closed issue #2296: error in auto update https://git.io/vA2ci
<ckanbot> [CKAN] HebaruSan commented on issue #2296: Yeah, this is the same as #2293. Please follow that discussion for updates. https://git.io/vA2Cw
<ckanbot> [CKAN] headshotninja21 commented on issue #2296: Oh ok thank you @HebaruSan @godisnumber7 https://git.io/vA2Cr
<ckanbot> [CKAN] Argoroth commented on issue #2293: https://github.com/KSP-CKAN/CKAN/files/1750127/ckan.zip confirmed working on my Windows 10 PC. That seems to have fixed this issue, at least for now. https://git.io/vA2WI
<ckanbot> [CKAN] HebaruSan commented on issue #2293: Thanks for the responses, everyone. They confirm that the TargetFrameworkVersion setting does indeed control this behavior (as baffling as that may be).... https://git.io/vA28m
<ckanbot> [CKAN] HebaruSan commented on issue #2293: OK, changing the TargetFrameworkVersion to v4.6 seems to be effective. I assume I have plenty of volunteers willing to test now:... https://git.io/vA2Zx
<ckanbot> [CKAN] HebaruSan commented on issue #2293: confirmed working on my Windows 10 PC. That seems to have fixed this issue, at least for now. https://git.io/vA2WI
<ckanbot> [CKAN] HebaruSan commented on issue #2293: worked for me as well, with Windows SmartScreen flagging it for having an unknown publisher. https://git.io/vA2cx
<ckanbot> [CKAN] HebaruSan commented on issue #2293: I just tested and it worked for me (even if Windows Defender complained about the 'unknown file') https://git.io/vA2cW
blowfish has quit [Read error: Connection reset by peer]
blowfish has joined #ckan
<ckanbot> [CKAN] Maeyanie commented on issue #2293: That one worked fine here. https://git.io/vA28Z
<ckanbot> [CKAN] Maeyanie commented on issue #2293: That one worked fine here.... https://git.io/vA28Z
<ckanbot> [CKAN] welwo commented on issue #2293: @G-UK your fix seemed to work for me- thnx :)... https://git.io/vA281
<ckanbot> [CKAN] ruff-dreamer commented on issue #2293: Tried using the new exe still no success. ... https://git.io/vA2Bn
<ckanbot> [CKAN] HebaruSan opened pull request #2297: Force-allow TLS 1.2 on .NET 4.5 (master...fix/force-allow-tls12) https://git.io/vA2BW
<ckanbot> [CKAN] HebaruSan commented on issue #2293: @ruff-dreamer, try running "ckan update" from the command prompt. That error is caused by a previous occurrence of the network problem. https://git.io/vA2BR
<ckanbot> [CKAN] ruff-dreamer commented on issue #2293: @HebaruSan Working perfectly now! Thank you https://git.io/vA2BM
blowfish has quit [Read error: Connection reset by peer]
blowfish has joined #ckan
<ckanbot> [CKAN] HebaruSan commented on issue #2297: Hmm, we're compiling against some Mono versions that don't have `SecurityProtocolTypes.Tls12`. But how does that square with our TargetFrameworkVersion of v4.5, which should have it? https://git.io/vA2RK
<ckanbot> [CKAN] acornett commented on issue #2076: Could this be caused by https://githubengineering.com/crypto-removal-notice/ ? https://git.io/vA2zj
<ckanbot> [CKAN] HebaruSan commented on issue #2076: Today's incident was (see #2293), but back in July, probably not. https://git.io/vA2gB
politas has quit [Ping timeout: 383 seconds]
politas has joined #ckan
<ckanbot> [CKAN] tobimai commented on issue #2076: Also happening to me, no Antivirus installed and it worked for a few hours. I didn't change anything and it stopped working, but KSP crashed once, probably because a lack of RAM. https://git.io/vA2Vy
<ckanbot> [CKAN] HebaruSan commented on issue #2076: @tobimai , click on #2293. GitHub changed their servers in a way that broke CKAN. https://git.io/vA2wt
aradapil_ has joined #ckan
aradapilot has quit [Ping timeout: 182 seconds]
jimj316 has quit [Ping timeout: 383 seconds]
blowfish has quit [Quit: Leaving]
Hypergolic_Skunk has joined #ckan
<ckanbot> [CKAN] th3b0s5 commented on issue #2293: @HebaruSan Thanks a lot for the updated file! After a CKAN update from command line, the GUI seems to be working perfectly. https://git.io/vA2Pv
aradapil_ has quit [Remote host closed the connection]
aradapilot has joined #ckan
<ckanbot> [CKAN] Praafit commented on issue #2076: @HebaruSan thank you so much! I struggled with this a lot and the reg helped me 👍 :D https://git.io/vA25a
<ckanbot> [CKAN] Praafit commented on issue #2076: @HebaruSan thank you so much! I struggled with this a lot and the reg helped me 👍 :D https://git.io/vA25a
<ckanbot> [CKAN] Praafit commented on issue #2293: @HebaruSan thank you so much! I struggled with this a lot and the reg helped me 👍 :D https://git.io/vA25X
<ckanbot> [CKAN] Blu3wolf commented on issue #2250: I get the same error when trying to get the list of mods in CKAN. Fresh install, cant connect.... https://git.io/vA2N4
<ckanbot> [CKAN] th3b0s5 commented on issue #2293: @Praafit Undo the changes to your reg and use the zip with the recompiled CKAN which uses the latest version uploaded by HebaruSan here as the reg change can cause potential problems with other applications. https://git.io/vAafA
politas has quit [Quit: ZNC - http://znc.in]
politas has joined #ckan
<ckanbot> [CKAN] politas commented on issue #2297: Sounds like we need to move to a .Net Target Framework of 4.6, which doesn't rule out any Windows operating systems other than XP, which was already incompatible with 4.5. Looks like we'd be screwing over Debian users again, since even the current Unstable branch (Sid) only has Mono 4.6. If this is the only way to get us working with GitHub again, though... https://git.io/vAaT8
<ckanbot> [CKAN] politas pushed 2 new commits to master: https://git.io/vAaLN
<ckanbot> CKAN/master a3528f3 Myk: Merge #2297 Force-allow TLS 1.2 on .NET 4.5
<ckanbot> CKAN/master 42c30cd Paul Hebble: Force-allow TLS 1.2 on .NET 4.5
<ckanbot> [CKAN] politas closed pull request #2297: Force-allow TLS 1.2 on .NET 4.5 (master...fix/force-allow-tls12) https://git.io/vA2BW
<ckanbot> [CKAN] politas commented on issue #2297: Sounds like we need to move to Mono 5.0 and above,We'll be screwing over Debian users again, since even the current Unstable branch (Sid) only has Mono 4.6. If this is the only way to get us working with GitHub again, though... https://git.io/vAaT8
<ckanbot> [CKAN] alphaprior opened issue #2298: CKAN.ModuleNotFoundKraken: Exception of type 'CKAN.ModuleNotFoundKraken' was thrown. https://git.io/vAat2
<ckanbot> [CKAN] politas closed issue #2298: CKAN.ModuleNotFoundKraken: Exception of type 'CKAN.ModuleNotFoundKraken' was thrown. https://git.io/vAat2
<ckanbot> [CKAN] dxeh commented on issue #2250: @Blu3wolf I Second that. Also cannot connect to CKAN even after reinstall..... https://git.io/vAaqG
<ckanbot> [CKAN] politas pushed 1 new commit to master: https://git.io/vAamf
<ckanbot> CKAN/master c2e9a18 Myk: Push mod tags to future spec version
<ckanbot> [CKAN] alphaprior commented on issue #2293: ckan update does not help me... https://git.io/vAamm
<ckanbot> [CKAN] sundhaug92 commented on issue #2293: @alphaprior #2297 has been merged to fix this, until a new build is released, https://github.com/KSP-CKAN/CKAN/issues/2293#issuecomment-367868078 should solve the issues https://git.io/vAamx
<ckanbot> [CKAN] politas pushed 1 new commit to master: https://git.io/vAaY4
<ckanbot> CKAN/master 195ed16 Myk: Debian .deb Mono dependency -> >=5.0
<ckanbot> [CKAN] sundhaug92 commented on issue #2297: Since this is likely to cause headache for users, should an emergency release be considered? https://git.io/vAasR
<ckanbot> [CKAN] politas commented on issue #2297: https://github.com/KSP-CKAN/CKAN/releases/tag/1.24.0 https://git.io/vAas9
<ckanbot> [CKAN] sundhaug92 commented on issue #2297: ty @politas https://git.io/vAasF
<ckanbot> [CKAN] sundhaug92 commented on issue #2293: Fixed in release [1.24](https://github.com/KSP-CKAN/CKAN/releases/tag/1.24.0) https://git.io/vAaGe
<ckanbot> [CKAN] VladoPortos commented on issue #2250: Same issue as @dxeh , there really should be option not to use SSL as its more times broken than working... https://git.io/vAann
<ckanbot> [CKAN] lordplagus02 commented on issue #2293: Working so far, thanks https://git.io/vAaWk
<ckanbot> [CKAN] sundhaug92 commented on issue #2250: Solved: Use 1.24 or later https://git.io/vAaWB
<ckanbot> [CKAN] junwooPark opened issue #2299: exception error CKAN.ModuleNotFoundKraken https://git.io/vAa4i
<ckanbot> [CKAN] HebaruSan closed issue #2299: exception error CKAN.ModuleNotFoundKraken https://git.io/vAa4i
<ckanbot> [CKAN] HebaruSan commented on issue #2299: GitHub changed their servers in a way that broke CKAN, see #2293.... https://git.io/vAaBf
<ckanbot> [CKAN] junwooPark commented on issue #2299: okay i solved...... https://git.io/vAaBT
<ckanbot> [CKAN] headshotninja21 commented on issue #2293: I'm still getting the "exception of type 'CKAN.ModuleNotFoundKraken' was thrown" error that won't let me download new mods https://git.io/vAaBE
<ckanbot> [CKAN] sundhaug92 commented on issue #2293: @headshotninja21 Did you update to 1.24? https://git.io/vAaBa
<ckanbot> [CKAN] headshotninja21 commented on issue #2293: yes I believe so I just installed the new version https://git.io/vAaBi
<ckanbot> [CKAN] Maeyanie commented on issue #2293: You will still get that error the first time you load CKAN because it doesn't have a mod list. Click "continue" and fetch the mods list, and it will be fine from there. https://git.io/vAaBX
<ckanbot> [CKAN] headshotninja21 commented on issue #2293: oh ok thank you it works now just needed to refresh https://git.io/vAaB5
<ckanbot> [CKAN] Maeyanie commented on issue #2293: It might be a useful improvement in the future to have CKAN not delete the old list on a refresh until it's got the new one, so if something goes wrong with the fetch it's not stuck in an invalid state. https://git.io/vAaBF
<ckanbot> [CKAN] HebaruSan commented on issue #2293: @Maeyanie, 1.24 does that, see #2238. https://git.io/vAaRn
<ckanbot> [CKAN] politas commented on issue #2293: We've made a few improvements in that regard in the new release. Not sure if maintaining the selection made it into the various changes @HebaruSan did, but you'll get prompted to retry downloads, and we'll try alternative locations for some mods, too. https://git.io/vAaRC
<ckanbot> [CKAN] politas commented on issue #2293: Sorry, I misread your comment. Yep, that's fixed. https://git.io/vAaRC
<ckanbot> [CKAN] sundhaug92 commented on issue #2293: Nice @HebaruSan and @politas, was about to mark it as a new suggestion https://git.io/vAaR7
<ckanbot> [CKAN] junwooPark opened issue #2300: NullReferenceException occurs when i click settings>CKAN setting https://git.io/vAaR5
<ckanbot> [CKAN] HebaruSan commented on issue #2293: Thanks for the responses, everyone. They confirm that the TargetFrameworkVersion setting does indeed control this behavior (as baffling as that may be).... https://git.io/vA28m
aradapil_ has joined #ckan
aradapilot has quit [Read error: Connection reset by peer]
<ckanbot> [CKAN] HebaruSan commented on issue #2300: Thanks for the report, I think I know the cause... https://git.io/vAaz3
<ckanbot> [CKAN] HebaruSan commented on issue #2300: Thanks for the report, I think I know the cause...... https://git.io/vAaz3
aradapilot has joined #ckan
aradapil_ has quit [Ping timeout: 186 seconds]
<ckanbot> [CKAN] weltall2 commented on issue #2300: Glad I refreshed before I posted this too. Thanks so much for the quick solution HebaruSan. No more problems after running that command once =) Have a great week! https://git.io/vAag9
<ckanbot> [CKAN] HebaruSan opened pull request #2301: Fix crash when trying to view auth empty token list (master...fix/auth-token-nre) https://git.io/vAa2s
<ckanbot> [CKAN] HyronYT opened issue #2302: Error when opening CKAN. https://git.io/vAaVW
<1CSAABCD2> [CKAN] HebaruSan commented on issue #2302: Run `ckan update` from the command line.... https://git.io/vAaVR
<ckanbot> [CKAN] HebaruSan closed issue #2302: Error when opening CKAN. https://git.io/vAaVW
<ckanbot> [CKAN] HyronYT commented on issue #2302: Where can i open the command line?... https://git.io/vAaVK
<ckanbot> [CKAN] HebaruSan commented on issue #2302: Start -> Run -> cmd https://git.io/vAaVQ
<ckanbot> [CKAN] HyronYT commented on issue #2302: There is no ckan ... https://git.io/vAawL
<ckanbot> [CKAN] HebaruSan commented on issue #2302: You have to "cd" to the folder where you saved ckan.exe. https://git.io/vAawi
<ckanbot> [CKAN] HyronYT commented on issue #2302: So im now in Y:\SteamLibrary\steamapps\common\Kerbal Space Program\CKAN>... https://git.io/vAari
<ckanbot> [CKAN] HyronYT commented on issue #2302: oh...... https://git.io/vAarM
<ckanbot> [CKAN] HyronYT commented on issue #2302: okay nice now everything is working! Thanks!... https://git.io/vAarH
<ckanbot> [CKAN] HebaruSan reopened issue #2298: CKAN.ModuleNotFoundKraken: Exception of type 'CKAN.ModuleNotFoundKraken' was thrown. https://git.io/vAat2
<ckanbot> [CKAN] HebaruSan commented on issue #2298: On further investigation, this is a separate, real issue; reopening.... https://git.io/vAaoC
<ckanbot> [CKAN] Chase22 commented on issue #2062: @linuxgurugamer Maybe close the issue? https://git.io/vAabw
<ckanbot> [CKAN] HebaruSan commented on issue #2210: As of today, most CKAN users will be on 1.24, which supports API URLs. We can consider migrating the metadata as we please now.... https://git.io/vAaNm
<ckanbot> [CKAN] linuxgurugamer closed issue #2062: Added download info to Metadata page https://git.io/vH0rd
<ckanbot> [CKAN] HebaruSan commented on issue #2062: Oh, you wanted this in the download prompts? I thought it was about the mod info tab.... https://git.io/vAajJ
Lyneira has joined #ckan
Lyneira has quit [Ping timeout: 383 seconds]
<ckanbot> [CKAN] HebaruSan commented on issue #1817: @Blu3wolf , this stuff may be improved a bit in the [1.24 release](https://github.com/KSP-CKAN/CKAN/releases/tag/1.24.0), which everyone is effectively forced to install now due to #2293. Specifically:... https://git.io/vAVvi
<ckanbot> [CKAN] linuxgurugamer commented on issue #2062: Either https://git.io/vAVfc
<ckanbot> [CKAN] HebaruSan opened issue #2305: Select KSP Install window resizes badly https://git.io/vAVfX
<ckanbot> [CKAN] linuxgurugamer commented on issue #2300: Worked for m e as well https://git.io/vAVfH
<ckanbot> [CKAN] tobimai commented on issue #2076: @HebaruSan Thanks, sorry I misread your message and thought incident 2293 happened in July and therefore not looked at it. https://git.io/vAVfj
<ckanbot> [CKAN] HebaruSan commented on issue #2076: The fix is to install: https://github.com/KSP-CKAN/CKAN/releases/tag/1.24.0 https://git.io/vAVJG
<ckanbot> [CKAN] HebaruSan opened pull request #2306: Better resizing for Select KSP Install window (master...fix/select-ksp-resize) https://git.io/vAVTY
<ckanbot> [CKAN] Whovian41110 opened issue #2307: SSL Certification out of date and not updating https://git.io/vAVL9
<ckanbot> [CKAN] i20100 commented on issue #2250: Download the new ckan.exe, run it. And problem should be solved. ... https://git.io/vAVLj
<ckanbot> [CKAN] i20100 commented on issue #2250: Download the new ckan.exe, run it. And problem should be solved. ... https://git.io/vAVLj
<ckanbot> [CKAN] HebaruSan commented on issue #2307: Was there any additional information in the popup, such as a stack trace? https://git.io/vAVqZ
<ckanbot> [CKAN] Whovian41110 commented on issue #2307: The first popup? No. The error log also didn’t have any https://git.io/vAVqr
<ckanbot> [CKAN] HebaruSan commented on issue #2307: And you tried all of the steps on the wiki, including running `cert-sync`? https://git.io/vAVq1
<ckanbot> [CKAN] Whovian41110 commented on issue #2307: how do i run that on a mac?... https://git.io/vAVme
<ckanbot> [CKAN] HebaruSan commented on issue #2307: Presumably from Terminal, but I don't have one to test. OSX uses Mono just like Linux, so some variant of those commands might help. https://git.io/vAVmU
<ckanbot> [CKAN] HebaruSan commented on issue #2307: Further questions:... https://git.io/vAVmG
<ckanbot> [CKAN] HebaruSan commented on issue #2307: Further questions:... https://git.io/vAVmG
<ckanbot> [CKAN] www2000 opened issue #2308: Cerproblem with roverdude/Firespitter mod https://git.io/vAV3x
<ckanbot> [CKAN] HebaruSan commented on issue #2308: Did you try the steps on the wiki page in the message? https://git.io/vAVsj
<ckanbot> [CKAN] DavidShade commented on issue #2307: I'm seeing the same issue on PC just from opening CKAN. I have auto update turned on. https://git.io/vAVGO
<ckanbot> [CKAN] www2000 commented on issue #2308: I can confirm that i have done the steps on that wiki page and done the RTFM.... https://git.io/vAVG7