HypergolicSkunk has quit [Quit: Connection closed for inactivity]
Saltpeter has joined #ckan
<Saltpeter>
Using CKAN for the first time. I have a bunch of mods checked but there is no Changeset tab that I can find. what do? google not helping. currently reinstalling KSP
<Saltpeter>
I figured out that I'm simply unable to apply changes because one of the mods I have checked depends on a mod that refuses to be installed, Firespitter Core.
NathanKell|AFK is now known as NathanKell
<Saltpeter>
Is there any way to bypass the Firespitter Core dependency for USI?
NathanKell|SemiAFK is now known as NathanKell|AWAY
Olympic1 is now known as Olympic1|Away
<Olympic1|Away>
Just mention me for CKAN issues away for 1h
egg|df|egg is now known as egg
<ckanbot>
[CKAN] Cyclic3 commented on issue #2047: I hate to ask a stupid question, but why not use the inbuilt .net `System.Net.WebClient`? https://git.io/vHnuX
politas has quit [Ping timeout: 200 seconds]
Olympic1|Away is now known as Olympic1
politas has joined #ckan
HypergolicSkunk has joined #ckan
<ckanbot>
[CKAN] politas commented on issue #2047: Please try with the new 1.22.2 client, which now uses native C# network calls rather than curlsharp. https://git.io/vHnwj
<ckanbot>
[CKAN] zegkljan commented on issue #2047: @politas I still get the same error.... https://git.io/vHnrx
<ckanbot>
[CKAN] Cyclic3 commented on issue #2047: also occurs from building it from source (as of 98e7da36c5df822331a762e28ef89466a0a4e90d) https://git.io/vHnom
JohnWittle has joined #ckan
<JohnWittle>
So, CKAN v1.22.2-dev asked to update and I hit "install" and now I have been looking at a progress bar for about 5 minutes
<JohnWittle>
I am worried about killing it
<JohnWittle>
is it okay if i kill it? or will it end up in some kind of half-installed state and cause all sorts of problems
<JohnWittle>
oh woah it just finished
<JohnWittle>
you might think of having that process be a little more verbose
<JohnWittle>
but nevermind :D ty
<Olympic1>
my update just took some seconds
<Olympic1>
normally it just should close ckan, download new version and overwrite the old one
<JohnWittle>
it finished the download and then just gave me that fake progress bar thing where bars of green just keep gliding to the right without meaning any actual progress is happening
<JohnWittle>
the new version, that is
<JohnWittle>
as if it were updating repositories, but before that
<Olympic1>
which OS do you have
<JohnWittle>
linux
<JohnWittle>
oh no wait
<JohnWittle>
windows
<JohnWittle>
rofl
<JohnWittle>
sorry i am talking to you ssh'd into my debian server and blanked for a second
<Olympic1>
ah, it probably downloaded some .Net stuff, as the new version needs some C# callbacks
<JohnWittle>
ah okay
<Olympic1>
release note: libcurl is no longer used by CKAN for Linux or Mac. If you experience problems downloading, please contact us
<JohnWittle>
i wonder that it didn't do that during the download part but after launching the new version?
<JohnWittle>
seems weird
<JohnWittle>
it was definitely the *new version* that hung
<JohnWittle>
as if it were having trouble deleting the old version and clearing out old stuff?
<JohnWittle>
what exactly happens after the new version gets run
<Olympic1>
probably, depends on internet connection
<JohnWittle>
eh well its fine so ill just leave it
<Olympic1>
it downloads the latest meta-data from ourr repo and checks the ksp version is compatible with the ksp folder you chose
<JohnWittle>
actually while I wait for it to load, i have a new question
<JohnWittle>
several times I have been severly disappointed with curse's upload speed when downloading KSPI, which is always hundreds of mb
<JohnWittle>
i've often thought that I might be able to download the .zip file for the new version in the background and then maybe put it where CKAN would put it
<JohnWittle>
and trick CKAN into thinking that it downloaded it itself
<JohnWittle>
because otherwise inevitably at some point the connection times out and ckan crashes
<JohnWittle>
is that possible?
<JohnWittle>
or maybe it's possible to adjust ckan's timeout length?
<JohnWittle>
i'm always surprised every time it happens, I get a really ugly .net exception window
<JohnWittle>
it seems like the sort of thing the devs don't expect to ever happen, or there'd be more sane behavior
<Olympic1>
kspi should download from spacedock
<Olympic1>
anyway, try this: select kspi (not the checkbox), click on contents on the right, and the click download
<ckanbot>
[CKAN] Cyclic3 commented on issue #2047: I have created a pull request with a commit that I believe fixes this issue. It's a bit of a hack, but it seems to work https://git.io/vHnXq
BasharMilesTeg_ has joined #ckan
iPeer has joined #ckan
BasharMilesTeg has quit [Ping timeout: 204 seconds]
iPeer has quit [Client Quit]
iPeer has joined #ckan
<ckanbot>
[CKAN] cedenday commented on issue #2057: Looks good. https://git.io/vHn1t
<ckanbot>
[CKAN] HerrSubset commented on issue #2047: Yup, fixes the issue for me as well. But the if/else statement you removed was probably there for a reason... https://git.io/vHn1q
<ckanbot>
[CKAN] cedenday commented on issue #2057: You could just change the expression of the if statement and add a comment though. https://git.io/vHnMe
Daz has quit [Read error: Connection reset by peer]
aradapilot has quit [Read error: Connection reset by peer]
aradapilot has joined #ckan
<ckanbot>
[CKAN] Cyclic3 commented on issue #2057: the else statement causes a nullreference exception https://git.io/vHnMV
<ckanbot>
[CKAN] Cyclic3 commented on issue #2057: i have never committed to ckan before, so please do tell me if I did break something https://git.io/vHnMr
aradapilot has quit [Read error: Connection reset by peer]
aradapilot has joined #ckan
Daz has joined #ckan
<ckanbot>
[CKAN] Cyclic3 commented on issue #2047: the if/else statement puts any non-windows os onto curlsharp, which is causing the bugs. This was probably put in at a time when mono was less good than it is now, and was unable to handle the native .net network io. It could also be because curl may be faster, but since it crashes at the moment ... https://git.io/vHnDx
<ckanbot>
[CKAN] Cyclic3 commented on issue #2047: the if/else statement puts any non-windows os onto curlsharp, which is causing the bugs. This was probably put in at a time when mono was less good than it is now, and was unable to handle the native .net network io. It could also be because curl may be faster, but since it crashes at the moment ... https://git.io/vHnDx
linuxgurugamer has joined #ckan
<linuxgurugamer>
Is there something wrong with the indexer, I've uploaded a couple of updates for 1.3, and don't see them yet. It used to be within minutes
<linuxgurugamer>
specificaly, KW Rocketry
[PING]iPeer has joined #ckan
iPeer has quit [Ping timeout: 186 seconds]
[PING]iPeer is now known as iPeer
BasharMilesTeg has joined #ckan
BasharMilesTeg_ has quit [Ping timeout: 180 seconds]
<Olympic1>
linuxgurugamer: how long ago was that
BasharMilesTeg_ has joined #ckan
BasharMilesTeg has quit [Ping timeout: 180 seconds]
<Olympic1>
linuxgurugamer: they are indexed know. Only when you update via the ckan repos or spacedock it gets directly indexed, otherwise its via the bot every 3h
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
<ckanbot>
[CKAN] 8749236 commented on issue #2044: **One possible solution**:... https://git.io/vHndm
NathanKell|AWAY is now known as NathanKell
iPeer has quit [Read error: Connection reset by peer]
iPeer has joined #ckan
NathanKell is now known as NathanKell|AFK
egg is now known as egg|nomz|egg
[PING]iPeer has joined #ckan
iPeer has quit [Ping timeout: 201 seconds]
[PING]iPeer is now known as iPeer
egg|nomz|egg is now known as egg
Lyneira has quit [Quit: Konversation terminated!]
Stevie_G has joined #ckan
ferram4 has quit [Read error: Connection reset by peer]