Active Topics

 



Notices


Reply
Thread Tools
EmaNymton's Avatar
Posts: 141 | Thanked: 267 times | Joined on May 2010 @ Germany
#131
Could you add more leagues like Belgian ones ?
Let me quote myself from the first post:
All the data is gathered by people in there sparetime, so don't be disappointed if your league is not so good/fast supported. Feel free to join openligadb and provide the info yourself or make some promotion. From the expirience of the first matchdays I know that the german leagues are very well supported, the results/goalgetters of the other leagues are provided sometimes hours after the matches had finished.
So, yes, belgian league could be added to openligadb.de but not by me and you need someone who feel responsible for adding results in the future.

startsscreen comes uo and then it crashes...
Please start meegoal via terminal
Code:
/opt/meegoal/main.py
and post the output.
 
Posts: 239 | Thanked: 70 times | Joined on Oct 2010 @ Germany
#132
only output i get is "Your system language is: en_GB"
 
EmaNymton's Avatar
Posts: 141 | Thanked: 267 times | Joined on May 2010 @ Germany
#133
Originally Posted by snooky View Post
only output i get is "Your system language is: en_GB"

Hmm, is your language set to en_GB (from your location I would guess it should be de)?

Did you try a reboot?

You could also try to remove your settings with
Code:
rm /home/user/.config/meegoal*
and start again, maybe that helps.
 
Posts: 239 | Thanked: 70 times | Joined on Oct 2010 @ Germany
#134
yes my language is set to en_GB... bought my n9 in malaysia and never changed to german language

deleting settings didn't helped... tried to reboot already... have no idea what's wrong... installed the update yesterday and it worked... since today it doesn't work... have you an old .deb file? previous version...
 
EmaNymton's Avatar
Posts: 141 | Thanked: 267 times | Joined on May 2010 @ Germany
#135
have you an old .deb file? previous version...
Write me a PN with your mail adress and I will send you a deb-file.
 
Posts: 12 | Thanked: 3 times | Joined on Jun 2015 @ Krf
#136
Originally Posted by EmaNymton View Post
Write me a PN with your mail adress and I will send you a deb-file.
Very nice app
But is there a way to get the results of 2016/17?
 
EmaNymton's Avatar
Posts: 141 | Thanked: 267 times | Joined on May 2010 @ Germany
#137
Originally Posted by Giraffe View Post
Very nice app
But is there a way to get the results of 2016/17?
Unfortunately I have no option to change and test for 2016 because I have no n9 anymore.

But maybe you can try to change it for yourself:
You find the source code in /opt/meegoal/main.py. Somewhere near line 30 should be a variable definition year='2013'. Change it's value to '2016' and try to launch Meegoal. If it doesn't launch send me a PN (maybe in german? ).
 
Posts: 12 | Thanked: 3 times | Joined on Jun 2015 @ Krf
#138
Thanks for your answer. Well, I tried this before. After your advice I tried several times again (with KhtSimple Text). Every Time I get the same error: "_init_.py doesn't react. Close programm?" After starting again nothing has changed an "2013" is still there.
In file _init_.py I can't find anything like this I could change.
Should I use another Texteditor?
 
Posts: 191 | Thanked: 271 times | Joined on Mar 2015 @ Germany
#139
i have changed the main.py file and save it to another loacation on the phone. i checked the file so the edit was confirmed.
then i copied via terminal the to /opt/meegoal/ but now the app wont start anyway.
 

The Following User Says Thank You to monkeyisland For This Useful Post:
Posts: 803 | Thanked: 1,585 times | Joined on Aug 2014
#140
Originally Posted by EmaNymton View Post
But maybe you can try to change it for yourself:
You find the source code in /opt/meegoal/main.py. Somewhere near line 30 should be a variable definition year='2013'. Change it's value to '2016' and try to launch Meegoal.
As well as altering year to 2016
Code:
matchdays_count = {'bl1':34,'bl2':34,'bl3':38,'dfb2013':1,'PL':38,'PD':38,'SA':38,'cl':2,'OBL':36}

year = '2016'

leagues =['1.Bundesliga', '2.Bundesliga', '3.Bundesliga', 'DFB-Pokal', 'Premiere League', u'tipp3 Bundesliga']
Is there any need to amend dfb2012 to dfb2016 or irrelevant?

Code:
class LoadData(QThread):
    def __init__(self, league, lpm_view, fav_team, parent = None):
        QThread.__init__(self, parent)
        self.league_shortcut = league
        self.lpm_view = lpm_view
        self.fav_team = fav_team
        print "Data", self.league_shortcut
        self.oldb = OpenLigaDB()
        self.data = {'bl1': {},'bl2':{},'bl3':{},'dfb12':{},'dfb2016':{},
                     'PL':{},'PD':{},'em12':{},'SA':{},'cl':{}, 'OBL':{}}
Personally having issues with permissions if amending main.py off N9 and may have to try with MeeTxtEdit instead.

Just noticed that in match.py there is also '2012' entry which possibly needs amendment
Code:
if __name__ == "__main__":
    from OpenLigaDB import OpenLigaDB
    oldb = OpenLigaDB()
    matches = []
    for matchdata in oldb.GetMatchdataByGroupLeagueSaison(1,'bl2','2012').Matchdata:
        matches.append(Match(matchdata))
In case it makes any sense using
Code:
rm /home/user/.config/meegoal*
elicits response of automatically adding 2013 so reads
rm /home/user/.config/meegoal2013* on pressing return

Last edited by aspergerguy; 2016-10-22 at 19:49. Reason: Further Update
 
Reply


 
Forum Jump


All times are GMT. The time now is 01:24.