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

An error of type -10810 has occurred. Can't get application chome / firefox (-1728) #373

Open
dlarmitage opened this issue Feb 23, 2024 · 0 comments

Comments

@dlarmitage
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant