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

damas_async.py #258

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

damas_async.py #258

wants to merge 33 commits into from

Conversation

nobalove2000
Copy link
Contributor

First version of damas async client for damas core.

remyla and others added 30 commits September 30, 2020 19:46
======
-beginning of async CRUD functions:create, read, update, delete.
-output test files

TODO
====
Correct following known erros

aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL('http://localhost:8090/api/delete/')

Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f66a1494f10>

aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected

ClosedSessionExecption

_UnixSelectorEventLoop' object is not callable
======
client tests for pull request

TODO
====
Correct following known erros

aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL('http://localhost:8090/api/delete/')

Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f66a1494f10>

aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected

ClosedSessionExecption

_UnixSelectorEventLoop' object is not callable
experimental
======
client tests for pull request

TODO
====
Correct following known erros

aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL('http://localhost:8090/api/delete/')

Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f66a1494f10>

aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected

ClosedSessionExecption

_UnixSelectorEventLoop' object is not callable
experimental
======
client tests for pull request

TODO
====
Correct following known erros

aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL('http://localhost:8090/api/delete/')

Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f66a1494f10>

aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected

ClosedSessionExecption

_UnixSelectorEventLoop' object is not callable
experimental
======
-beginning of async CRUD functions:create, read, update, delete.
-output test files

TODO
====
Correct following known erros

aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL('http://localhost:8090/api/delete/')

Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f66a1494f10>

aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected

ClosedSessionExecption

_UnixSelectorEventLoop' object is not callable
======
client tests for pull request

TODO
====
Correct following known erros

aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL('http://localhost:8090/api/delete/')

Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f66a1494f10>

aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected

ClosedSessionExecption

_UnixSelectorEventLoop' object is not callable
======
client tests for pull request

TODO
====
Correct following known erros

aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL('http://localhost:8090/api/delete/')

Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f66a1494f10>

aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected

ClosedSessionExecption

_UnixSelectorEventLoop' object is not callable
@remyla
Copy link
Owner

remyla commented Jul 4, 2021

This pull request seems like a duplicate of your other pull request on the same day and is "packed" in one commit

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

Successfully merging this pull request may close these issues.

2 participants