Menu

#8 Could not fetch german bankdata file

1.54
closed
nobody
1.53 (10)
2024-01-05
2020-12-12
No

How to reproduce:
1. checkout ktoblzcheck sources from git master branch into ~/src/ktoblzcheck
2. run
mkdir ~/src/ktoblzcheck-build
cd ~/src/ktoblzcheck-build
cmake ../ktoblzcheck
make

What happens:
The download of the raw bankdata file does not finish:

[ 3%] Download raw data file to /home/xxx/src/ktoblzcheck/src/bankdata/sepa/sepa_20201212.txt
[ 3%] Built target fetch_sepa
[ 7%] Download raw bank data file to /home/xxx/src/ktoblzcheck/src/bankdata/blz_20201212.txt
... do not finish ...

Discussion

  • Ralf Habacker

    Ralf Habacker - 2020-12-12
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -12,4 +12,4 @@
     [  3%] Download raw data file to /home/xxx/src/ktoblzcheck/src/bankdata/sepa/sepa_20201212.txt
     [  3%] Built target fetch_sepa
     [  7%] Download raw bank data file to /home/xxx/src/ktoblzcheck/src/bankdata/blz_20201212.txt
    -<freeze>
    +... do not finish ...
    
     
  • Ralf Habacker

    Ralf Habacker - 2020-12-12
    • Version: 1.50 --> 1.53
     
  • Ralf Habacker

    Ralf Habacker - 2020-12-12

    It turned out that the filename for the raw bank data file has been changed.

    The following change for src/bankdata/CMakeLists.txt fixes that:

    -set(SEARCH_FILENAME blz-aktuell-txt-data.txt)
    +set(SEARCH_FILENAME blz-.*-txt-data.txt)
    
     
  • Ralf Habacker

    Ralf Habacker - 2020-12-12
    • status: open --> closed
     
  • Ralf Habacker

    Ralf Habacker - 2024-01-05
    • labels: 1.54 --> 1.53
    • Version: 1.53 --> 1.54
     

Log in to post a comment.