Bytezz/IPLookup-gtk

Application can't start

Closed this issue · 1 comments

Vovkiv commented

After lastest 0.3.0 update, application can't start anymore.
Running it in terminal gives this traceback:

Error building template class 'IplookupWindow' for an instance of type 'IplookupWindow': .:0:0 Invalid object type AdwToolbarView'
Traceback (most recent call last):
  File "/app/share/iplookup/iplookup/main.py", line 49, in do_activate
    self.win = IplookupWindow(application=self)
  File "/app/share/iplookup/iplookup/window.py", line 49, in __init__
    self.ip_entry.grab_focus()
AttributeError: 'NoneType' object has no attribute 'grab_focus'

In some cases it will start, but will look like this:

image

Bytezz commented

Sorry for the late reply, I just got back from vacation.
Thank you @TheEvilSkeleton for fixing this before my return.