politas changed the topic of #ckan to: CKAN - The Comprehensive Kerbal Archive Network - https://git.io/vgh4P | Code of Conduct: https://git.io/vgh4t | Please upgrade to v1.25.0 Wallops - https://git.io/vgh4g | Indexing over 500 modules for 1.4.2! | Please consider raising issues on Github, you may get a better response.
egg is now known as egg|zzz|egg
Hypergolic_Skunk has quit [Quit: Connection closed for inactivity]
Olympic1 has quit [Read error: Connection reset by peer]
m4v has quit [Ping timeout: 182 seconds]
m4v has joined #ckan
Olympic1 has joined #ckan
<ckanbot>
[CKAN] DasSkelett opened issue #2416: Key not found exception on selecting mods https://git.io/vpO3I
<ckanbot>
[CKAN] DasSkelett opened issue #2417: Cancling on "recommended mods" tab doesn't stop the progress bar https://git.io/vpO3X
<ckanbot>
[CKAN] DasSkelett opened pull request #2418: Hide StatusProgress-bar if user cancels installation (master...fix_#2417) https://git.io/vpOnJ
<ckanbot>
[CKAN] DasSkelett commented on issue #2418: Interestingly, the GUI switches to the Modlist tab afterwards, and I have no ideo, why, as it shouldn't do it on errors though (but I don't know how to simulate an error to test this). https://git.io/vpOnl
<ckanbot>
[CKAN] DasSkelett commented on issue #2418: Interestingly, the GUI switches to the Modlist tab afterwards, and I have no ideo, why, as it shouldn't do it on errors though, and I see no code difference between handling errors and handling user cancellation regarding tab switches.... https://git.io/vpOnl
Qboid was kicked from #ckan by *status [You have been disconnected from the IRC server]
Qboid has joined #ckan
egg|zzz|egg has quit [Ping timeout: 186 seconds]
VITAS has quit [Ping timeout: 186 seconds]
tivec has joined #ckan
taniwha has quit [Ping timeout: 186 seconds]
taniwha has joined #ckan
VITAS has joined #ckan
oeuf is now known as egg
aradapilot has quit [Remote host closed the connection]
aradapilot has joined #ckan
Dazzyp has joined #ckan
zengei___ has joined #ckan
Daz has quit [Ping timeout: 186 seconds]
zengei__ has quit [Ping timeout: 186 seconds]
Dazzyp is now known as Daz
BasharMilesTeg_ has joined #ckan
BasharMilesTeg has quit [Ping timeout: 186 seconds]
<ckanbot>
[CKAN] HebaruSan commented on issue #2416: The stack trace suggests this line, as `installed_modules` is the only notable `Dictionary` in the function:... https://git.io/vpOEN
<ckanbot>
[CKAN] HebaruSan commented on issue #2416: Alternately, it's also possible that the registry is fine but the GUI has a problem. If the mod isn't really installed, but GUI _thinks_ it is, then GUI might be attempting to uninstall a mod that isn't installed, which could also conceivably cause this. https://git.io/vpOuG
<ckanbot>
[CKAN] DasSkelett commented on issue #2416: Ouf, which mod was it...... https://git.io/vpOzY
<ckanbot>
[CKAN] HebaruSan commented on issue #2416: ~~Alternately, it's also possible that the registry is fine but the GUI has a problem. If the mod isn't really installed, but GUI _thinks_ it is, then GUI might be attempting to uninstall a mod that isn't installed, which could also conceivably cause this.~~... https://git.io/vpOuG
<ckanbot>
[CKAN] HebaruSan commented on issue #2416: On further inspection, I think I pinpointed the wrong line above. `installed_modules` is a verbatim copy of `registry.InstalledModules`, and `FindReverseDependencies` uses that same list to generate its return values. So it shouldn't be logically possible for those `installed_modules[dependency]` references to throw. https://git.io/vpOgQ
<ckanbot>
[CKAN] HebaruSan commented on issue #2416: @DasSkelett, are you able to make this happen at will? I tried cancelling the installation of Almost Free Launch Clamps, but I didn't encounter any exceptions. There are some debugging statements built into this code path that might be enlightening to see [with logging enabled](https://github.com/KSP-CKAN/CKAN/wiki/User-guide#logging). https://git.io/vpO2R
<ckanbot>
[CKAN] DasSkelett commented on issue #2416: Going to try it. https://git.io/vpO2Q
<ckanbot>
[CKAN] DasSkelett commented on issue #2416: Meanwhile some thoughts during waiting for CKAN (because DEBUG logging is hell!):... https://git.io/vpOVS
<ckanbot>
[CKAN] DasSkelett commented on issue #2416: Meanwhile some thoughts during waiting for CKAN (because DEBUG logging is hell!):... https://git.io/vpOVS
<ckanbot>
[CKAN] DasSkelett commented on issue #2416: Meanwhile some thoughts during waiting for CKAN (because DEBUG logging is hell!):... https://git.io/vpOVS
<ckanbot>
[CKAN] DasSkelett commented on issue #2416: Meanwhile some thoughts during waiting for CKAN (because DEBUG logging is hell!) and tracking the log:... https://git.io/vpOVS
<ckanbot>
[CKAN] DasSkelett opened issue #2419: CKAN GUI throws "module not found"-error again and again https://git.io/vpOwD
<ckanbot>
[CKAN] HebaruSan commented on issue #2419: KSP 1.4.2, I assume? https://git.io/vpOwh
<ckanbot>
[CKAN] DasSkelett commented on issue #2419: Oh crap, deleted that accidentally. Yes. https://git.io/vpOrT
<ckanbot>
[CKAN] HebaruSan commented on issue #2419: This is happening because AJE Extended depends on AJE which depends on FAR, and FAR isn't available for 1.4.2 (the forum thread title says specifically 1.3.1). So at one level this is a duplicate of #2231, since AJE Extended should be marked as incompatible (note that AJE itself _is_ marked incompatible because of the incompatible dependency, but that doesn't propagate through multiple levels of dependencies).
Lyneira has quit [Quit: Bye]
<ckanbot>
[CKAN] DasSkelett commented on issue #2419: Yes, the first level doesn't matter to me, as I just wanted to install it for testing pusposes for #2416 :D ... https://git.io/vpOro
HiddenKnowledge has quit [Ping timeout: 186 seconds]
<ckanbot>
[CKAN] DasSkelett opened pull request #2420: Replace empty string with N/D (master...noTextWithNoMAXversion) https://git.io/vpOo1
HiddenKnowledge has joined #ckan
techman83 has quit [Remote host closed the connection]
techman83 has joined #ckan
<ckanbot>
[CKAN] HebaruSan commented on issue #2420: I guess I don't find this clearer. Users are going to wonder what the N and D stand for. https://git.io/vpO1f