PDA

View Full Version : problem hm auto importing



iha
09-13-2010, 04:36 PM
Hello everyone.

I have this error when hm auto import.
pokeroom: everleaf.

2010-09-13 22:03:02 CESTERROR: duplicate key value violates unique constraint "uniqueserial"
2010-09-13 22:03:02 CESTSTATEMENT: EXECUTE PKHEXECUTE(200014626,21,to_timestamp('09/13/2010 17:41:50','MM/DD/YYYY HH24:MI:SS'),142,14,6,0,0,0,0,3,0,0,0,0,0,250,0,0, 0,0,0,-1,-1,-1,-1,-1,False,-1,0,0,0,-1,-1,-1,-1,0,-1,0); select currval('pokerhands_pokerhand_id_seq')

2010-09-13 22:03:02 CESTERROR: duplicate key value violates unique constraint "uniqueserial"
2010-09-13 22:03:02 CESTSTATEMENT: EXECUTE PKHEXECUTE(200014424,21,to_timestamp('09/13/2010 17:41:14','MM/DD/YYYY HH24:MI:SS'),142,14,6,0,0,0,0,2,0,0,0,0,0,75,0,0,0 ,0,0,-1,-1,-1,-1,-1,False,-1,0,0,0,-1,-1,-1,-1,-1,-1,0); select currval('pokerhands_pokerhand_id_seq')

2010-09-13 22:03:02 CESTERROR: duplicate key value violates unique constraint "uniqueserial"
2010-09-13 22:03:02 CESTSTATEMENT: EXECUTE PKHEXECUTE(200014134,21,to_timestamp('09/13/2010 17:40:23','MM/DD/YYYY HH24:MI:SS'),142,14,6,0,0,0,0,1,0,0,0,0,0,700,0,0, 0,0,0,-1,-1,-1,-1,-1,False,-1,0,0,0,-1,-1,-1,2,2,-1,0); select currval('pokerhands_pokerhand_id_seq')


etc.. I have many of these errors. The error comes from PostgreSQL.

Can someone help? thanks

netsrak
09-14-2010, 04:47 AM
Thats just a logging that duplicate hands are imported. You can ignore it.

iha
09-14-2010, 11:26 AM
ok ty:)