We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python Version: 2.7.15 (default, Aug 16 2018, 14:17:09) [GCC 6.4.0] Operating System: Linux-3.10.105-x86_64-with Locale: None Branch: master Database: 44.12 Commit: a1d899b Link to Log: https://gist.github.com/185d9293868d4279c2808b35971f921d
2.7.15 (default, Aug 16 2018, 14:17:09) [GCC 6.4.0]
Linux-3.10.105-x86_64-with
None
44.12
2018-11-17 17:52:25 ERROR TORNADO :: [a1d899b] 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 0xe2 in position 19: 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: PUSHOVER: Sending notice with details: title="{0}" message="{1}", priority={2}, sound={3}
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
The text was updated successfully, but these errors were encountered:
@MrTimscampi issue with one of the logs?
Sorry, something went wrong.
Happens because https://github.com/pymedusa/Medusa/blob/master/medusa/notifiers/pushover.py#L92-L93 args['title'], args['message'] are utf-8 encoded. Should be either decoded, !r used or we can also get rid of that debug line altogether.
args['title'], args['message']
utf-8
!r
Python Version: 2.7.15 (default, Jun 27 2018, 13:05:28) [GCC 8.1.1 20180531] Operating System: Linux-4.18.14-unRAID-x86_64-with-glibc2.2.5 Locale: UTF-8 Branch: master Database: 44.12 Commit: a1d899b Link to Log: https://gist.github.com/689d0cd8fdf5c590ae37c32505ccdb52
2.7.15 (default, Jun 27 2018, 13:05:28) [GCC 8.1.1 20180531]
Linux-4.18.14-unRAID-x86_64-with-glibc2.2.5
UTF-8
2018-11-20 19:52:38 ERROR POSTPROCESSOR :: [a1d899b] BraceMessage string formatting failed. Using representation instead. Traceback (most recent call last): File "/opt/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 26: ordinal not in range(128) Traceback (most recent call last): File "/opt/medusa/medusa/logger/adapters/style.py", line 60, in __str__ raise BraceException(self.msg) BraceException: PUSHOVER: Sending notice with details: title="{0}" message="{1}", priority={2}, sound={3}
Fixed with #5759
No branches or pull requests
INFO
Python Version:
2.7.15 (default, Aug 16 2018, 14:17:09) [GCC 6.4.0]
Operating System:
Linux-3.10.105-x86_64-with
Locale:
None
Branch: master
Database:
44.12
Commit: a1d899b
Link to Log: https://gist.github.com/185d9293868d4279c2808b35971f921d
ERROR
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
The text was updated successfully, but these errors were encountered: