[Fixed] TypeError - url_decode

Hi all,

Suddenly started getting this error on all of my apps which use the anvil extras routing module.

Didn’t change anything in code, just started happening now.

Some more info from the app console:

at app/anvil_extras/routing/_utils.py:57
called from app/anvil_extras/routing/_utils.py:93
called from app/anvil_extras/routing/__init__.py:153

Within my apps, it comes from this line:

routing.set_url_hash(event_args['sender'].tag.url_hash)

And it only occurs when I use a url_hash that contains query strings.

Anyone else seeing this?

Greetings,
Nico

Thanks for reporting - fix shortly
(now fixed)

1 Like

Thanks for the quick fix.

1 Like