Skip to content

"Exception in Tkinter callback" #21

@madskjeldgaard

Description

@madskjeldgaard

Hello, I'm trying (for the first time) to get Troop running on my MacOS machine via Python. I installed the latest version of Troop

I can get the server running, but when connecting a client I get the following error message after logging in to the server. The server responds by saying a client has logged in, but the client just has this error on it:

Exception in Tkinter callback
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/tkinter/__init__.py", line 1550, in __call__
    return self.func(*args)
  File "/Users/madskjeldgaard/Dropbox/scripts/sc/Troop/src/interface/conn_info.py", line 118, in store_data
    self.finish()
  File "/Users/madskjeldgaard/Dropbox/scripts/sc/Troop/src/interface/conn_info.py", line 90, in finish
    self.client.setup(**self.options)
  File "/Users/madskjeldgaard/Dropbox/scripts/sc/Troop/src/client.py", line 95, in setup
    self.lang = langtypes[lang](self.args)
TypeError: __init__() takes 1 positional argument but 2 were given

skaermbillede 2019-01-22 kl 11 10 28

Thanks, by the way: This is a really cool project!

Best regards Mads

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