Ruby script tarme.rb used to build tar balls invokes code that makes HTTP requests to some location under https://projects.kde.org/api/v1/ However, this server is now defunct and mostly redirects to invent.kde.org. API calls no longer work. Example: $ ./tarme.rb --origin stable --version 0.9.81 projects-invent/office/kbibtex !! Make sure to read the wiki :) !! https://community.kde.org/ReleasingSoftware https://projects.kde.org/api/v1/project/projects-invent/office/kbibtex Traceback (most recent call last): 11: from ./tarme.rb:78:in `<main>' 10: from /home/thomas/git/releaseme/lib/releaseme/project.rb:189:in `from_find' 9: from /home/thomas/git/releaseme/lib/releaseme/project.rb:206:in `from_path' 8: from /home/thomas/git/releaseme/lib/releaseme/projects_api.rb:127:in `get' 7: from /home/thomas/git/releaseme/lib/releaseme/projects_api.rb:86:in `get' 6: from /usr/lib64/ruby/2.5.0/open-uri.rb:735:in `open' 5: from /usr/lib64/ruby/2.5.0/open-uri.rb:165:in `open_uri' 4: from /usr/lib64/ruby/2.5.0/open-uri.rb:224:in `open_loop' 3: from /usr/lib64/ruby/2.5.0/open-uri.rb:224:in `catch' 2: from /usr/lib64/ruby/2.5.0/open-uri.rb:226:in `block in open_loop' 1: from /usr/lib64/ruby/2.5.0/open-uri.rb:755:in `buffer_open' /usr/lib64/ruby/2.5.0/open-uri.rb:377:in `open_http': 500 Internal Server Error (OpenURI::HTTPError) Running off commit 93531165e4f3327e25190a3 on Gentoo Linux, using Ruby 2.5.8p224 (2020-03-31 revision 67882) [x86_64-linux].
I believe you want office/kbibtex as path
(In reply to Harald Sitter from comment #1) > I believe you want office/kbibtex as path Indeed, the path was wrong. May I recommend to have some sanity checks on the provided paths, such as if it has a depth of equal two or does start with a known-good first element like 'office' or 'education'?