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

Hang on start. #18

Open
ghost opened this issue Jan 30, 2019 · 4 comments
Open

Hang on start. #18

ghost opened this issue Jan 30, 2019 · 4 comments
Assignees
Labels
waiting on OP Waiting on original poster to reply with more info

Comments

@ghost
Copy link

ghost commented Jan 30, 2019

Hi. I am getting this when starting dline..

Checking for updates...
Already up to date!

Starting...

then it hangs.. Can I get some help with this?

@NatTupper
Copy link
Owner

Sure. Sorry for the wait. The project has been on the backburner for quite some time now.

Please edit your config file located at ~/.config/dline/config.yaml and change debug to true. Re-run dline and do not close it. Post the output of debug.log here. Once you do, you may kill the program.

@NatTupper NatTupper added the waiting on OP Waiting on original poster to reply with more info label Feb 3, 2019
@NatTupper NatTupper self-assigned this Feb 3, 2019
@ghost
Copy link
Author

ghost commented Feb 3, 2019

Oop. Sorry for waiting so long. I will be back soon to give you this output, as I am on the road atm. Sorry.

@NatTupper
Copy link
Owner

Any update?

@Nevexo
Copy link

Nevexo commented Feb 18, 2019

From what I've found, on my main account (that has guilds with none-ASCII characters) I get a crash with this trace:

`
INFO:root:Ignoring exception in on_ready
ERROR:root:Traceback (most recent call last):

ERROR:root:
ERROR:root: File "/root/.local/lib/python3.6/site-packages/discord/client.py", line 227, in _run_event
await coro(*args, **kwargs)

ERROR:root:
ERROR:root: File "/root/dline/dline/main.py", line 92, in on_ready
gc.client.set_current_guild(gc.settings["default_guild"])

ERROR:root:
ERROR:root: File "/root/dline/dline/client/client.py", line 108, in set_current_guild
if guild.lower() in gld.name.lower():

ERROR:root:
ERROR:root:AttributeError: 'NoneType' object has no attribute 'lower'
`

But on an alt account with no fancy characters in guild names (why the hell do people have to do that) it works just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting on OP Waiting on original poster to reply with more info
Projects
None yet
Development

No branches or pull requests

2 participants