Hacking A simple GUI for FunKiiU "FunKii-UI"

dojafoja

life elevated
OP
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,608
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
727
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,608
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,608
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,608
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,608
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
  • Psionic Roshambo @ Psionic Roshambo:
    By the power of Florida Man, I have the power!!! *Lifts up meth pipe* Meth Man!!! lol
  • BakerMan @ BakerMan:
    Guys, I just learned my little brother is in the hospital because he had a seizure last night.
  • cearp @ cearp:
    Sorry to hear that BakerMan
    +2
  • BakerMan @ BakerMan:
    Just found out he's doing alright, doing a lot of complaining too, rightfully so. Who wouldn't complain after having a seizure and being hospitalized?
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Glad he is OK and complaining is cool :)
    +1
  • K3Nv2 @ K3Nv2:
    Yeah been there had that no fun
    +1
  • K3Nv2 @ K3Nv2:
    They'll give him sleep studies eegs and possibly one week hospital stay
    +1
  • BakerMan @ BakerMan:
    I hope it's not a week.
  • K3Nv2 @ K3Nv2:
    It's standard so doctors can get a idea about what's going on
  • BakerMan @ BakerMan:
    understood
  • BakerMan @ BakerMan:
    well, i'm glad he seems to be doing fine, and ig i'm going to start spewing goofy shit again
  • BakerMan @ BakerMan:
    Update: Turns out he's epileptic
  • K3Nv2 @ K3Nv2:
    Get a 2nd opinion run mris etc they told me that also
  • Psionic Roshambo @ Psionic Roshambo:
    Also a food allergy study would be a good idea
  • K3Nv2 @ K3Nv2:
    Turns out you can't sprinkle methamphetamine on McDonald's French fries
    +1
  • ZeroT21 @ ZeroT21:
    they wouldn't be called french fries at that point
    +1
  • ZeroT21 @ ZeroT21:
    Probably just meth fries
    +1
  • K3Nv2 @ K3Nv2:
    White fries hold up
    +1
  • The Real Jdbye @ The Real Jdbye:
    @K3Nv2 sure you can
  • BakerMan @ BakerMan:
    why tf do people hate android users? is it the video quality? just because "AnDrOiD = pOoR" bc they don't cost an arm and a leg like iphones do?
    +1
  • BakerMan @ BakerMan:
    i won't be turned off by an iphone, but don't pick on me for having an android, that's just how this shit should work
  • ZeroT21 @ ZeroT21:
    Should say more what these kind of android users say bout nokia 3310 users
  • BigOnYa @ BigOnYa:
    I've owned both iPhone and Androids over the years. Both are just as good, other than Apples higher price. I'm currently on Android, Samsung S21 I think, and very happy with it.
    BigOnYa @ BigOnYa: I've owned both iPhone and Androids over the years. Both are just as good, other than Apples...