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-05-2011 , 06:52 PM
Thanks for your reply.

Code:
***** History for hand R5-380353237-522 *****
Start hand: Wed Jan 5 15:21:15 GMT+0100 2011
---
***** History for hand R5-100313187-326 *****
Start hand: Wed Jan 5 10:21:25 GMT+0100 2011
---
***** History for hand R5-710953180-506 *****
Start hand: Wed Jan 5 17:02:29 GMT+0100 2011
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-06-2011 , 12:30 AM
Quote:
Originally Posted by Greg1897
hi,
i'm running fpdb on ubuntu (10.10) and i like it a lot. =] except i can't import any hands from ongame (ftp works great).

fpdb-errors

Code:
  File "/usr/share/pyshared/fpdb/OnGameToFpdb.py", line 223, in readHandInfo
    hand.startTime = datetime.datetime.strptime(datetimestr, "%Y/%b/%d %H:%M:%S") # also timezone at end, e.g. " ET"
  File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime
    (data_string, format))
ValueError: time data '2011/Jan/5 13:21:18' does not match format '%Y/%b/%d %H:%M:%S'
Are you perhaps using a non english locale for FPDB?

Taking a good look at the documentation:

"%b - Locale’s abbreviated month name."

Which _could_ mean that the hh file is in English, but your FPDB setup is looking for a 3 letter month abbreviation for a different word.

ie. In Czech January is Leden, so the 3 letter format might be 'Led'

Pure speculation on my part, but the above time format should match without issue.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-06-2011 , 01:08 AM
Quote:
Originally Posted by wask
K so I'm using HM for everything and I just installed this soft for draw games on FTP and it seems great.

I noticed there's a bug in HU games (atleat in TD HU). I can import any TD 6max HH but the soft won't import HU TD...The softs says it does but the importing itself never ends if you know what I mean...
Thanks for the hh wask - this is importing for me. Can you confirm which version of FPDB you are running please?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-06-2011 , 11:29 AM
Quote:
Originally Posted by sorrow
Are you perhaps using a non english locale for FPDB?

Taking a good look at the documentation:

"%b - Locale’s abbreviated month name."

Which _could_ mean that the hh file is in English, but your FPDB setup is looking for a 3 letter month abbreviation for a different word.

ie. In Czech January is Leden, so the 3 letter format might be 'Led'

Pure speculation on my part, but the above time format should match without issue.

Sorrow
My system locale is non-english. I changed it and it works! But can I use my non-english locale and run FPDB?

Thank you.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-06-2011 , 01:05 PM
Quote:
Originally Posted by Greg1897
My system locale is non-english. I changed it and it works! But can I use my non-english locale and run FPDB?

Thank you.
Locales are not my strong suit.

Under linux you could:
Code:
export LANG=en_AU.utf8; fpdb
To just run the single process using that language (Australian english in the above example.) I'm not sure of the equivalent under Windows.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-06-2011 , 02:46 PM
It works properly. Thank you.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-09-2011 , 11:42 PM
Hello, is the graph viewer broken in 21rc2? I'm getting this error:

***Error: getRingProfitGraph(341): 'tuple' object has no attribute 'insert'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2011 , 03:06 AM
I can't seem to import hands properly. I tried bulk import with cashgame hands from ps.fr and ftp.fr after "creating tables", console output are messages like this :

GuiBulkImport.load done: Stored: 127 Duplicates: 0 Partial: 0 Errors: 0 in 0.11258482933 seconds - 1128/sec

which made me happy.

But if I try to view the hands throught ring player stats, nothing appears, not even game types
If I type my hero name and try the refresh buttons console displays sad messages as

INFO: No games returned from database
No player ids found

"Database statistics" says my db is empty

Here's a screenshot of what's happening



What am I doing wrong ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2011 , 03:55 AM
Okay, bash me, I was trying to bulk import PS hands with the "Full Tilt Poker" Site Filter.
So importing PS.fr hands seems to work, but Full Tilt doesn't work even with the right filter when importing. Maybe a .fr issue ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-10-2011 , 11:48 PM
Quote:
Originally Posted by Donoban
Hello, is the graph viewer broken in 21rc2? I'm getting this error:

***Error: getRingProfitGraph(341): 'tuple' object has no attribute 'insert'
That looks familiar. I thought this could only happen when a single hand was returned though.

Quote:
Originally Posted by therealnicoco
Okay, bash me, I was trying to bulk import PS hands with the "Full Tilt Poker" Site Filter.
So importing PS.fr hands seems to work, but Full Tilt doesn't work even with the right filter when importing. Maybe a .fr issue ?
Are you able to send me the hand history thatisn't importing please?

Note: Play money doesn't function on FTP.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-11-2011 , 03:11 AM
Config requests and color tricks.

When a new release occurs, it's hard to guess if it's OK to save your old config file or if you should get a new one and move your edits from your old version line by line and section by section.

What If ...

Config.xml had an #include feature so that sections of interest could be saved in separate files. This way, the config file could be much shorter, and when work has been done in a section, only that section will need to be updated and re-edited.

IE hud layouts are a pain to setup by hand, but if they haven't actually changed in a new config.xml that's good to know. As it is, you have to carefully parse by eye to determine if you need to start over, or if your old section is still good.

The hud section could be replaced with
#include holdem.xml
#include omaha.xml
#include razz.xml
#include omaha8.xml
etc....
Then if one of them needs to be updated due to a change in the software, at least a person could just focus on the single section(s) of interest.

What if ...

It were possible to define document wide constants, ie:
HiColor ="#FF4040"
LoColor ="#40FF40"
MedColor ="#FFFF00"

Then a stat might be defined as
<stat click="tog_decorate"
col="1"
popup="default"
row="0"
stat_hicolor=HiColor
stat_hith="40"
stat_locolor=LoColor
stat_loth="25"
stat_name="vpip"
tip="tip1"/>

This way, instead of having to edit the colors in a new config file individually, a person would just put their favorite defaults into one section and they would be used everywhere.

OK, here's my color trick for those of you that wish you had a color range with three colors:

<stat click="tog_decorate"
col="1"
hudcolor="#FFFF00"
hudprefix="" hudsuffix=""
popup="default"
row="1"
stat_hicolor="#FF5000"
stat_hith="60"
stat_locolor="#40FF40"
stat_loth="40"
stat_name="wmsd"
tip="tip1"/>

The hudcolor can be set individually for each stat and is used whenever the value of the stat is above the stat_loth and below the stat_hith.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-11-2011 , 04:15 AM
Quote:
Originally Posted by DangermaN
When a new release occurs, it's hard to guess if it's OK to save your old config file or if you should get a new one and move your edits from your old version line by line and section by section.
Amen to this suggestion. Constantly having to guess what does and doesn't need changing would save a lot of eye strain

, like that, and point us to the area needing replacing.

Dog

Last edited by 1meandog4u; 01-11-2011 at 04:21 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-11-2011 , 04:21 AM
Quote:
Originally Posted by DangermaN
Config requests and color tricks.

When a new release occurs, it's hard to guess if it's OK to save your old config file or if you should get a new one and move your edits from your old version line by line and section by section.

What If ...

Config.xml had an #include feature so that sections of interest could be saved in separate files. This way, the config file could be much shorter, and when work has been done in a section, only that section will need to be updated and re-edited.
I like it, but i'm not sure if xml actually supports this. We may need to homebrew something.

Looking into it.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-11-2011 , 11:35 AM
Quote:
Originally Posted by sorrow
That looks familiar. I thought this could only happen when a single hand was returned though.

Sorrow
Full Ring stats returns a lot of hands with the same criteria but graph always fails.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-12-2011 , 06:08 PM
I think the Stars update broke my HUD. I dont get the stats on the table anymore. They now show up in my taskbar. Running .21RC1

Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-12-2011 , 07:23 PM
Quote:
Originally Posted by MonkeyPox
I think the Stars update broke my HUD. I dont get the stats on the table anymore. They now show up in my taskbar. Running .21RC1
same to me, .21RC1 on Windows7
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2011 , 06:22 AM
problem doesnt occur in RC2, so it's fine for me
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2011 , 06:51 AM
Quote:
Originally Posted by j0j0
problem doesnt occur in RC2, so it's fine for me
Excellent.

Quote:
Originally Posted by MonkeyPox
I think the Stars update broke my HUD. I dont get the stats on the table anymore. They now show up in my taskbar. Running .21RC1

Can you try rc2 please? rc1 had "issues"

Quote:
Originally Posted by Donoban
Full Ring stats returns a lot of hands with the same criteria but graph always fails.
I reverted the change that can cause this, the next release will contain the fix unless you run the source version.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2011 , 12:10 PM
Absolute beginner question !! fpdb INSTALLATION

Hi, absolutely new to linux - ubuntu (10.10). I'm trying to install fpdb but don't manage. Feels kinda awkward to ask such a trivial question on the forum, sorry for that but after 4 hours trying I really could use help. I explain all the steps I've taken not knowing what is relevant and what isnt'.

I've used the git sources method given in <http://****************/apps/mediawiki/fpdb/index.php?title=Install_in_Ubuntu>.

It downloads and copies the folders/files to home. Tutorials i looked at gave command lines for launching setup but that didnt' work (i.e. make command). I then assumed that the files .py are python and must be installed with "setup.py install". Finding that took me a while. Then took me longer to figure out how to get the rights to install. So at that point I thought that I had installed allright and proceeded with installing the python packages, mysql, creating the db and modifying the HUD file.

I thought I eventually had it but fpdb doesn't appear as installed software with synatptic and doesnt' show up in Applications. I could run the run_fpdb.py file, open fpdb and could import a couple hands but couldn't get anything else to work.

Also tried to download from the website thinking it would be a .deb file I could open with a package manager (that too took a while to find out) but that didnt' work either (opening the tar.gz I got the same files I had downloaded with git).

So, in short, can someone tell me where i get things wrong and how to install? I really have to get this working, i decided to move to ubuntu after being told it was ok for poker (and after gettign the blue screen of death one too many time).

Thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2011 , 01:34 PM
Updated to RC2 and still have the same problem with the HUD appearing on the taskbar. Stupid Stars update.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2011 , 09:45 PM
does this support ipoker?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2011 , 11:05 PM
Quote:
Originally Posted by uriri
Absolute beginner question !! fpdb INSTALLATION

Hi, absolutely new to linux - ubuntu (10.10). I'm trying to install fpdb but don't manage. Feels kinda awkward to ask such a trivial question on the forum, sorry for that but after 4 hours trying I really could use help. I explain all the steps I've taken not knowing what is relevant and what isnt'.

I've used the git sources method given in <http://****************/apps/mediawiki/fpdb/index.php?title=Install_in_Ubuntu>.
That page needed a bit of an update.
Quote:
Originally Posted by uriri
It downloads and copies the folders/files to home. Tutorials i looked at gave command lines for launching setup but that didnt' work (i.e. make command). I then assumed that the files .py are python and must be installed with "setup.py install". Finding that took me a while. Then took me longer to figure out how to get the rights to install. So at that point I thought that I had installed allright and proceeded with installing the python packages, mysql, creating the db and modifying the HUD file.
I've updated the doc to indicate that installing an external database is no longer necessary.

To get started with the source version:
Code:
cd pyfpdb; python fpdb.pyw
Quote:
Originally Posted by uriri
I thought I eventually had it but fpdb doesn't appear as installed software with synatptic and doesnt' show up in Applications. I could run the run_fpdb.py file, open fpdb and could import a couple hands but couldn't get anything else to work.
That sounds like you were up and running. The source version will not appear in synaptic as it isn't a package. The .deb version should.

Can you define 'anything else' please?

How many hands did you attempt to import, for what sites, and what functionality was failing?
Quote:
Originally Posted by uriri
So, in short, can someone tell me where i get things wrong and how to install? I really have to get this working, i decided to move to ubuntu after being told it was ok for poker (and after gettign the blue screen of death one too many time).

Thanks!
FTP and Stars work pretty well under wine. I cant vouch for the other sites, but with some work I believe other sites can be made to work.

Quote:
Originally Posted by MonkeyPox
Updated to RC2 and still have the same problem with the HUD appearing on the taskbar. Stupid Stars update.
Quote:
Originally Posted by Ryanj37
does this support ipoker?
You would probably be one of the first users. I think i've got most of the parser functional, I dont have any sample hand histories except for a single Stud H/L example.

Given a couple of hand histories I'm sure I could get support in before the next release.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-14-2011 , 12:46 AM
In HUD_config.xml, is there a way to limit the length of players names?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-14-2011 , 05:40 AM
Quote:
Originally Posted by schmoken
In HUD_config.xml, is there a way to limit the length of players names?
I dont believe so. It was discussed (and possibly even written by one dev) but I dont think it was ever included.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-14-2011 , 07:57 PM
Just downloaded this, but i cant get the hud to show at all, it opens a "hud main window" where it just says closing this window will quit the hud.

any idea how i can get the actual hud to show at the stars tables?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m