nlbdev / normarc

NORMARC-relaterte XSLT-transformasjoner
MIT License
1 stars 0 forks source link

Feil rekkefølge på distribusjonsformatene i 582 #25

Closed josteinaj closed 1 year ago

josteinaj commented 1 year ago

Det kommer mange av denne feilmeldingen i loggen til produksjonssystemet:

Distribution formats for edition XXXXXX is not correct, will update.

For eksempel:

2023-04-11 23:50:44,382 INFO     [Update catalog XHTML thread   ] Distribution formats for edition 374464 is not correct, will update. Distribution formats: [{'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}, {'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, {'name': 'Til Kindle/PocketBook', 'format': 'mobi', 'method': 'ki'}, {'name': 'Last ned MOBI/Kindle-format', 'format': 'mobi', 'method': 'dl'}] vs old [{'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, {'name': 'Last ned MOBI/Kindle-format', 'format': 'mobi', 'method': 'dl'}, {'name': 'Til Kindle/PocketBook', 'format': 'mobi', 'method': 'ki'}, {'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}]
2023-04-13 00:00:00,077 INFO     [Update catalog XHTML thread   ] Distribution formats for edition 374464 is not correct, will update. Distribution formats: [{'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}, {'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, {'name': 'Til Kindle/PocketBook', 'format': 'mobi', 'method': 'ki'}, {'name': 'Last ned MOBI/Kindle-format', 'format': 'mobi', 'method': 'dl'}] vs old [{'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, {'name': 'Last ned MOBI/Kindle-format', 'format': 'mobi', 'method': 'dl'}, {'name': 'Til Kindle/PocketBook', 'format': 'mobi', 'method': 'ki'}, {'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}]
2023-04-13 15:07:31,545 INFO     [Update catalog XHTML thread   ] Distribution formats for edition 374464 is not correct, will update. Distribution formats: [{'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}, {'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, {'name': 'Til Kindle/PocketBook', 'format': 'epub', 'method': 'ki'}] vs old [{'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, {'name': 'Last ned MOBI/Kindle-format', 'format': 'mobi', 'method': 'dl'}, {'name': 'Til Kindle/PocketBook', 'format': 'mobi', 'method': 'ki'}, {'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}]
2023-04-14 00:26:25,817 INFO     [Update catalog XHTML thread   ] Distribution formats for edition 374464 is not correct, will update. Distribution formats: [{'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}, {'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, {'name': 'Til Kindle/PocketBook', 'format': 'epub', 'method': 'ki'}] vs old [{'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, {'name': 'Last ned MOBI/Kindle-format', 'format': 'mobi', 'method': 'dl'}, {'name': 'Til Kindle/PocketBook', 'format': 'mobi', 'method': 'ki'}, {'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}]

I det første og andre tilfellet har produksjonssystemet funnet denne i APIet:

[
    {'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, 
    {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, 
    {'name': 'Last ned MOBI/Kindle-format', 'format': 'mobi', 'method': 'dl'}, 
    {'name': 'Til Kindle/PocketBook', 'format': 'mobi', 'method': 'ki'}, 
    {'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, 
    {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}
]

…og så prøver det å endre rekkefølgen til dette:

[
    {'name': 'Til Lydhør/online-spiller', 'format': 'epub', 'method': 'no'}, 
    {'name': 'Til Nettleserbok', 'format': 'epub', 'method': 'st'}, 
    {'name': 'Last ned EPUB', 'format': 'epub', 'method': 'dl'}, 
    {'name': 'Last ned HTML', 'format': 'html', 'method': 'dl'}, 
    {'name': 'Til Kindle/PocketBook', 'format': 'mobi', 'method': 'ki'}, 
    {'name': 'Last ned MOBI/Kindle-format', 'format': 'mobi', 'method': 'dl'}
]

I det tredje og fjerde tilfellet så fant den det samme i APIet, og prøvde å endre det til dette (altså uten "Last ned Mobi"-knappen, som jeg fjernet nylig):

I selve katalogposten og i visningen i MappaMi så er knappen borte, så dette har blitt oppdatert i Bibliofil: https://websok.nlb.no/cgi-bin/websok?tnr=374464

*582  $adl$depub$fLast ned EPUB$p3
*582  $adl$dhtml$fLast ned HTML$p4
*582  $aki$depub$fTil Kindle/PocketBook$p5
*582  $ano$depub$fTil Lydhør/online-spiller$p1
*582  $ast$depub$fTil Nettleserbok$p2

Rekkefølgen definert i katalogposten er riktig, og visningen er riktig.

Det kommer feil ut i APIet, derfor prøver den på nytt og på nytt:

https://api.nlb.no/v1/editions/374464?edition-metadata\=all

    "distribution": [
      {
        "name": "Last ned EPUB",
        "format": "epub",
        "method": "dl"
      },
      {
        "name": "Last ned HTML",
        "format": "html",
        "method": "dl"
      },
      {
        "name": "Til Kindle/PocketBook",
        "format": "epub",
        "method": "ki"
      },
      {
        "name": "Til Lydhør/online-spiller",
        "format": "epub",
        "method": "no"
      },
      {
        "name": "Til Nettleserbok",
        "format": "epub",
        "method": "st"
      }
    ],
josteinaj commented 1 year ago

Fikset i b65fa6e0b812efae4717cf699349f4ee18334b63