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

02-16-2017 , 09:33 PM
Quote:
Originally Posted by phil_r
On the page linked it says:
"(add _0 to name to display with 0 decimal places, _1 to display with 1, etc)"
Has this function been removed?

I tested this with vpip as follows:
[PHP]<stat _rowcol="(1,3)" _stat_name="vpip_1" click="" hudcolor="#FFFF00" hudprefix="" popup="5-predraw" stat_hicolor="#00FF00" stat_hith="25" stat_locolor="#FF0000" stat_loth="15" tip=""> </stat>[/PHP]

vpip still displays w/ 0 decimal places.
I've restarted the program.
No errors reported.

What am I missing?

Thanks,
--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-17-2017 , 04:54 AM
Quote:
Originally Posted by TheDruid
On the page linked it says:
"(add _0 to name to display with 0 decimal places, _1 to display with 1, etc)"
Has this function been removed?

I tested this with vpip as follows:
[PHP]<stat _rowcol="(1,3)" _stat_name="vpip_1" click="" hudcolor="#FFFF00" hudprefix="" popup="5-predraw" stat_hicolor="#00FF00" stat_hith="25" stat_locolor="#FF0000" stat_loth="15" tip=""> </stat>[/PHP]

vpip still displays w/ 0 decimal places.
I've restarted the program.
No errors reported.

What am I missing?

Thanks,
--D
No idea, it works as expected for me. (and, incidentally, the default display for vpip is with 1 decimal place...)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-23-2017 , 10:51 AM
Maybe I sound I little annoying but... Is there any solution for my trouble?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-24-2017 , 12:51 AM
Hi where can I download PyQt5 that works with python 2.7?

The link here:
https://www.riverbankcomputing.com/s...yqt/download5/

provides two windows .whl files, both of which result in:
PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-none-<version>.whl is not a supported wheel on this platform.

I have upgraded pip, but I think that the packages I've tried are for python 3

Thanks,
--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-24-2017 , 12:59 AM
Quote:
Originally Posted by TheDruid
Hi where can I download PyQt5 that works with python 2.7?

The link here:
https://www.riverbankcomputing.com/s...yqt/download5/

provides two windows .whl files, both of which result in:
PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-none-<version>.whl is not a supported wheel on this platform.

I have upgraded pip, but I think that the packages I've tried are for python 3

Thanks,
--D
I know at least one person has got it through pip. I think it was this: https://github.com/pyqt/python-qt5. Note that it needs to be 64-bit python 2.7.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-25-2017 , 03:12 PM
Hello everyone! I need a help. Is it possible to use Fpdb on Red Kings? I cant also find hand history in my computer.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-25-2017 , 09:35 PM
Quote:
Originally Posted by steffan9122
Hello everyone! I need a help. Is it possible to use Fpdb on Red Kings? I cant also find hand history in my computer.
A cursory search suggests this is an OnGame skin, which should be supported. If you can find the hand histories.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-01-2017 , 12:55 PM
A while ago I reported these errors in fpdb-errors:
Code:
D:\tools\fpdb.41\Database.py:2324: Warning: Data truncated for column 'rakeDealt' at row 49
D:\tools\fpdb.41\Database.py:2324: Warning: Data truncated for column 'rakeContributed' at row 49
D:\tools\fpdb.41\Database.py:2324: Warning: Data truncated for column 'rakeWeighted' at row 49
The columns mentioned just contain 0 whenever rake is < 1 dollar.

(I'm using MySQL, with session cache enabled)

I changed the data type from Decimal(10,0) to Double. This has so far eliminated the warnings, however when bulk importing data, the following occurred:
Code:
2017-03-01 07:50:15,665 - importer     ERROR    Importer._import_hh_file: '<type 'file'>' Fatal error: ''Traceback (most recent call last):  File "Z:\\fpdb\\build\\fpdb\\out00-PYZ.pyz\\Importer", line 477, in _import_hh_file  File "Z:\\fpdb\\build\\fpdb\\out00-PYZ.pyz\\Hand", line 350, in updateSessionsCache  File "Z:\\fpdb\\build\\fpdb\\out00-PYZ.pyz\\Database", line 2836, in storeSessionsCacheTypeError: unsupported operand type(s) for +=: \'float\' and \'Decimal\'''
I also tried Decimal(X,Y) with various X's and Y's, but although they all give
non-zero values for the affected columns, the warnings persist.

Questions:
  • Is there a way to have fpdb-errors closed after each write -- or at least flush the buffer?
    When fpdb.exe crashes hard, anything not written is lost.
  • Is there a switch to cause more verbose logging?

Quote:
Originally Posted by phil_r
I know at least one person has got it through pip. I think it was this: https://github.com/pyqt/python-qt5. Note that it needs to be 64-bit python 2.7.
Thanks -- I upgraded to 64-bit python 2.7, and installed PyQt5.
Now, instead of complaining the Qt5 is missing, when I try to run run_fpdb.py the is a brief flicker. No windows, no error messages, no logging no nuttin'

Cheers,
--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-01-2017 , 01:15 PM
Quote:
Originally Posted by TheDruid
Questions:
  • Is there a way to have fpdb-errors closed after each write -- or at least flush the buffer?
    When fpdb.exe crashes hard, anything not written is lost.
  • Is there a switch to cause more verbose logging?


Thanks -- I upgraded to 64-bit python 2.7, and installed PyQt5.
Now, instead of complaining the Qt5 is missing, when I try to run run_fpdb.py the is a brief flicker. No windows, no error messages, no logging no nuttin'

Cheers,
--D
There's a '-x' command line option that prints errors to the console rather than to fpdb-errors. There's a '-l' command line option that should set the log level? There's also the logging.conf file for more fine-grained control.

You can use '--help' to get a list of flags. Probably some of them don't work. I've personally used '-x' so that should, at least.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-01-2017 , 01:39 PM
One more question...i use fpdp on 888 poker and i have stats only for 4 players ( i play 6 max) . For another 2 players i can see only xxx on hud window. What is the problem?

Sent from my GT-I9505 using Tapatalk
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-02-2017 , 01:01 AM
Quote:
Originally Posted by steffan9122
One more question...i use fpdp on 888 poker and i have stats only for 4 players ( i play 6 max) . For another 2 players i can see only xxx on hud window. What is the problem?

Sent from my GT-I9505 using Tapatalk
http://forumserver.twoplustwo.com/sh...postcount=7682
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-03-2017 , 11:07 AM
Everything was working fine on the FPDB, but i changed a setting in 'Site settings' and when i try to run or install the FPDB again i just see an empty black cmd(ms-dos) screen and he doesnt start the program. I removed the FPDB and reinstalled but it's still the same. Any way to remove this fully in regedit or so? Can't find the key tho.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-05-2017 , 09:20 PM
Quote:
Originally Posted by Jochends
Everything was working fine on the FPDB, but i changed a setting in 'Site settings' and when i try to run or install the FPDB again i just see an empty black cmd(ms-dos) screen and he doesnt start the program. I removed the FPDB and reinstalled but it's still the same. Any way to remove this fully in regedit or so? Can't find the key tho.
Sounds like the config file got messed up. You can delete or rename it and FPDB will generate a fresh one for you. The config file is stored in %appdata%\fpdb\HUD_config.xml.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2017 , 02:19 PM
Hello,
So i started using fpdb. I love it, finally i can use a HUD for unlimited time. The HUD works on play money and basic MTTs but when it comes to bounty builders there are errors when loading the HH. The play money HUD works fine but i get errors from the bounty builder HH and therefore the HUD doesnt load. Here is the log from the HUD tab:

Quote:
HH20170306 T1843160878 No Limit Hold'em $2 + $0.20.txt 0 stored, 0 duplicates, 0 partial, 38 errors (time = 0.024000).
HH20170306 T1843126814 No Limit Hold'em 18K + 2,000.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.009000)..
HH20170306 T1843160878 No Limit Hold'em $2 + $0.20.txt 0 stored, 0 duplicates, 0 partial, 39 errors (time = 0.025000)....
HH20170306 T1843126814 No Limit Hold'em 18K + 2,000.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.009000)..........
HH20170306 T1843126814 No Limit Hold'em 18K + 2,000.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.011000).......
HH20170306 T1843160878 No Limit Hold'em $2 + $0.20.txt 0 stored, 0 duplicates, 0 partial, 40 errors (time = 0.026000)......
HH20170306 T1843126814 No Limit Hold'em 18K + 2,000.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.010000).
Since i played a money MTT sat earlier and the HUD loaded fine. Im guessing this has something to do with the format of the HH (Which changes with bounties) and maybe fpdb can't read it or something?

Anyways i'm just wondering if people who play bounty builders and progressive KOs have the same problem as me.
Much love to devs for making an amazing tracker. Im gonna a play more tonight and report back if it still doesnt work on another BB and if it still works on normal MTTs (without bounties).

Peka96
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2017 , 02:59 PM
Hi there, is it possible to use fpdb HUDs on multiple tables played simultaneously(one HUD for each table played)? I cant configure that at least

Are there any other site which provide info about fpdb other than this thread or the wikidot page?

Last edited by empe3r; 03-06-2017 at 03:15 PM. Reason: grammar
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2017 , 03:59 PM
Quote:
Originally Posted by Peka96
Hello,
So i started using fpdb. I love it, finally i can use a HUD for unlimited time. The HUD works on play money and basic MTTs but when it comes to bounty builders there are errors when loading the HH. The play money HUD works fine but i get errors from the bounty builder HH and therefore the HUD doesnt load. Here is the log from the HUD tab:



Since i played a money MTT sat earlier and the HUD loaded fine. Im guessing this has something to do with the format of the HH (Which changes with bounties) and maybe fpdb can't read it or something?

Anyways i'm just wondering if people who play bounty builders and progressive KOs have the same problem as me.
Much love to devs for making an amazing tracker. Im gonna a play more tonight and report back if it still doesnt work on another BB and if it still works on normal MTTs (without bounties).

Peka96
It seems like i was correct. According to this screenshot i made:



Can we have some fix from the devs please ? Or an answer, thanks in advance

Last edited by Peka96; 03-06-2017 at 04:05 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2017 , 10:30 PM
Quote:
Originally Posted by Peka96
Can we have some fix from the devs please ? Or an answer, thanks in advance
What version of FPDB are you running there?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2017 , 10:31 PM
Quote:
Originally Posted by empe3r
Hi there, is it possible to use fpdb HUDs on multiple tables played simultaneously(one HUD for each table played)? I cant configure that at least

Are there any other site which provide info about fpdb other than this thread or the wikidot page?
It is, and should work that way out of the box without extra config. Maybe you play on a site where it can't work that way because tables don't have distinct names? FPDB uses the table name to determine where to put each HUD.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2017 , 11:26 PM
Quote:
Originally Posted by phil_r
What version of FPDB are you running there?
The latest: fpdb-0.40.5

It's weird that it doesnt work only on MTTs with bounty, anything else is fine. Am i the only one having this problem? In that case the problem might be on my end but maybe phil_r try it out yourself in bounty builder and tell me if it works since your fpdb is probably configured correctly.

Thanks for the fast response btw!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2017 , 11:42 PM
Quote:
Originally Posted by Peka96
The latest: fpdb-0.40.5

It's weird that it doesnt work only on MTTs with bounty, anything else is fine. Am i the only one having this problem? In that case the problem might be on my end but maybe phil_r try it out yourself in bounty builder and tell me if it works since your fpdb is probably configured correctly.

Thanks for the fast response btw!
Yeah the latest is actually a beta release 0.41.0-rc8: here. There were some fixes for bounties so hopefully it works for you. You'll need to remake your database since the internal schema changed.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-07-2017 , 08:24 AM
Quote:
Originally Posted by phil_r
Yeah the latest is actually a beta release 0.41.0-rc8: here. There were some fixes for bounties so hopefully it works for you. You'll need to remake your database since the internal schema changed.
It works now with the new version. Thanks phil_r
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-09-2017 , 10:58 AM
Quote:
Originally Posted by TheDruid
A while ago I reported these errors in fpdb-errors:
Code:
D:\tools\fpdb.41\Database.py:2324: Warning: Data truncated for column 'rakeDealt' at row 49
D:\tools\fpdb.41\Database.py:2324: Warning: Data truncated for column 'rakeContributed' at row 49
D:\tools\fpdb.41\Database.py:2324: Warning: Data truncated for column 'rakeWeighted' at row 49
The columns mentioned just contain 0 whenever rake is < 1 dollar.

(I'm using MySQL, with session cache enabled)

I changed the data type from Decimal(10,0) to Double. This has so far eliminated the warnings, however when bulk importing data, the following occurred:
Code:
2017-03-01 07:50:15,665 - importer     ERROR    Importer._import_hh_file: '<type 'file'>' Fatal error: ''Traceback (most recent call last):  File "Z:\\fpdb\\build\\fpdb\\out00-PYZ.pyz\\Importer", line 477, in _import_hh_file  File "Z:\\fpdb\\build\\fpdb\\out00-PYZ.pyz\\Hand", line 350, in updateSessionsCache  File "Z:\\fpdb\\build\\fpdb\\out00-PYZ.pyz\\Database", line 2836, in storeSessionsCacheTypeError: unsupported operand type(s) for +=: \'float\' and \'Decimal\'''
I also tried Decimal(X,Y) with various X's and Y's, but although they all give
non-zero values for the affected columns, the warnings persist.

Questions:
  • Is there a way to have fpdb-errors closed after each write -- or at least flush the buffer?
    When fpdb.exe crashes hard, anything not written is lost.
  • Is there a switch to cause more verbose logging?


Thanks -- I upgraded to 64-bit python 2.7, and installed PyQt5.
Now, instead of complaining the Qt5 is missing, when I try to run run_fpdb.py the is a brief flicker. No windows, no error messages, no logging no nuttin'

Cheers,
--D
Try disabling cache sessions. Unless you're accessing the database outside of fpdb that option isn't needed.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-10-2017 , 09:07 PM
Quote:
Originally Posted by ChazDazzle
Try disabling cache sessions. Unless you're accessing the database outside of fpdb that option isn't needed.
Hi Chaz,
I do use the session IDs to group my reports, but I don't use the sessionscache table data itself.

The report data I get by aggregating the columns in handsplayers.

So my current workaround is to leave the datatype for the affected columns in sessionscache as Decimal(10,0) and make them float elsewhere.

No errors on import, no warnings in fpdb_errors.txt

Cheers,
--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-11-2017 , 03:29 AM
What are the units for the "Std. Dev" calculation? Is it dollars or BB?

Also, is there a way to find an opponents' stats during hand review out of game?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-11-2017 , 07:25 AM
Quote:
Originally Posted by phil_r
Sounds like the config file got messed up. You can delete or rename it and FPDB will generate a fresh one for you. The config file is stored in %appdata%\fpdb\HUD_config.xml.
Thanks man! that worked
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m