Open Side Menu Go to the Top
Register
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013

01-07-2009 , 07:28 PM
Quote:
Originally Posted by 1logic
And can anyone whose used this software compare it to PTO or whatever you software nerds call the omaha version of PT?
Currently, PTO is easier to install, more refined, has more overall capabilities, is exclusive to windows, closed source, costs money, and relies on the continued existence of its parent company for support. There are some aspects of fpdb that are better than PTO, and eventually, I expect it to surpass commercial versions. Overall, that hasn't happened as of today. Personally, I would recommend it, but depending on you, you may want to wait a bit.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-08-2009 , 03:26 AM
Whose git has date selection working for graph?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-08-2009 , 03:29 AM
Quote:
Originally Posted by xaiviax
Whose git has date selection working for graph?
I think most of them should now. Mine def, but i'm missing the latest round of changes.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-08-2009 , 09:01 AM
Quote:
Originally Posted by Eratosthenes
fpdb makes no hidden files.

On linux there is a ~/.fpdb directory that has some stuff in it.

On Windows there is a C:\Documents and Settings\YOURNAME\Applications Data\fpdb\ dir that will have some stuff in it, including a handhistory subdir. The Applications Data directory is hidden by default in windows.
Yeah how do I unhide and delete the hidden windows file
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-08-2009 , 09:32 PM
hmm, fpdb git date selection for graph was still not doing anything for me, free_poker_tools git graph wasn't working at all. Other gits and locations?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-08-2009 , 09:47 PM
Quote:
Originally Posted by xaiviax
hmm, fpdb git date selection for graph was still not doing anything for me, free_poker_tools git graph wasn't working at all. Other gits and locations?
free_poker_tools (Eratosthenes) has the code for date filtering - can you run from a console and post the output please?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-08-2009 , 10:24 PM
No errors in console. When generate graph button pressed nothing happens other than:
Traceback (most recent call last):
File "/home/xaiviax/Poker9b.git/free_poker_tools/pyfpdb/GuiGraphViewer.py", line 59, in generateGraph
sitenos.append(self.siteid[site])
KeyError: u'Full Tilt'
being written to error log.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-08-2009 , 10:33 PM
Quote:
Originally Posted by xaiviax
No errors in console. When generate graph button pressed nothing happens other than:
Traceback (most recent call last):
File "/home/xaiviax/Poker9b.git/free_poker_tools/pyfpdb/GuiGraphViewer.py", line 59, in generateGraph
sitenos.append(self.siteid[site])
KeyError: u'Full Tilt'
being written to error log.
Ok - I know that one.

The GUI is built from config, but most of the database entries aren't.

In config change:
site_name="Full Tilt"
to
site_name="Full Tilt Poker"

And the graphs for Full Tilt will start working.

Sorrow

100th post!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-08-2009 , 10:50 PM
Thanks sorrow, works great.

Small bug: 2nd date is treated as "before", not including.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-09-2009 , 12:33 PM
I installed "MySQL server 5.1" then "fpdbEnvInstaller0.2" then download "fpdb-1.0_alpha9_p142" unzip ant copy to "Python25" folder
After all I try follow this one http://fpdb.wiki.****************/Howto+Setup+MySQL
but cant do Step 4 it was not accepted by MySQL command line
In log files i see next
"Traceback (most recent call last):
File "C:\Python25\fpdb-1.0_alpha9_p142\pyfpdb\fpdb.py", line 448, in <module>
me = fpdb()
File "C:\Python25\fpdb-1.0_alpha9_p142\pyfpdb\fpdb.py", line 361, in __init__
self.load_profile()
File "C:\Python25\fpdb-1.0_alpha9_p142\pyfpdb\fpdb.py", line 266, in load_profile
self.db.connect(self.settings['db-backend'], self.settings['db-host'], self.settings['db-databaseName'], self.settings['db-user'], self.settings['db-password'])
File "C:\Python25\fpdb-1.0_alpha9_p142\pyfpdb\fpdb_db.py", line 43, in connect
self.db=MySQLdb.connect(host = host, user = user, passwd = password, db = database)
File "C:\Python25\lib\site-packages\MySQLdb\__init__.py", line 74, in Connect
return Connection(*args, **kwargs)
File "C:\Python25\lib\site-packages\MySQLdb\connections.py", line 170, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1045, "Access denied for user 'fpdb'@'localhost' (using password: YES)")
"
And HUD error
"HUD_main starting
Using db name = fpdb
Exception exceptions.KeyError: KeyError(-1211377984,) in <module 'threading' from '/usr/lib/python2.5/threading.pyc'> ignored
"
Could you help me?

WHY not create ONE .exe files???
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-09-2009 , 03:38 PM
Quote:
Originally Posted by Mgogo

WHY not create ONE .exe files???
+ 1

one easy to install setup exe would be the bomb for this.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-09-2009 , 05:12 PM
Going to try...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-09-2009 , 05:13 PM
Anybody working on a HUD?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-09-2009 , 08:02 PM
Quote:
Originally Posted by Mgogo
I installed "MySQL server 5.1" then "fpdbEnvInstaller0.2" then download "fpdb-1.0_alpha9_p142" unzip ant copy to "Python25" folder
After all I try follow this one http://fpdb.wiki.****************/Howto+Setup+MySQL
but cant do Step 4 it was not accepted by MySQL command line
In log files i see next
"Traceback (most recent call last):
File "C:\Python25\fpdb-1.0_alpha9_p142\pyfpdb\fpdb.py", line 448, in <module>
me = fpdb()
File "C:\Python25\fpdb-1.0_alpha9_p142\pyfpdb\fpdb.py", line 361, in __init__
self.load_profile()
File "C:\Python25\fpdb-1.0_alpha9_p142\pyfpdb\fpdb.py", line 266, in load_profile
self.db.connect(self.settings['db-backend'], self.settings['db-host'], self.settings['db-databaseName'], self.settings['db-user'], self.settings['db-password'])
File "C:\Python25\fpdb-1.0_alpha9_p142\pyfpdb\fpdb_db.py", line 43, in connect
self.db=MySQLdb.connect(host = host, user = user, passwd = password, db = database)
File "C:\Python25\lib\site-packages\MySQLdb\__init__.py", line 74, in Connect
return Connection(*args, **kwargs)
File "C:\Python25\lib\site-packages\MySQLdb\connections.py", line 170, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1045, "Access denied for user fpdb'@'localhost' (using password: YES)")
this error indicates that your mysql username or password is wrong in your HUD_config.xml file.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-09-2009 , 08:05 PM
Quote:
Originally Posted by porquinho
Anybody working on a HUD?
the hud works. look at the import menu--select auto import and hud
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2009 , 01:12 AM
Quote:
Originally Posted by Mgogo
_mysql_exceptions.OperationalError: (1045, "Access denied for user fpdb'@'localhost' (using password: YES)")
Quote:
Originally Posted by Eratosthenes
this error indicates that your mysql username or password is wrong in your HUD_config.xml file.
I open this file and set password here. something else wrong?
<database db_name="fpdb" db_server="mysql" db_ip="localhost" db_user="fpdb" db_pass="999" db_type="fpdb"> </database>
</supported_databases>


and how abou HUD-error log
"HUD_main starting
Using db name = fpdb
Exception exceptions.KeyError: KeyError(-1211377984,) in <module 'threading' from '/usr/lib/python2.5/threading.pyc'> ignored
"

Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2009 , 04:51 AM
Quote:
Originally Posted by Mgogo
After all I try follow this one http://fpdb.wiki.****************/Howto+Setup+MySQL
but cant do Step 4 it was not accepted by MySQL command line
This is your issue. What is the ouput when not accepted?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2009 , 07:00 AM
yes, the HUD is the primary working function of this right now.

Getting one individual installer setup that installs several pieces of required software is a bit of a project, especially when you're talking about something that doesn't seem to really have it's features fully defined yet, let alone actually in place, or anything. This is alpha stuff.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2009 , 09:39 AM
When I try to import a HH from a PokerStars SnG it gives me:

E:\Programme\fpdb\pyfpdb\fpdb.py:242: DeprecationWarning: use gtk.UIManager
self.item_factory = gtk.ItemFactory(gtk.MenuBar, "<main>", accel_group)
Traceback (most recent call last):
File "E:\Programme\fpdb\pyfpdb\GuiBulkImport.py", line 67, in load_clicked
self.importer.runImport()
File "E:\Programme\fpdb\pyfpdb\fpdb_import.py", line 131, in runImport
self.import_file_dict(file)
File "E:\Programme\fpdb\pyfpdb\fpdb_import.py", line 227, in import_file_dict
handsId=fpdb_parse_logic.mainParser(self.db, self.cursor, site, category, hand)
File "E:\Programme\fpdb\pyfpdb\fpdb_parse_logic.py" , line 37, in mainParser
handStartTime=fpdb_simple.parseHandStartTime(hand[0], site)
File "E:\Programme\fpdb\pyfpdb\fpdb_simple.py", line 843, in parseHandStartTime
result = datetime.datetime(int(m.group('YEAR')), int(m.group('MON')), int(m.group('DAY')), int(m.group('HR')), int(m.group('MIN')), int(m.group('SEC')))
AttributeError: 'NoneType' object has no attribute 'group'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2009 , 12:43 PM
Quote:
Originally Posted by crimson_de
When I try to import a HH from a PokerStars SnG it gives me:

...
File "E:\Programme\fpdb\pyfpdb\fpdb_simple.py", line 843, in parseHandStartTime
result = datetime.datetime(int(m.group('YEAR')), int(m.group('MON')), int(m.group('DAY')), int(m.group('HR')), int(m.group('MIN')), int(m.group('SEC')))
AttributeError: 'NoneType' object has no attribute 'group'
I have tested fpdb by playing maybe 10 SNGs and had no problem--SNGs are not well tested since none of the devs play them frequently. Could you post the first few lines of the offending hand history? e. g., this part:
Code:
PokerStars Game #21877815295: Tournament #119301560, $5.00+$0.40 Hold'em No Limit - Level I (10/20) - 2008/11/08 22:22:36 ET 
Table '119301560 1' 10-max Seat #1 is the button 
Seat 1: tytler32u (1500 in chips)  
Seat 2: Vargust (1500 in chips)
thanks
BTW: we only handle english HHs for now
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2009 , 01:03 PM
I guess it may has something to do with the time zone settings, which I have changed in PokerStars. Here is one example, I can send you the complete HH if you like.

PokerStars Game #23056790945: Tournament #128060493, $6.00+$0.50 Hold'em No Limit - Level I (10/20) - 2008/12/19 15:02:40 CET [2008/12/19 9:02:40 ET]
Table '128060493 1' 9-max Seat #1 is the button
Seat 1: pepello (1500 in chips)
Seat 2: 2chpaogrizbi (1500 in chips)
Seat 3: FR77SM (1500 in chips)
...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2009 , 01:05 PM
Ehem oups? Did I missed an update?
Following the install-instructions in 'install-in-ubuntu.txt'
I need to:
"...copy the default.conf file from the docs directory..."

But there isn't a default.conf file in the 'docs' folder?
What should I do now?
Changed the name of the file? The location didn't because in all folders/subfolders there isn't a default.conf at all.

Suggestions?
Thanks in advance!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2009 , 01:12 PM
Quote:
Originally Posted by FileNotFound
Ehem oups? Did I missed an update?
Following the install-instructions in 'install-in-ubuntu.txt'
I need to:
"...copy the default.conf file from the docs directory..."

But there isn't a default.conf file in the 'docs' folder?
What should I do now?
Changed the name of the file? The location didn't because in all folders/subfolders there isn't a default.conf at all.

Suggestions?
Thanks in advance!
oops, those instructions are pretty old and out of date. Look at the wiki for install help
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2009 , 01:13 PM
Sorry, just checked the wiki.

Accord to it:

Q: What happened to default.conf?
A: It's gone. Just use HUD_config.xml now.

source: http://fpdb.wiki.****************/FAQ
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m