Hacking A simple GUI for FunKiiU "FunKii-UI"

dojafoja

life elevated
OP
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
To be fair the command line version of FunKiiU only works with the new key site url because I fixed it. I just have a lot on my plate and haven't updated the gui yet. Actually I was working on a few other features to go along with the new key site update of the program but I can't seem to find time to get it all working how I want. I'm going to abandon most of these features and just push an update so it works with any url. Give me a few hours and I will do it.
 
  • Like
Reactions: pelago and Onanghy

yoshinatsu

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
385
Trophies
1
Location
Downtown Jigoku
XP
723
Country
Greece
I updated the GUI to v2.1.6 to add support for accepting any url for the titlekey site. Remember that you must include the http:// or https:// when providing the url.
The latest version insists it needs to be updated, and it shows as 2.1.5.
Just a minor thing, but still.
 
Last edited by yoshinatsu,
  • Like
Reactions: dojafoja

juanmiz78

New Member
Newbie
Joined
Jul 11, 2017
Messages
1
Trophies
0
Age
45
XP
41
Country
United States
I just updated to version 2.1.7 - it pulls titles from the new URL (in the command window) but for some reason, no titles are displayed in the UI under "Selection". It seems to have an autocomplete feature that's not fully working (or most likely i don't know what i'm doing). Can someone help me???
 

dojafoja

life elevated
OP
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
I just updated to version 2.1.7 - it pulls titles from the new URL (in the command window) but for some reason, no titles are displayed in the UI under "Selection". It seems to have an autocomplete feature that's not fully working (or most likely i don't know what i'm doing). Can someone help me???
I couldn't tell you whats going on exactly. If it was on first run, try simply restarting the app. Also verify that titlekeys.json file is in fact downloaded into the app directory. What OS?
 

dman1987

Member
Newcomer
Joined
Mar 1, 2018
Messages
14
Trophies
0
Age
45
XP
59
Country
United States
Any word on this being updated? I don't think it's working anymore because of GitHub deprecating TLS.

urllib2.URLError: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661)>
 

dojafoja

life elevated
OP
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
Any word on this being updated? I don't think it's working anymore because of GitHub deprecating TLS.

urllib2.URLError: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661)>
I haven't had any desire to update this in quite some time. I could probably look into it this weekend and push out an update. Thanks for letting me know that it's currently. broken
 
  • Like
Reactions: dman1987

sibbreh

New Member
Newbie
Joined
Apr 1, 2018
Messages
2
Trophies
0
Age
65
XP
42
Country
Canada
I haven't had any desire to update this in quite some time. I could probably look into it this weekend and push out an update. Thanks for letting me know that it's currently. broken

Running into the error above also .. is there a fix that you've already implemented and should have solved it, or just not gotten around to it?

Either way, thanks for making this tool. It's been amazing.
 

dojafoja

life elevated
OP
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
@dman1987 ,@sibbreh
I tested on Windows 10 and Linux Mint. They both worked fine. After researching a little, I think this issue is related to a recent MacOS update that's pushing the TLS deprecation issue. Unless you guys aren't using MacOS, then I'm way off on my theory lol. I'm pretty sure I would need to find an alternative to Python's urllib2 library if that's the case and I just don't want to invest any time into implementing any sort of proper fix any time soon. I'm pretty busy these days. I quickly patched this program to not crash when it's not able to check for program updates on Github. Here is a patched version that shouldn't crash on this error: http://www.mediafire.com/file/051ovq1qqd1n2ea/gui.py
 

sibbreh

New Member
Newbie
Joined
Apr 1, 2018
Messages
2
Trophies
0
Age
65
XP
42
Country
Canada
@dman1987 ,@sibbreh
I tested on Windows 10 and Linux Mint. They both worked fine. After researching a little, I think this issue is related to a recent MacOS update that's pushing the TLS deprecation issue. Unless you guys aren't using MacOS, then I'm way off on my theory lol. I'm pretty sure I would need to find an alternative to Python's urllib2 library if that's the case and I just don't want to invest any time into implementing any sort of proper fix any time soon. I'm pretty busy these days. I quickly patched this program to not crash when it's not able to check for program updates on Github. Here is a patched version that shouldn't crash on this error:

You're right for me, I'm on MacOS -- and this worked like a charm. Thank you so much for the quick fix/update, I really appreciate it
 
  • Like
Reactions: dojafoja

cashonly

Well-Known Member
Member
Joined
Sep 10, 2014
Messages
104
Trophies
0
Age
39
XP
634
Country
@dman1987 ,@sibbreh
I tested on Windows 10 and Linux Mint. They both worked fine. After researching a little, I think this issue is related to a recent MacOS update that's pushing the TLS deprecation issue. Unless you guys aren't using MacOS, then I'm way off on my theory lol. I'm pretty sure I would need to find an alternative to Python's urllib2 library if that's the case and I just don't want to invest any time into implementing any sort of proper fix any time soon. I'm pretty busy these days. I quickly patched this program to not crash when it's not able to check for program updates on Github. Here is a patched version that shouldn't crash on this error: http://www.mediafire.com/file/051ovq1qqd1n2ea/gui.py


Thank you, it works like a charm on OSX!
 
  • Like
Reactions: dojafoja

Mixy

New Member
Newbie
Joined
May 24, 2018
Messages
1
Trophies
0
Age
23
XP
45
Country
United States
Okay, so I've got a problem that someone else similarly faced. I ran 'FunKiiU.py', and it closed down immediately after opening. Upon checking it via IDLE, this is all that came up:

*******
FunKiiU 2.2 by cearp and the cerea1killer
*******
>>>

Nothing more, nothing less. What's going on and how do I fix it?
 
Last edited by Mixy,

dojafoja

life elevated
OP
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
Okay, so I've got a problem that someone else similarly faced. I ran 'FunKiiU.py', and it closed down immediately after opening. Upon checking it via IDLE, this is all that came up:

*******
FunKiiU 2.2 by cearp and the cerea1killer
*******
>>>

Nothing more, nothing less. What's going on and how do I fix it?
You need to run gui.py NOT FunkiiU.py FunkiiU is used by my GUI.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtu.be/MddR6PTmGKg?si=mU2EO5hoE7XXSbSr