Seerr's URL validator rejects aiohttp's default '+' for spaces and demands %20. Switch the Seerr client to RFC 3986-style encoding via urllib.parse.quote(safe='') so multi-word searches work. Reported: '!media search Sheep Detectives' → 400.
12 lines
187 B
YAML
12 lines
187 B
YAML
maubot: 0.3.1
|
|
id: com.3ddbrewery.media
|
|
version: 0.3.2
|
|
license: MIT
|
|
modules:
|
|
- media_bot
|
|
main_class: MediaBot
|
|
config: true
|
|
extra_files:
|
|
- base-config.yaml
|
|
database: false
|
|
webapp: true
|