Skip Menu |

This queue is for tickets about the Finance-Bank-Postbank_de CPAN distribution.

Report information
The Basics
Id: 127910
Status: new
Priority: 0/
Queue: Finance-Bank-Postbank_de

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.55
Fixed in: (no value)



Subject: Error GETing https://bankapi-public.postbank.de/...
On some of my smokers I get the following test failure: ... Error GETing https://bankapi-public.postbank.de/bankapi-public/prod/v1/banking/accounts/TAGESGELD/DE82100100101234567893/transactions/csv?range=FOURTEEN_DAYS&size=100: at /tmpfs/.cpan-build-cpansand/2018120416/Finance-Bank-Postbank_de-0.55-0/blib/lib/Finance/Bank/Postbank_de/APIv1/Account.pm line 38. # Looks like your test exited with 255 just after 10. t/07-account-numbers.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/11 subtests ... This seems to happen only on Debian-based systems, at least on my systems: stretch, buster, Ubuntu 16.04, Ubuntu 18.04. I don't see failures on all of my FreeBSD smokers, and also not on CentOS7 and Fedora28.
On 2018-12-04 16:17:16, SREZIC wrote: Show quoted text
> On some of my smokers I get the following test failure: > > ... > Error GETing https://bankapi-public.postbank.de/bankapi- > public/prod/v1/banking/accounts/TAGESGELD/DE82100100101234567893/transactions/csv?range=FOURTEEN_DAYS&size=100: > at /tmpfs/.cpan-build-cpansand/2018120416/Finance-Bank-Postbank_de- > 0.55-0/blib/lib/Finance/Bank/Postbank_de/APIv1/Account.pm line 38. > # Looks like your test exited with 255 just after 10. > t/07-account-numbers.t ............ > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/11 subtests > ... > > This seems to happen only on Debian-based systems, at least on my > systems: stretch, buster, Ubuntu 16.04, Ubuntu 18.04. > > I don't see failures on all of my FreeBSD smokers, and also not on > CentOS7 and Fedora28.
With 0.56 the error looks like this: ... No valid account statement: '{ "message": "Too many requests!", "key": "too-many-requests.error", "severity": "ERROR"}' at /home/cpansand/.cpan/build/2019020822/Finance-Bank-Postbank_de-0.56-0/blib/lib/Finance/Bank/Postbank_de.pm line 282. # Looks like your test exited with 255 just after 10. t/07-account-numbers.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/11 subtests ... Still this happens only on my newer Debian-based smokers.
On 2019-02-09 03:53:12, SREZIC wrote: Show quoted text
> On 2018-12-04 16:17:16, SREZIC wrote:
> > On some of my smokers I get the following test failure: > > > > ... > > Error GETing https://bankapi-public.postbank.de/bankapi- > > public/prod/v1/banking/accounts/TAGESGELD/DE82100100101234567893/transactions/csv?range=FOURTEEN_DAYS&size=100: > > at /tmpfs/.cpan-build-cpansand/2018120416/Finance-Bank-Postbank_de- > > 0.55-0/blib/lib/Finance/Bank/Postbank_de/APIv1/Account.pm line 38. > > # Looks like your test exited with 255 just after 10. > > t/07-account-numbers.t ............ > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 1/11 subtests > > ... > > > > This seems to happen only on Debian-based systems, at least on my > > systems: stretch, buster, Ubuntu 16.04, Ubuntu 18.04. > > > > I don't see failures on all of my FreeBSD smokers, and also not on > > CentOS7 and Fedora28.
> > With 0.56 the error looks like this: > > ... > No valid account statement: '{ "message": "Too many requests!", "key": > "too-many-requests.error", "severity": "ERROR"}' at > /home/cpansand/.cpan/build/2019020822/Finance-Bank-Postbank_de-0.56- > 0/blib/lib/Finance/Bank/Postbank_de.pm line 282. > # Looks like your test exited with 255 just after 10. > t/07-account-numbers.t ............ > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/11 subtests > ... > > > Still this happens only on my newer Debian-based smokers.
Well, actually it looks like the remote server does not like my IP addresses. If I set http_proxy/https_proxy and steer traffic through another route, then things are working on previously failing systems.