Opened 10 years ago
Closed 4 years ago
#1084 closed defect (no-action)
warnings after startup
Reported by: | Marcus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | warning, deprecation |
Cc: | Parent Tickets: |
Description
After startup of the lazyserver, I get a bunch of warnings like:
2015-01-11 22:35:28,459 WARNING [py.warnings] /srv/mediagoblin/local/lib/python2.7/site-packages/SQLAlchemy-0.8.7-py2.7-linux-x86_64.egg/sqlalchemy/engine/default.py:471: SAWarning: Unicode type received non-unicode bind param value.
2015-01-11 22:35:35,891 WARNING [py.warnings] /srv/mediagoblin/local/lib/python2.7/site-packages/WTForms-2.0.1-py2.7.egg/wtforms/fields/simple.py:23: DeprecationWarning: The TextField alias for StringField has been deprecated and will be removed in WTForms 3.0
Change History (3)
comment:1 by , 10 years ago
Keywords: | warning deprecation added |
---|---|
Priority: | major → minor |
comment:2 by , 9 years ago
Status: | new → accepted |
---|
The WTForms error is fixed but we still get
/srv/mediagoblin.example.org/mediagoblin/local/lib/python2.7/site-packages/SQLAlchemy-0.8.7-py2.7-linux-x86_64.egg/sqlalchemy/engine/default.py:459: SAWarning: Unicode type received non-unicode bind param value.
comment:3 by , 4 years ago
Resolution: | → no-action-required |
---|---|
Status: | accepted → closed |
Closing this bug report as I'm not seeing any warnings on the current version of MediaGoblin.
Regards,
Ben
Changing the severity of this issue. It is definitely not major. Ticket #965 fixes many of these issues, but it hasn't been reviewed/merged in the four months since I created it.