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

unicode error #1

Open
cbuschka opened this issue May 1, 2018 · 0 comments
Open

unicode error #1

cbuschka opened this issue May 1, 2018 · 0 comments

Comments

@cbuschka
Copy link
Member

cbuschka commented May 1, 2018

Traceback (most recent call last):
File "/usr/local/mechanic2/lib/mechanic2/cli.py", line 16, in run
Mechanic().run()
File "/usr/local/mechanic2/lib/mechanic2/mechanic.py", line 40, in run
self.migrate()
File "/usr/local/mechanic2/lib/mechanic2/mechanic.py", line 52, in migrate
self._applyMigrations(migrations)
File "/usr/local/mechanic2/lib/mechanic2/mechanic.py", line 78, in _applyMigrations
printWhatWouldBe=printWhatWouldBe)
File "/usr/local/mechanic2/lib/mechanic2/migrator.py", line 31, in applyMigrations
self.executor.execute(migration=migration, user=user, executeMigrations=executeMigrations, printWhatWouldBe=printWhatWouldBe, handleError=handleError)
File "/usr/local/mechanic2/lib/mechanic2/executor.py", line 26, in execute
self._executeMigration(migration, command, handleError=handleError)
File "/usr/local/mechanic2/lib/mechanic2/executor.py", line 37, in _executeMigration
logger.info("{}: {}", migration.name, line.strip())
File "/usr/local/mechanic2/lib/mechanic2/logger.py", line 21, in info
self._log(LOG_LEVEL_INFO, message, *args)
File "/usr/local/mechanic2/lib/mechanic2/logger.py", line 31, in _log
print(message.format(*args))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 59: ordinal not in range(128)

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

No branches or pull requests

1 participant