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

11-27-2009 , 03:54 AM
Quote:
Originally Posted by sorrow
Hey All,
Hopefully this snapshot is a lot more stable than the last.

Thanks Sorrow
It is still doing the same thing in the Hud. I even set both the player and hero to "A" to try and get all stats. I'm getting about 3 days worth of stats on both myself and players... sigh

I'm sitting in a game right now and the player shows 31 hands. I just did a player stats search on the same player and it shows 392 hands, and that's about right because I've been in games with him often in the last few days... but his stats in the hud are not showing. I even tried "T" in both cases and set it to "120" to pick up everything... nope, same minimal stats.

Still running Vista and using Mysql not Lite

Sorry...

Dog
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-27-2009 , 04:37 AM
Okay, it's really screwy now. I've tried all the combinations for the hud ui and here's the results.

I seem to be getting the players stats okay, IF I only use "A", and that's okay.

As far as hero's stats... I know some of these stats because I did "Player Stats" reports on myself for various number of days. If I set myself on "S" it's giving me about 4 days worth of stats. If I set myself on "A", it's giving me 4 days of stats. If I set myself on "T" it will give me the correct stats for 1, 2, 3, or 4 days. If I set it for any other number above 4, it still is only returning my last 4 days of stats.

I can live with that, but wanted to bring it to your attention. I will still do some more checking tomorrow. All of the regular games and players I have stats on, seem to have gone to bed, so I can't get enough data on that "A" for players till tomorrow. And I have no problem, at the moment, living with my last 4 days stats in the hud.

For the game I did the testing on, I have about 3000 hands in the database, when set on "A" it's just under 500 hands that it reports in the hud. (this is on myself)

Dog

Last edited by 1meandog4u; 11-27-2009 at 04:43 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-27-2009 , 05:13 AM
Quote:
Originally Posted by ekdikeo
Hey Sorrow, did Bostik's fix get in this one? if so, that hopefully(!) solved the HUD freezes that have been plaguing us .. every now and then.. for about 6 months.
Yes thats one of the last patches included, the last patch in was sqlcoders 'make sure db locks are released'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-27-2009 , 05:28 AM
Quote:
Originally Posted by 1meandog4u
Okay, it's really screwy now. I've tried all the combinations for the hud ui and here's the results.

I seem to be getting the players stats okay, IF I only use "A", and that's okay.

As far as hero's stats... I know some of these stats because I did "Player Stats" reports on myself for various number of days. If I set myself on "S" it's giving me about 4 days worth of stats. If I set myself on "A", it's giving me 4 days of stats. If I set myself on "T" it will give me the correct stats for 1, 2, 3, or 4 days. If I set it for any other number above 4, it still is only returning my last 4 days of stats.

I can live with that, but wanted to bring it to your attention. I will still do some more checking tomorrow. All of the regular games and players I have stats on, seem to have gone to bed, so I can't get enough data on that "A" for players till tomorrow. And I have no problem, at the moment, living with my last 4 days stats in the hud.

For the game I did the testing on, I have about 3000 hands in the database, when set on "A" it's just under 500 hands that it reports in the hud. (this is on myself)

Dog
I'd thought this was fixed. I'm finding it very hard to test as i'm playing micro stakes - so I rarely see the same players twice.

The hero stats were definitely working for me though.

How are you changing the hud settings? Using config, or through the right-click HUD menu ?

Have you updated your config with the modified hud_ui elements?

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-27-2009 , 06:47 AM
I just downloaded the 0.12 version, updated my HUD file with my screen name, hh folders and db info.

I am running 3 razz tables, and it is able to open the files, but will not import any hands. I'm getting the following errors: (I'll just post the last few lines of several thousand)

File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Database.py", line 1790, in storeHands
raise FpdbError( "storeHands error: " + str(sys.exc_value) )
FpdbError: 'storeHands error: (1054, "Unknown column \'boardcard1\' in \'field list\'")'
Traceback (most recent call last):
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\fpdb_import.py", line 544, in import_fpdb_lines
, db, q )
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\fpdb_parse_logic.py", line 226, in mainParser
result = db.store_the_hand(htw)
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Database.py", line 1323, in store_the_hand
, h.seatNos)
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Database.py", line 682, in ring_stud
,(None, None, None, None, None), (None, None, None, None, None))
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Database.py", line 1790, in storeHands
raise FpdbError( "storeHands error: " + str(sys.exc_value) )
FpdbError: 'storeHands error: (1054, "Unknown column \'boardcard1\' in \'field list\'")'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-27-2009 , 07:53 AM
Quote:
Originally Posted by RainmanTrail
I just downloaded the 0.12 version, updated my HUD file with my screen name, hh folders and db info.

I am running 3 razz tables, and it is able to open the files, but will not import any hands. I'm getting the following errors: (I'll just post the last few lines of several thousand)

File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Database.py", line 1790, in storeHands
raise FpdbError( "storeHands error: " + str(sys.exc_value) )
FpdbError: 'storeHands error: (1054, "Unknown column \'boardcard1\' in \'field list\'")'
Traceback (most recent call last):
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\fpdb_import.py", line 544, in import_fpdb_lines
, db, q )
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\fpdb_parse_logic.py", line 226, in mainParser
result = db.store_the_hand(htw)
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Database.py", line 1323, in store_the_hand
, h.seatNos)
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Database.py", line 682, in ring_stud
,(None, None, None, None, None), (None, None, None, None, None))
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Database.py", line 1790, in storeHands
raise FpdbError( "storeHands error: " + str(sys.exc_value) )
FpdbError: 'storeHands error: (1054, "Unknown column \'boardcard1\' in \'field list\'")'
Which site? Stars + cash + razz is working for me.

Did you create the tables? Database->Create or Recreate tables.

I've sent you a pm with my email address, if you can confirm you've created the tables, restarted fpdb and it is still failing please send me one of the files.

Thanks

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-27-2009 , 09:59 AM
Quote:
Originally Posted by sorrow
Which site? Stars + cash + razz is working for me.

Did you create the tables? Database->Create or Recreate tables.

I've sent you a pm with my email address, if you can confirm you've created the tables, restarted fpdb and it is still failing please send me one of the files.

Thanks

Sorrow.
forgot to recreate tables... thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-28-2009 , 04:00 AM
Quote:
Originally Posted by sorrow
I'd thought this was fixed.
Have you updated your config with the modified hud_ui elements?

Sorrow
As I discussed with you privately, I did a lot of playing today. Kept running "Player Stats" when I knew a player had more hands. There's a "10" somewhere in the program... and it isn't Bo Derek. when I'd run a 10-day player stat on the same player, sure enough it would match the hud stats perfect, even though both hero and player are set on "A". You saw the config I emailed you, you confirmed it's all set right. Have a good weekend. Still recovering from too much turkey... gas, burps and f...... oops, too much information...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-28-2009 , 09:29 AM
I dont get hud or anything. It says something like this: failed to read a single hand from file: bla bla bla. The hand history IS in English and i cant imagine what the problem might be.

Im running Vista and FPDB 0.11.3
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-29-2009 , 08:22 PM
hi guys, i am trying to get version 0.12 running(i think this is the newest) in ubuntu, but i am getting this error in my HUD_error.txt :
Quote:
Traceback (most recent call last):
File "/home/ingo/fpdb/pyfpdb/HUD_main.py", line 59, in <module>
import XTables as Tables
File "/home/ingo/fpdb/pyfpdb/XTables.py", line 35, in <module>
import Xlib
ImportError: No module named Xlib

My fpdb-error-log.txt looks like this :
Quote:
fpdb starting ...WARNING:root:Attempted to add non-directory: '** ERROR DEFAULT PATH IN CONFIG DOES NOT EXIST **' as an import directory
Traceback (most recent call last):
File "/home/ingo/fpdb/pyfpdb/GuiAutoImport.py", line 141, in do_import
self.importer.runUpdated()
File "/home/ingo/fpdb/pyfpdb/fpdb_import.py", line 360, in runUpdated
self.import_file_dict(self.database, file, self.filelist[file][0], self.filelist[file][1], None)
File "/home/ingo/fpdb/pyfpdb/fpdb_import.py", line 418, in import_file_dict
(stored, duplicates, partial, errors, ttime) = self.import_fpdb_file(db, out_path, site, q)
File "/home/ingo/fpdb/pyfpdb/fpdb_import.py", line 470, in import_fpdb_file
(stored, duplicates, partial, errors, ttime, handsId) = self.import_fpdb_lines(db, self.lines, starttime, file, site, q)
File "/home/ingo/fpdb/pyfpdb/fpdb_import.py", line 552, in import_fpdb_lines
self.caller.pipe_to_hud.stdin.write("%s" % (handsId) + os.linesep)
IOError: [Errno 32] Broken pipe
I dont get the HUD running, does anyone know why ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-29-2009 , 09:53 PM
Quote:
Originally Posted by ciDoR
hi guys, i am trying to get version 0.12 running(i think this is the newest) in ubuntu, but i am getting this error in my HUD_error.txt :
Code:
import Xlib
ImportError: No module named Xlib
sudo apt-get install python-xlib

This package library became a dependency recently, though it isn't used as yet.
Quote:
My fpdb-error-log.txt looks like this :


I dont get the HUD running, does anyone know why ?
That should be being caused by the missing package.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-29-2009 , 10:03 PM
Quote:
Originally Posted by 1meandog4u
As I discussed with you privately, I did a lot of playing today. Kept running "Player Stats" when I knew a player had more hands. There's a "10" somewhere in the program... and it isn't Bo Derek. when I'd run a 10-day player stat on the same player, sure enough it would match the hud stats perfect, even though both hero and player are set on "A". You saw the config I emailed you, you confirmed it's all set right. Have a good weekend. Still recovering from too much turkey... gas, burps and f...... oops, too much information...
There are def some problems with the HUD display in the latest release, and they aren't consistent at the moment making it a bit tougher to track.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-30-2009 , 01:11 AM
Quote:
Originally Posted by sorrow
There are def some problems with the HUD display in the latest release, and they aren't consistent at the moment making it a bit tougher to track.

Sorrow.
This may have nothing to do with it, but (as a part-time idiot) I did one thing that had a strange reaction. I wanted to add some older files in my holdem database. I went back and extracted some july thru sept HH's from a zip file I store them in, about 250 files, about 5k in hh's. After bulk importing them, suddenly it showed all the files in the hud during the next time I played. I can change it to "T" with 10 days and it works too. These hands were around the time of the "USD" change in the hh's. Is there any way that has something to do with it?

Player stats still only show 10 day's worth in the hud with "A" in the config, but a "player stats" will show all hands in the db. It may mean nothing, but if I keep making things changes, maybe it will narrow it down some for you. Thanks for the efforts.

Dog
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-30-2009 , 04:59 AM
Quote:
Originally Posted by sorrow
sudo apt-get install python-xlib

This package library became a dependency recently, though it isn't used as yet.


That should be being caused by the missing package.

Sorrow
Thanks, thats it, it works, aweeeesomeeee
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-30-2009 , 12:15 PM
I'm not sure what is going on, I seem to be failing left and right at this. I just rebuilt my tables, I still haven't seen a HUD pop up...

I keep getting this error in fpdb-error-log

Traceback (most recent call last):
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Filters.py", line 315, in __set_limit_select
if self.cbFl is not None:
AttributeError: 'Filters' object has no attribute 'cbFl'


I also am getting this in HUD-error

HUD_main starting
Using db name = fpdb
Unhandled exception in thread started by <bound method HUD_main.read_stdin of <__main__.HUD_main object at 0x01904BB0>>
Traceback (most recent call last):
File "HUD_main.py", line 261, in read_stdin
self.create_HUD(new_hand_id, tablewindow, temp_key, max, poker_game, type, stat_dict, cards)
File "HUD_main.py", line 152, in create_HUD
[aw.update_data(new_hand_id, self.db_connection) for aw in self.hud_dict[table_name].aux_windows]
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Mucked.py", line 131, in update_data
self.mucked_cards.update_data(new_hand_id, db_connection)
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Mucked.py", line 285, in update_data
action = db_connection.get_action_from_hand(new_hand_id)
File "C:\Documents and Settings\Travis\Desktop\FPDB\fpdb-0.12-20091126\pyfpdb\Database.py", line 373, in get_action_from_hand
c.execute(self.sql.query['get_action_from_hand'], (hand_no,))
KeyError: 'get_action_from_hand'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-30-2009 , 03:59 PM
Quote:
Originally Posted by ekdikeo
[url]http://redir.zombiebytes.com/fpdbstuff.zip[/url
This file does not appear to exist any more. Is it out of date or is there somewhere else I can find it?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-01-2009 , 06:41 AM
Quote:
Originally Posted by DaKorsh
This file does not appear to exist any more. Is it out of date or is there somewhere else I can find it?
Try this:

http://****************/projects/fpdb...r.exe/download

that is basically a batch file that will download all the pieces needed. Although it gets fpdb-0.11.3, so make sure you grab a 0.12 snapshot
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-01-2009 , 11:22 AM
ok this is doing my bloody head in, i've spent the last 3 hrs trying to get this running and i was so close and now when i run it i get an error that MYSQL server reports access denied.

i've been searching and searching and it seems i have to set the username and password in some config.xml which doesn't seem to exist.

i downloaded and extracted fpdb-0.12-20091126 and searching in there for anything with config comes up with 3 files:

Configuration.py
Configuration.pyc
HUD_config.xml.example

so which of these is it? how do i open em and what do i change?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-01-2009 , 01:40 PM
Quote:
Originally Posted by rayuki

i downloaded and extracted fpdb-0.12-20091126 and searching in there for anything with config comes up with 3 files:

Configuration.py
Configuration.pyc
HUD_config.xml.example

so which of these is it? how do i open em and what do i change?
You need the file "hud_config.xml.example" and when you're done do a "save as" and name it "hud_config.xml" naturally without the quotes.

The actual changes to the file are near the very end of the file. You can right-click on the file. Then select "edit" and Notepad will open it as a text file. (assuming you are on windows). Scroll down to the end of the file. It will look something like this... the part I have highlighted in red is where you put YOUR password that you set up Mysql with when you installed it. This is just an example...

</hhcs>

<supported_databases>
<database db_ip="localhost" db_name="fpdb"
db_pass="abcdef" db_server="mysql" db_type="fpdb"
db_user="fpdb"/>
!-- <database db_ip="localhost"
db_name="fpdb" db_pass="fpdb"
db_server="sqlite" db_type="fpdb" db_user="fpdb"/> -->
</supported_databases>

</FreePokerToolsConfig>

When that's done, save the file which will name it the "hud_config.xml.example" now you do the "save as" that was mentioned above, and save as "hud_config.xml". That should get you up and running.

Dog

Last edited by 1meandog4u; 12-01-2009 at 01:58 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-01-2009 , 07:11 PM
I have a new error.

C:\Python26\lib\site-packages\MySQLdb\__init__.py:34: DeprecationWarning: the sets module is deprecated
from sets import ImmutableSet
C:\Documents and Settings\Michael\Desktop\fpdb_0.11.3\pyfpdb\fpdb.p y:241: DeprecationWarning: use gtk.UIManager
self.item_factory = gtk.ItemFactory(gtk.MenuBar, "<main>", accel_group)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-02-2009 , 05:48 AM
Quote:
Originally Posted by PhenixRising
I have a new error.

C:\Python26\lib\site-packages\MySQLdb\__init__.py:34: DeprecationWarning: the sets module is deprecated
from sets import ImmutableSet
C:\Documents and Settings\Michael\Desktop\fpdb_0.11.3\pyfpdb\fpdb.p y:241: DeprecationWarning: use gtk.UIManager
self.item_factory = gtk.ItemFactory(gtk.MenuBar, "<main>", accel_group)
Those aren't errors.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-02-2009 , 08:38 AM
Hi, another question. I saved the HUD_config.xml in my .fpdb folder. Strangely sometimes, this file is renamed to HUD_config.example.xml. This happens very often. I coundn't find out why and when this happens. Does anyone know why, and how to solve ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-02-2009 , 11:42 AM
Quote:
Originally Posted by ekdikeo
Those aren't errors.
It is the only thing I'm getting in my error reports. I had it running fine then stopped using it for awhile. Now I'm just getting that.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-02-2009 , 12:24 PM
I was also wondering if the creators frequent ubuntuforum. There are several active players on that site that run under wine. They may have interest in working on this project.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-02-2009 , 12:38 PM
Quote:
Originally Posted by PhenixRising
I was also wondering if the creators frequent ubuntuforum. There are several active players on that site that run under wine. They may have interest in working on this project.
A couple of us run ubuntu, I dont think either of us frequent the forum though - I certainly dont.

Here, IRC and the mailing list are the bast places to catch us - and most of the packaging work has already been done.

If you had it running with a previous version you'll need to grab a new snapshot and update the config file and database tables.

Sorrow

Edit: Turns out I did respond to a post there a while ago as Worros, but I dont spend any time there.

Last edited by sorrow; 12-02-2009 at 12:43 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m