On Wed, 12 Jun 2024 21:25:37 +0200 Karine Crèvecœur wrote:

[...]
> So, there is no problem with the tls certificate of bugs.debian.org.
> Well, I think I should follow step by step what apt-lisbugs is doing
> when it retrieves bugs. Unfortunately, I don't how to proceed. If you
> give the steps, I can try.

OK, let's begin with a super-simple Ruby script (almost an example
code, so short and non-creative that I think it is not even
copyrighted...) that uses ruby-soap4r library to access the Debian BTS
SOAP interface.

See the attached file.

Please run it with:

  $ ruby test_bts_soap.rb

The output should be similar to:

  {1072977=>#<SOAP::Mapping::Object:0x5f0 {}mergedwith="" {}blocks="" {}done="" 
{}bug_num=1072977 {}owner="" {}originator="Karine Cr\xC3\xA8vec\xC5\x93ur 
<eni...@gresille.org>" {}found={"apt-listbugs/0.1.42"=>""} {}archived=0 
{}found_date=[] {}subject="apt-listbugs 0.1.42 is broken" 
{}log_modified=1718220426 {}fixed_versions=[] {}severity="grave" {}affects="" 
{}source="apt-listbugs" {}id=1072977 {}outlook="" {}tags="moreinfo 
unreproducible" {}last_modified=1718220426 {}fixed_date=[] 
{}fixed=#<SOAP::Mapping::Object:0x604> {}found_versions=["apt-listbugs/0.1.42"] 
{}blockedby="" {}forwarded="" {}unarchived="" {}location="db-h" {}summary="" 
{}keywords="moreinfo unreproducible" {}date=1718095142 {}pending="pending" 
{}msgid="<vtfsl2kgqganwxkzuogp5lftqtr2ceobwjifvc4u2w2tg3l7u4@fjyjlcnxhgen>" 
{}package="apt-listbugs">}

Also try to enable the debug output with:

  $ ruby -d test_bts_soap.rb > bts_soap.log

and send me the "bts_soap.log" file.


Let's see if we can figure out what's going on!


-- 
 http://www.inventati.org/frx/
 There's not a second to spare! To the laboratory!
..................................................... Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE

Attachment: test_bts_soap.rb
Description: application/ruby

Attachment: pgpA1WuWZ2yaa.pgp
Description: PGP signature

Reply via email to