Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - YukiS

Pages: [1]
1
YukiS: Unfortunately your mirror, as well as your pycurl binaries, appear to be down at the moment.

I'm switching my development environment over to Python 3.5 temporarily until the PyCurl binaries for 3.6 from either YukiS or the actual PyCurl people resurface, just so that I can get the hotfixed installer out. It'll contain the failover to YukiS's server even though that's not currently up atm (I assume it will be put back up eventually/soon), as well as it will contain a failover to another server I have access to which has multiple people maintaining it instead of just my busy self.
There's a not so funny story about that, involving my fingernail and an LGA1155 socket :-[. I can't afford to get the motherboard repaired for another week or so but since I compiled those binaries on my desktop I have uploaded a copy to my hosted server here: http://de-ge.so/pycurl/

2
Here's some pyCurl binaries for 3.6 that I built myself: https://saika.de-ge.so/pycurl/

After fixing the mismatch of spaces and tabs in downloadpage.py I was able to get the installer to run to completion in Python 3.6. However, as my mirror is HTTPS only and you're not specifying a certificate bundle for pyCurl it won't fail over.

The easiest way to do this is installing/importing the certifi package and adding the following lines to your curl options in downloader.py:
sizecurl.setopt(sizecurl.CAINFO, certifi.where())
filecurl.setopt(filecurl.CAINFO, certifi.where())

With these changes it successfully fails over to my site if yours is unreachable.

3
Hi! I did not realize my site was down. I'll get that back up and running asap. I'm slightly confused by YukiS saying he contacted me as I've not gotten any contact from anyone, or else I would have fixed this issue right away :P

EDIT: And up! Silly enough, apache had crashed.

My apologies, again, for the downtime.
I thought I'd contacted you on the 11th June when I first noticed it was down but it looks like I emailed the wrong address. Sorry about that :-[

I have set up a mirror for the audio files in case you want to add an alternative server to the installer in the future for load balancing/failover purposes: https://saika.de-ge.so/ff6data

4
I'm having an issue with the installer hanging here

http://imgur.com/a/Tg4lQ
It's trying to download files from the author's web site (http://www.somebodyelsesproblem.org/ff6data/) which is currently down. I've contacted the author to ask if in lieu of getting the site back up he is able to send me the files so I can host them myself but I haven't heard back yet.

If anyone in this thread has any of the sound files downloaded and would be able to upload them somewhere for me so I can attempt to collect a full set I would be very grateful so please drop me a PM if you can help with that. Assuming I am able to re-host the files, a simple modification to the hosts file on your PC should allow you to complete the installation.

Pages: [1]