You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bekomme leider immer die folgende Fehlermeldung. Was kann das bedeuten? Bei einer Einzelanmeldung dürfte er richtig verbinden.
File "/home/pi/api.py", line 60, in
results = run_action(username, password, args, args.sessiondir)
File "/home/pi/api.py", line 22, in run_action
method()
File "/home/pi/WuLpisApiClass.py", line 234, in infos
item = form.find_control("ASPP").get(None, None, None, 0)
File "/home/pi/.local/lib/python3.9/site-packages/mechanize/_form_controls.py", line 2355, in find_control
return self._find_control(name, type, kind, id, label, predicate, nr)
File "/home/pi/.local/lib/python3.9/site-packages/mechanize/_form_controls.py", line 2448, in _find_control
raise ControlNotFoundError("no control matching " + description)
mechanize._form_controls.ControlNotFoundError: no control matching name 'ASPP'
Danke!
The text was updated successfully, but these errors were encountered:
Bekomme leider immer die folgende Fehlermeldung. Was kann das bedeuten? Bei einer Einzelanmeldung dürfte er richtig verbinden.
File "/home/pi/api.py", line 60, in
results = run_action(username, password, args, args.sessiondir)
File "/home/pi/api.py", line 22, in run_action
method()
File "/home/pi/WuLpisApiClass.py", line 234, in infos
item = form.find_control("ASPP").get(None, None, None, 0)
File "/home/pi/.local/lib/python3.9/site-packages/mechanize/_form_controls.py", line 2355, in find_control
return self._find_control(name, type, kind, id, label, predicate, nr)
File "/home/pi/.local/lib/python3.9/site-packages/mechanize/_form_controls.py", line 2448, in _find_control
raise ControlNotFoundError("no control matching " + description)
mechanize._form_controls.ControlNotFoundError: no control matching name 'ASPP'
Danke!
The text was updated successfully, but these errors were encountered: