EBTST - EBT stats tool

Various EBT statistics can be posted here

Moderators: Fons, Phaseolus

User avatar
Yippo
Euro-Master
Euro-Master
Posts: 1107
Joined: Wed Feb 25, 2004 10:30 pm
Location: Ii, Suomi Finland

Re: EBTST - EBT stats tool

Post by Yippo »

I would like to know how much I have 2002 and Europa :note-5: and :note-10: notes. This information could be in the first chart of the Value page.
brewerhki
Euro-Master
Euro-Master
Posts: 1116
Joined: Tue Oct 16, 2012 3:04 pm
Location: Pitäjänmäki, Helsinki, Finland

Re: EBTST - EBT stats tool

Post by brewerhki »

Yippo wrote:I would like to know how much I have 2002 and Europa :note-5: and :note-10: notes. This information could be in the first chart of the Value page.
Me too
User avatar
Dioniz
Euro-Master in Training
Euro-Master in Training
Posts: 799
Joined: Mon Aug 27, 2007 4:07 pm
Location: Slovenia

Re: EBTST - EBT stats tool

Post by Dioniz »

Hi, dserrano5! Thanks for your past work with EBTST! I hope you don't mind but I have some sugestions for the future development (when you'll have enough time) :) :

- I think 1st (2002) and 2nd (Europa) series should be separated. New one - apart from different design - also has different or moderated printer code / first letter(s) relation/sistem (different meaning of certain letters; preaviously "national" letters now designate printers only or vice versa). So, I suggest we have another table for new seria: Huge table 2 (Europa) or something like that. This kind of separation would also be nice in some other rubrics which include printer codes and/or combinations.

- I would like to see more hit statistics: divided by denomination, signature, time etc.

- Is it possible that in the Huge table we have one more digit with N, V and Z notes: NA**xxx, VAxxx, ZB**xxx?

Thanks! :)
My profile & EBTST & Hit-dots map
Hits: 616x :flag-si:, 277x :flag-at:, 52x :flag-de:, 24x :flag-it:, 10x :flag-nl:, 7x :flag-be:, 5x :flag-fi:, 5x :flag-sk:, 3x :flag-fr:, 1x :flag-ee:, 1x :flag-gr:, 1x :flag-hr:, 1x :flag-lt:, 1x :flag-pt:, 1x :flag-es:, 1x ME, 1x :flag-at: :flag-at:, 1x :flag-be: :flag-be:, 1x :flag-be: :flag-at:, 1x :flag-fr: :flag-de:
Flightdiary & Where's George?
User avatar
dserrano5
Euro-Master
Euro-Master
Posts: 3773
Joined: Sun Jan 31, 2010 11:59 am
Location: Madrid, ES

Re: EBTST - EBT stats tool

Post by dserrano5 »

The problems with the Europa :note-10:s were due to a :flag-es:gilipollez. There was this piece of configuration:

Code: Select all

<year_to_series>
    2002 = 2002
    2013 = europa
</year_to_series>
But as you may have guessed, a line like the following was missing:

Code: Select all

    2014 = europa
This was causing all issues, and just adding it fixes everything.

Re: separating the huge table, since there are a lot of voices asking for that and seemingly no one against, I'll look into it. At some point.
Schach
Euro-Regular
Euro-Regular
Posts: 292
Joined: Tue Jul 12, 2005 6:54 am
Location: 91448 Emskirchen

Re: EBTST - EBT stats tool

Post by Schach »

dserrano5 wrote:The problems with the Europa :note-10:s were due to a :flag-es:gilipollez. There was this piece of configuration:

Code: Select all

<year_to_series>
    2002 = 2002
    2013 = europa
</year_to_series>
But as you may have guessed, a line like the following was missing:

Code: Select all

    2014 = europa
This was causing all issues, and just adding it fixes everything.

Re: separating the huge table, since there are a lot of voices asking for that and seemingly no one against, I'll look into it. At some point.


Hallo dserrano5

Thank you :D

Viele Grüße

Stefan
SCHACH & Family
User avatar
Crazy Bob
Forum Moderator
Forum Moderator
Posts: 7397
Joined: Sun May 01, 2005 6:29 pm
Location: Rotterdam, Netherlands

Re: EBTST - EBT stats tool

Post by Crazy Bob »

dserrano5 wrote:The problems with the Europa :note-10:s were due to a :flag-es:gilipollez. There was this piece of configuration:

Code: Select all

<year_to_series>
    2002 = 2002
    2013 = europa
</year_to_series>
Is it not easier to do the following? (not familiar with the programming language used, but you can probably follow what I'm meaning)

Code: Select all

<year_to_series>
    2002 = 2002
    else europa
</year_to_series>
jrnsndrs
Euro-Master
Euro-Master
Posts: 2118
Joined: Wed Feb 13, 2008 8:27 pm
Location: Tilburg
Contact:

Re: EBTST - EBT stats tool

Post by jrnsndrs »

Crazy Bob wrote:
dserrano5 wrote:The problems with the Europa :note-10:s were due to a :flag-es:gilipollez. There was this piece of configuration:

Code: Select all

<year_to_series>
    2002 = 2002
    2013 = europa
</year_to_series>
Is it not easier to do the following? (not familiar with the programming language used, but you can probably follow what I'm meaning)

Code: Select all

<year_to_series>
    2002 = 2002
    else europa
</year_to_series>
I am not a programmer but I have a funny feeling that this will cause troubles if, in the far far future, a third series will be released.
"of all wars, religious wars are the most detestable, since they are waged for no tangible gain, but only to impose a set of arbitrary credos on another."
--- Unspiek baron Bodissey.

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
User avatar
Crazy Bob
Forum Moderator
Forum Moderator
Posts: 7397
Joined: Sun May 01, 2005 6:29 pm
Location: Rotterdam, Netherlands

Re: EBTST - EBT stats tool

Post by Crazy Bob »

jrnsndrs wrote:
Crazy Bob wrote:
dserrano5 wrote:The problems with the Europa :note-10:s were due to a :flag-es:gilipollez. There was this piece of configuration:

Code: Select all

<year_to_series>
    2002 = 2002
    2013 = europa
</year_to_series>
Is it not easier to do the following? (not familiar with the programming language used, but you can probably follow what I'm meaning)

Code: Select all

<year_to_series>
    2002 = 2002
    else europa
</year_to_series>
I am not a programmer but I have a funny feeling that this will cause troubles if, in the far far future, a third series will be released.
The troubles being that the new series will initially be seen as Europa series? Better than "unknown" entries that aren't considered at all in the stats, in my opinion.
User avatar
Crazy Bob
Forum Moderator
Forum Moderator
Posts: 7397
Joined: Sun May 01, 2005 6:29 pm
Location: Rotterdam, Netherlands

Re: EBTST - EBT stats tool

Post by Crazy Bob »

Once again, I appear to have 26 unknown signatures (and no "incorrect notes" or whatever the name of the page is). Any ideas?
User avatar
Claudio221
Euro-Regular
Euro-Regular
Posts: 256
Joined: Wed Aug 28, 2013 8:24 pm
Location: Pianiga (Ve)

Re: EBTST - EBT stats tool

Post by Claudio221 »

Hi everybody!
Forgive me, but while updating my dserrano statistics I get this message? Is it just with me? :roll:
Image

Thanks!
User avatar
gabonik
Euro-Master
Euro-Master
Posts: 1762
Joined: Sat Dec 20, 2008 6:15 pm
Location: Ravenna - Fornace Zarattini - Italia

Re: EBTST - EBT stats tool

Post by gabonik »

No, also to me :cry:
jrnsndrs
Euro-Master
Euro-Master
Posts: 2118
Joined: Wed Feb 13, 2008 8:27 pm
Location: Tilburg
Contact:

Re: EBTST - EBT stats tool

Post by jrnsndrs »

I've found also a report in the Dutch topic:
Henk Draijer wrote:Ik ben van 0 fouten biljetten naar 159 foute biljetten gegaan tussen twee updates.
Het is voor mij ook niet mogelijk om deze lijst met 0 foute biljetten te updaten,
bij update gaat alles goed tot het moment dat de update de 100% bereikt en
dan geeft EBTST aan dat hij een Internal server error heeft en stopt.

De fout zit in de pagina "Platen (bingo)".
Nadat ik de pagina "Platen (bingo)" heb weggevinkt kan ik wel updaten. :roll:

In de aanvinklijst (links) kan ik "onjuiste biljetten" niet aanvinken omdat dat regeltje mist,
en het regeltje "onjuiste biljetten" krijg je alleen als je een fout biljet hebt, dus waar komen de 159 foute biljetten vandaan ?
Tussen de twee updates zit een verschil van 150 biljetten en geen 159 biljetten dus het is geen foute invoer geweest.

HELP, HELP.
"of all wars, religious wars are the most detestable, since they are waged for no tangible gain, but only to impose a set of arbitrary credos on another."
--- Unspiek baron Bodissey.

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
User avatar
Marco1970
Euro-Master
Euro-Master
Posts: 2844
Joined: Sat May 10, 2008 3:45 pm
Location: Roermond (NL)
Contact:

Re: EBTST - EBT stats tool

Post by Marco1970 »

Crazy Bob wrote:Once again, I appear to have 26 unknown signatures (and no "incorrect notes" or whatever the name of the page is). Any ideas?
I've got one incorrect signature, which is a :note-10: P/P. Maybe this is a clue for you...
EBT Profile: Marco1970
EBT Check Statistics: Marco1970
User avatar
Henk Draijer
Euro-Master
Euro-Master
Posts: 17619
Joined: Mon Apr 18, 2005 9:41 pm
Location: Zandvoort (NL)
Contact:

Re: EBTST - EBT stats tool

Post by Henk Draijer »

jrnsndrs wrote:I've found also a report in the Dutch topic:
Henk Draijer wrote:Ik ben van 0 fouten biljetten naar 159 foute biljetten gegaan tussen twee updates.
Het is voor mij ook niet mogelijk om deze lijst met 0 foute biljetten te updaten,
bij update gaat alles goed tot het moment dat de update de 100% bereikt en
dan geeft EBTST aan dat hij een Internal server error heeft en stopt.

De fout zit in de pagina "Platen (bingo)".
Nadat ik de pagina "Platen (bingo)" heb weggevinkt kan ik wel updaten. :roll:

In de aanvinklijst (links) kan ik "onjuiste biljetten" niet aanvinken omdat dat regeltje mist,
en het regeltje "onjuiste biljetten" krijg je alleen als je een fout biljet hebt, dus waar komen de 159 foute biljetten vandaan ?
Tussen de twee updates zit een verschil van 150 biljetten en geen 159 biljetten dus het is geen foute invoer geweest.

HELP, HELP.
In between two updates my error note total has gone from 0 mistaken notes to 159 mistaken notes. It also is impossible for me to update the list with 0 mistaken notes.
During the update everything seems to go alright, until the moment the update reaches 100%, than EBTST says “Internal server error" and stops.
It looks like the failure is in the page “Platen (bingo)”. I can update when I remove the tick of this page so it is no longer working.
I can not see the option to tick on “false notes” and because this always appears when you enter a false note, but not this time. I can not see which are the false notes or where they come from.

Between the two updates I menton in the first sentence, I only entered 150 notes and not 159 notes, so it can not have been a entering mistake.

Please help.
User avatar
gabonik
Euro-Master
Euro-Master
Posts: 1762
Joined: Sat Dec 20, 2008 6:15 pm
Location: Ravenna - Fornace Zarattini - Italia

Re: EBTST - EBT stats tool

Post by gabonik »

Henk Draijer wrote:
jrnsndrs wrote:I've found also a report in the Dutch topic:
Henk Draijer wrote:Ik ben van 0 fouten biljetten naar 159 foute biljetten gegaan tussen twee updates.
Het is voor mij ook niet mogelijk om deze lijst met 0 foute biljetten te updaten,
bij update gaat alles goed tot het moment dat de update de 100% bereikt en
dan geeft EBTST aan dat hij een Internal server error heeft en stopt.

De fout zit in de pagina "Platen (bingo)".
Nadat ik de pagina "Platen (bingo)" heb weggevinkt kan ik wel updaten. :roll:

In de aanvinklijst (links) kan ik "onjuiste biljetten" niet aanvinken omdat dat regeltje mist,
en het regeltje "onjuiste biljetten" krijg je alleen als je een fout biljet hebt, dus waar komen de 159 foute biljetten vandaan ?
Tussen de twee updates zit een verschil van 150 biljetten en geen 159 biljetten dus het is geen foute invoer geweest.

HELP, HELP.
In between two updates my error note total has gone from 0 mistaken notes to 159 mistaken notes. It also is impossible for me to update the list with 0 mistaken notes.
During the update everything seems to go alright, until the moment the update reaches 100%, than EBTST says “Internal server error" and stops.
It looks like the failure is in the page “Platen (bingo)”. I can update when I remove the tick of this page so it is no longer working.
I can not see the option to tick on “false notes” and because this always appears when you enter a false note, but not this time. I can not see which are the false notes or where they come from.

Between the two updates I menton in the first sentence, I only entered 150 notes and not 159 notes, so it can not have been a entering mistake.

Please help.


Also to me - :evil:
Also to me
Post Reply

Return to “EuroBillTracker Statistics”