Custom Query (1174 matches)
Results (112 - 114 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5465 | fixed | Python 3: Home page error if more than a single page of media items | ||
| Description |
I upgraded a MediaGoblin instance with more than 30 media items to Python 3.4 and got the following error when attempting to load the home page: File "/home/ben/work/ws/mediagoblin/mediagoblin/tools/pagination.py", line 110, in get_page_url_explicit
base_url, urllib.urlencode(new_get_params))
AttributeError: 'module' object has no attribute 'urlencode'
Loads fine under Python 2, or with 30 or less media items on Python 3 (only one page). |
|||
| #5464 | fixed | sqlalchemy is not supported as kombu transport | ||
| Description |
sqlalchemy cannot be used as a kombu transport any more. It was removed: https://github.com/celery/celery/issues/3274#issuecomment-228324848, kombu commit 1cd4e07f9ebb2fdbde0f86054e963f6bbd17e698. For now i have capped kombu and celery to <4.0, but we need to figure out what to do. |
|||
| #5462 | fixed | Server error when accessing email change link without being logged in | ||
| Description |
Visit the link to change a user's email address without being logged in, and you're presented with a server error. |
|||
