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.1 Broglio - https://git.io/vgh4g | Indexing over 500 modules for 1.4.2! | Please consider raising issues on Github, you may get a better response.
Olympic1_ has quit [Ping timeout: 182 seconds]
zengei has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
zengei has joined #ckan
<ckanbot>
[CKAN] Ruedii commented on issue #2398: The best way to implement this is a series of two alterations:|... https://git.io/vpCEB
<ckanbot>
[CKAN] Ruedii commented on issue #2398: The best way to implement this is a series of three alterations:... https://git.io/vpCEB
<ckanbot>
[CKAN] Ruedii commented on issue #2391: It looks like CKAN is relying on web sessions staying open.... https://git.io/vpCEb
<ckanbot>
[CKAN] HebaruSan commented on issue #2391: @Ruedii , where do you see that in the code? https://git.io/vpCuE
NathanKell|AFK is now known as NathanKell
nethershaw has joined #ckan
blowfish has joined #ckan
nethershaw has quit [Remote host closed the connection]
blowfish has quit [Quit: Leaving]
Lyneira has joined #ckan
Lyneira has quit [Ping timeout: 182 seconds]
Olympic1_ has joined #ckan
NathanKell is now known as NathanKell|AFK
aradapilot has quit [Remote host closed the connection]
aradapilot has joined #ckan
Olympic1_ has quit [Ping timeout: 186 seconds]
m4v has quit [Ping timeout: 182 seconds]
m4v has joined #ckan
m4v has quit [Ping timeout: 198 seconds]
m4v has joined #ckan
m4v has quit [Ping timeout: 198 seconds]
m4v has joined #ckan
m4v has quit [Ping timeout: 182 seconds]
m4v has joined #ckan
m4v has quit [Ping timeout: 198 seconds]
mkv has joined #ckan
mkv is now known as m4v
<ckanbot>
[CKAN] DasSkelett commented on issue #2418: Interestingly, the GUI switches to the Modlist tab afterwards, and I have no idea 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
<ckanbot>
[CKAN] DasSkelett commented on issue #2418: So, I created a new `FailWaitDialog()` with error messages as parameters wich executes all GUI calls.... https://git.io/vpZwR
aradapil_ has joined #ckan
aradapilot has quit [Read error: Connection reset by peer]
aradapilot has joined #ckan
aradapil_ has quit [Ping timeout: 186 seconds]
GinjaNinja32 has quit [Ping timeout: 186 seconds]
GinjaNinja32 has joined #ckan
Lyneira has joined #ckan
<ckanbot>
[CKAN] DasSkelett opened issue #2428: Mods don't get added to changeset https://git.io/vpWiT
<ckanbot>
[CKAN] DasSkelett commented on issue #2428: So uninstalling and reinstalling worked perfectly. https://git.io/vpWiK
<ckanbot>
[CKAN] HebaruSan commented on issue #2428: Confirmed that the weird self-conflict is a factor. I installed `v0.0329_for_1.4.2` and clicked Refresh and Add available updates, then saw the empty changeset problem as reported. Then I restarted after manually editing my `registry.json` to remove the conflict of Scatterer with Scatterer, and now it's not empty:... https://git.io/vpWHf
<ckanbot>
[CKAN] DasSkelett commented on issue #2428: Maybe a solution would be ignoring self-conflicts on updates?... https://git.io/vpWHF
<ckanbot>
[CKAN] HebaruSan commented on issue #2428: Well, first I'd like to get a better understanding of exactly how and why it breaks and whether this is in fact a recent problem. It's possible that this is highlighting some logic error deep within the relationship resolver, the fixing of which could improve general robustness. Or it's possible that the upgrade logic is tripping over itself somewhere along the line as it attempts to reconcile removing and ins
<ckanbot>
[CKAN] DasSkelett commented on issue #2418: So I added the check if the installation completed despite "canceling", Abit hacky, but working (I think)... https://git.io/vpW7m
m4v has quit [Ping timeout: 182 seconds]
m4v has joined #ckan
Hypergolic_Skunk has joined #ckan
<ckanbot>
[CKAN] HebaruSan commented on issue #2428: Confirmed the speculation about `provides`: KSP-CKAN/NetKAN#4809, KSP-CKAN/NetKAN#5414... https://git.io/vpWAB
<ckanbot>
[CKAN] DasSkelett commented on issue #2418: So I added the check if the installation completed despite "canceling", Abit hacky, but working (I think)... https://git.io/vpW7m
<ckanbot>
[CKAN] DasSkelett commented on issue #2418: So I added the check if the installation completed despite "canceling", Abit hacky, but working (I think)... https://git.io/vpW7m
<ckanbot>
[CKAN] DasSkelett commented on issue #2418: So I added the check if the installation completed despite "canceling", Abit hacky, but working (I think)... https://git.io/vpW7m
Olympic1_ has joined #ckan
Lyneira has quit [Ping timeout: 182 seconds]
Lyneira has joined #ckan
Lyneira has quit [Client Quit]
<ckanbot>
[CKAN] DasSkelett opened pull request #2429: Fix "Apply changes"-button gets enabled without actual changes on "Add available updates"-click (master...FIX/AddUpdatesActivatesApplyButton) https://git.io/vplL5
Technicalfool has joined #ckan
<ckanbot>
[CKAN] HebaruSan commented on issue #2428: This exception is being caught:... https://git.io/vplO4
Olympic1_ is now known as Olympic1
<ckanbot>
[CKAN] HebaruSan commented on issue #2428: And this is the content of that exception:... https://git.io/vplGy
<ckanbot>
[CKAN] HebaruSan commented on issue #2428: That's coming from here:... https://git.io/vplZL
Hypergolic_Skunk has quit [Quit: Connection closed for inactivity]
<ckanbot>
[CKAN] HebaruSan commented on issue #2428: OK, it looks like what's happening is that `SanityChecker` is being asked to validate a hypothetical situation in which updates are installed _without removing the old versions_. And it always worked that way, but prior to #2339, the exception was avoided because conflicts were done only in terms of identifiers without regard to versions, so the old version of a mod was always considered not to conflict with t
<ckanbot>
[CKAN] HebaruSan commented on issue #2428: OK, it looks like what's happening is that `SanityChecker` is being asked to validate a hypothetical situation in which updates are installed _without removing the old versions_. And it always worked that way, but prior to #2339, the exception was avoided because conflicts were done only in terms of identifiers without regard to versions, so the old version of a mod was always considered not to conflict with t
<ckanbot>
[CKAN] HebaruSan commented on issue #2428: OK, it looks like what's happening is that `SanityChecker` is being asked to validate a hypothetical situation in which updates are installed _without removing the old versions_. And it always worked that way, but prior to #2339, the exception was avoided because conflicts were done only in terms of identifiers without regard to versions, so the old version of a mod was always considered not to conflict with t