TypeError: not all arguments converted during string formatting #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Log:
TypeError: not all arguments converted during string formatting
c142618a322f Call stack:
c142618a322f File "/usr/local/lib/python3.13/threading.py", line 1015, in _bootstrap
c142618a322f self._bootstrap_inner()
c142618a322f File "/usr/local/lib/python3.13/threading.py", line 1044, in _bootstrap_inner
c142618a322f self.run()
c142618a322f File "/app/.venv/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 1002, in run
c142618a322f result = context.run(func, *args)
c142618a322f File "/app/src/webapps/media/route_media.py", line 40, in get_mediafiles
c142618a322f current_user: Profile = get_current_user_from_token(token=param)
c142618a322f File "/app/src/core/security.py", line 153, in get_current_user_from_token
c142618a322f logger.info("username/email extracted is ", username)
c142618a322f Message: 'username/email extracted is '
c142618a322f Arguments: ('thomas.peetz@thpeetz.de',)
assigned to @tpeetz
changed the severity to Low - S4
created branch
feature/43-typeerror-not-all-arguments-converted-during-string-formattingto address this issuementioned in merge request !41
changed the incident status to Resolved by closing the incident
mentioned in commit
74d29ae8ef