-
Notifications
You must be signed in to change notification settings - Fork 259
Description
instalooter 2.4.4
mac os 14.2.1 (23C71)
Python 3.10.0
root# instaLooter user myusername newfolder
0:39: execution error: An error of type -10810 has occurred. (-10810)
69:77: execution error: Can’t get application "chrome". (-1728)
70:78: execution error: Can’t get application "firefox". (-1728)
69:77: execution error: An error of type -10810 has occurred. (-10810)
root# instaLooter user myusername newfolder --traceback
0:39: execution error: An error of type -10810 has occurred. (-10810)
69:77: execution error: Can’t get application "chrome". (-1728)
70:78: execution error: An error of type -10810 has occurred. (-10810)
69:77: execution error: An error of type -10810 has occurred. (-10810)
^C2024-02-23 11:52:28 Davids-MacBook-Pro-2.local instalooter.cli[48932] CRITICAL Interrupted
^CException ignored in: <module 'threading' from '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py'>
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1538, in _shutdown
lock.acquire()
Thanks for your thoughts on this. I do have both chrome and firefox installed. I even tried running instaLooter from the Applications folder thinking it could be a path issue.
Library version
What's the installed library version ? Check with instalooter --version
:
instalooter vX.Y.Z
Environment
Describe here your environment, including:
- OS
- Python version
setuptools
version if reporting an issue with installation- non-standard Python implementation if any
Error description - installation
If you have an issue with installation, make sure you use a recent setuptools
version
before filing a bug ! If the error is still there, describe the command you used to
install, and make sure you reported your environment in details. In particular,
if you encounter a critical error with the CLI, please post the program output when
running with the --traceback
flag.
Error description - runtime
If you have an issue at runtime, include the required information below:
Reproducible test case
Are you using the CLI ? If so, include a command that can be used to re-raise the
error, with actual arguments anybody can try:
instalooter ...
Are you using the API ? If so, include a small snippet that can be used to re-raise the
error:
from instalooter.looters import ...
Expected behaviour
What's supposed to happen ? That's were you can ask for a new feature as well
Actual behaviour
What's actually happening ? Leave empty if asking for a new feature