deb.li bugtracker

Please add and discuss bugs and issues with deb.li here.

A feature request rather than a bug, but would it be possible to allow short URLs to be created from anywhere if they point to a Debian URL (e.g. wiki.debian.org)? I'd like to send a short URL to someone but I don't have access to any of the hosts on the list. PaulWaring

Hey Bernd, with python-sqlalchemy 0.6.1 some things have changed and so the deb.li code does not work anymore (godebian-server.py will fail to start). I have two small fixes that makes the code work again. I have uploaded the patch to patch-for-debli-startup.patch


deb.li is mangling some percent-encoded characters. For example:

jwilk@moszumanska:~$ ~bzed/godebian-client/add_url 'http://www.example.com/?q=foo%2Bbar'
xekG
jwilk@moszumanska:~$ curl -s --include 'http://deb.li/xekG' | grep -m1 ^Location
Location: http://www.example.com/?q=foo+bar

Note that %2B has been replaced with + in the query string, but these are entirely different things: the former denotes the plus character, while the latter denotes the space character.


There is a patch series from Paul Wise attached to this page: [....]


What does it mean when godebian-client/add_static_url returns None? I tried the following:

jello@master:~$ ~pollo/godebian-client/add_static_url https://salsa.debian.org/python-team/tools/dh-python/-/blob/master/pybuild.rst DPT_Policy
None

-- JoeNahmias 2022-07-07