Skip to content

Events not dispaching after aiohttp session get request. #67

Description

@rohinish404

I'm building a project which downloads models from huggingface and has 3 events - download stated, download progress and download end.
But the only event i'm seeing getting dispatched is the started and end event.

File - https://github.com/rohinish404/ImageryAI/blob/master/backend/src/huggingface/installer.py
i made some debug tweaks to see what can be the issue.
All events below this line seems to not get dispached for some reason.

I figure this issue will be related to #34 but then again the whole install is asyncio task so i shouldnt see the download start event.
Can anybody tell what can be the issue i'm facing here.

Events file - https://github.com/rohinish404/ImageryAI/blob/master/backend/src/events/events.py
Main file - https://github.com/rohinish404/ImageryAI/blob/master/backend/main.py

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions