Regular exception #10

Open
opened 2021-08-28 17:02:43 +02:00 by Georg · 0 comments
Owner

Hi,

in both the stock, as well as the Redis versions of our plugin, the following error message is printed to the console every few minutes:

ERROR 2021-08-28T15:56:30 Exception printing default value of supybot.plugins.SnoParser.targetChannel:
Traceback (most recent call last):
  File "/home/georg/limnoria/limnoria-venv/lib64/python3.8/site-packages/supybot/registry.py", line 155, in close
    lines.append('# Default value: %s\n' % x)
  File "/home/georg/limnoria/limnoria-venv/lib64/python3.8/site-packages/supybot/registry.py", line 663, in __str__
    if self._needsQuoting(s):
  File "/home/georg/limnoria/limnoria-venv/lib64/python3.8/site-packages/supybot/registry.py", line 659, in _needsQuoting
    return any([x not in self._printable for x in s]) and s.strip() != s
TypeError: 'NoneType' object is not iterable
ERROR 2021-08-28T15:56:30 Exception id: 0x2775c

It does not seem to affect the functionality.

Hi, in both the stock, as well as the Redis versions of our plugin, the following error message is printed to the console every few minutes: ``` ERROR 2021-08-28T15:56:30 Exception printing default value of supybot.plugins.SnoParser.targetChannel: Traceback (most recent call last): File "/home/georg/limnoria/limnoria-venv/lib64/python3.8/site-packages/supybot/registry.py", line 155, in close lines.append('# Default value: %s\n' % x) File "/home/georg/limnoria/limnoria-venv/lib64/python3.8/site-packages/supybot/registry.py", line 663, in __str__ if self._needsQuoting(s): File "/home/georg/limnoria/limnoria-venv/lib64/python3.8/site-packages/supybot/registry.py", line 659, in _needsQuoting return any([x not in self._printable for x in s]) and s.strip() != s TypeError: 'NoneType' object is not iterable ERROR 2021-08-28T15:56:30 Exception id: 0x2775c ``` It does not seem to affect the functionality.
pratyush was assigned by Georg 2021-08-28 17:02:49 +02:00
Sign in to join this conversation.
No description provided.