Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APP SUBMITTED]: BraceException: Email notifier parsed "{0}" into {1!r} #5583

Closed
Olivier6767 opened this issue Nov 1, 2018 · 4 comments
Closed
Labels
triage Untriaged issue

Comments

@Olivier6767
Copy link

INFO

Python Version: 2.7.13 (default, Sep 26 2018, 18:42:22) [GCC 6.3.0 20170516]
Operating System: Linux-4.9.0-8-amd64-x86_64-with-debian-9.5
Locale: UTF-8
Branch: master
Database: 44.12
Commit: 0c0a735
Link to Log: https://gist.github.com/66d734785b8f1302fa1e68963241d52b

ERROR

2018-11-01 13:34:52 ERROR    POSTPROCESSOR :: [0c0a735] BraceMessage string formatting failed. Using representation instead.
Traceback (most recent call last):
  File "/home/Services/cinema/medusa/Medusa/medusa/logger/adapters/style.py", line 43, in __str__
    return self.msg.format(*args, **kwargs)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)
Traceback (most recent call last):
  File "/home/Services/cinema/medusa/Medusa/medusa/logger/adapters/style.py", line 60, in __str__
    raise BraceException(self.msg)
BraceException: Email notifier parsed "{0}" into {1!r}

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@medariox
Copy link
Contributor

medariox commented Nov 5, 2018

Fixed with #5584

@medariox medariox closed this as completed Nov 5, 2018
@Merrick28
Copy link

INFO

Python Version: 2.7.15 (default, Aug 16 2018, 14:17:09) [GCC 6.4.0]
Operating System: Linux-4.9.0-8-amd64-x86_64-with
Locale: None
Branch: master
Database: 44.12
Commit: 0c0a735
Link to Log: https://gist.github.com/b3bc09d8ca6fe0c39a5451d816fd2908

ERROR

2018-11-06 09:00:54 ERROR    SEARCHQUEUE-DAILY-SEARCH :: [0c0a735] BraceMessage string formatting failed. Using representation instead.
Traceback (most recent call last):
  File "/app/medusa/medusa/logger/adapters/style.py", line 43, in __str__
    return self.msg.format(*args, **kwargs)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)
Traceback (most recent call last):
  File "/app/medusa/medusa/logger/adapters/style.py", line 60, in __str__
    raise BraceException(self.msg)
BraceException: Email notifier parsed "{0}" into {1!r}

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@Nibeck1309
Copy link

INFO

Python Version: 2.7.13 (default, Sep 26 2018, 18:42:22) [GCC 6.3.0 20170516]
Operating System: Linux-4.14.79-v7+-armv7l-with-debian-9.4
Locale: UTF-8
Branch: master
Database: 44.12
Commit: 0c0a735
Link to Log: https://gist.github.com/40592c158b8c8ce5347b8663b4734ee6

ERROR

2018-11-09 08:33:03 ERROR    POSTPROCESSOR :: [0c0a735] BraceMessage string formatting failed. Using representation instead.
Traceback (most recent call last):
  File "/media/media/Logiciels/medusa/medusa/logger/adapters/style.py", line 43, in __str__
    return self.msg.format(*args, **kwargs)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128)
Traceback (most recent call last):
  File "/media/media/Logiciels/medusa/medusa/logger/adapters/style.py", line 60, in __str__
    raise BraceException(self.msg)
BraceException: Email notifier parsed "{0}" into {1!r}

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@Nibeck1309
Copy link

INFO

Python Version: 2.7.13 (default, Sep 26 2018, 18:42:22) [GCC 6.3.0 20170516]
Operating System: Linux-4.14.79-v7+-armv7l-with-debian-9.4
Locale: UTF-8
Branch: master
Database: 44.12
Commit: 0c0a735
Link to Log: https://gist.github.com/d1e42621a9a7e809bb7918df01aba776

ERROR

2018-11-13 08:34:08 ERROR    POSTPROCESSOR :: [0c0a735] BraceMessage string formatting failed. Using representation instead.
Traceback (most recent call last):
  File "/media/media/Logiciels/medusa/medusa/logger/adapters/style.py", line 43, in __str__
    return self.msg.format(*args, **kwargs)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 72: ordinal not in range(128)
Traceback (most recent call last):
  File "/media/media/Logiciels/medusa/medusa/logger/adapters/style.py", line 60, in __str__
    raise BraceException(self.msg)
BraceException: Email notifier parsed "{0}" into {1!r}

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Untriaged issue
Projects
None yet
Development

No branches or pull requests

4 participants