NatTupper / dline

A feature-rich terminal discord client
GNU General Public License v3.0
63 stars 4 forks source link

Error While Starting #13

Closed segments closed 5 years ago

segments commented 5 years ago

What does the error "Unclosed client session" mean upon startup? I will provide more information if needed

Noodlez1232 commented 5 years ago

I'm also getting this. I'm on Manjaro (Pretty much Arch) and installed it per pip. I'm on Python 3.7 and used dline --store-token to store my API token.

The error message is this:

Error: client not started from repo location! Cancelling...
You must start the client from its folder to get automatic updates. 

Starting...
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f45054e6d68>
Unclosed connector
connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7f45051699a8>, 405.190481159)]']
connector: <aiohttp.connector.TCPConnector object at 0x7f45054e6da0>
NatTupper commented 5 years ago

Generally this means that your token is invalid or expired. I need to remove that first message (client not started from repo location). I would try following the instructions in README.md to get your token and try again.

NatTupper commented 5 years ago

Closing issue because have not heard back from OP.