Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.
This repository was archived by the owner on May 11, 2021. It is now read-only.

Can't start the application #243

@Domekologe

Description

@Domekologe

Hello,

I cannot start the application on my Ubuntu VPS.
At first I would use the new version, but this gave me an error, that its need the Python 3.5.3 version (I have 3.5.2 installed) and so I have to used an older version, but there I got an error:

Warning: activate_this.py not found. Your environment is most certainly not activated. Continuing anyway...
INFO:asphalt.core.runner:Running in development mode
2018-07-26 11:04:45,047 - [INFO] asphalt.core.runner -> Starting application
2018-07-26 11:04:45,126 - [ERROR] asphalt.core.runner -> Error during application startup
Traceback (most recent call last):
File "/opt/OWAPI2/OWAPI/venv/lib/python3.5/site-packages/asphalt/core/runner.py", line 111, in run_application
event_loop.run_until_complete(coro)
File "/usr/lib/python3.5/asyncio/base_events.py", line 387, in run_until_complete
return future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/usr/lib/python3.5/asyncio/tasks.py", line 392, in wait_for
return fut.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/opt/OWAPI2/OWAPI/owapi/app.py", line 133, in start
from asphalt.redis.component import RedisComponent
File "/opt/OWAPI2/OWAPI/venv/lib/python3.5/site-packages/asphalt/redis/component.py", line 6, in
from aioredis import create_reconnecting_redis
ImportError: cannot import name 'create_reconnecting_redis'
2018-07-26 11:04:45,130 - [INFO] asphalt.core.runner -> Stopping application
2018-07-26 11:04:45,132 - [INFO] asphalt.core.runner -> Application stopped
2018-07-26 11:04:45,176 - [ERROR] asyncio -> Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f46fa551860>

Maybe you can help me here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions