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

"No such file or directory" error #2025

Open
5 tasks done
TeemSucks opened this issue Feb 24, 2024 · 0 comments
Open
5 tasks done

"No such file or directory" error #2025

TeemSucks opened this issue Feb 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TeemSucks
Copy link

  • I'm reporting a bug in Sherlock's functionality
  • The bug I'm reporting is not a false positive or a false negative
  • I've verified that I'm running the latest version of Sherlock
  • I've checked for similar bug reports including closed ones
  • I've checked for pull requests that attempt to fix this bug

Description

sooo... i wanted to use sherlock in my app but when i try to run touch /Users/mark/Desktop/result.txt; docker run --rm -t -v "$PWD/results:/opt/sherlock/results" mysherlock-image -o /Users/mark/Desktop/result.txt ewfsdz it says No such file or directory

❯ touch /Users/mark/Desktop/result.txt; docker run --rm -t -v "$PWD/results:/opt/sherlock/results" mysherlock-image -o /Users/mark/Desktop/result.txt ewfsdz
/opt/sherlock/sherlock/sherlock.py:12: DeprecationWarning:
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
but was not found to be installed on your system.
If this would cause problems for you,
please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466

  import pandas as pd
[*] Checking username ewfsdz on:

[+] CGTrader: https://www.cgtrader.com/ewfsdz
[+] Coders Rank: https://profile.codersrank.io/user/ewfsdz/
[+] Coinvote: https://coinvote.cc/profile/ewfsdz
[+] Fiverr: https://www.fiverr.com/ewfsdz
[+] G2G: https://www.g2g.com/ewfsdz
[+] IFTTT: https://www.ifttt.com/p/ewfsdz
[+] Roblox: https://www.roblox.com/user.aspx?username=ewfsdz
[+] YandexMusic: https://music.yandex/users/ewfsdz/playlists
[+] metacritic: https://www.metacritic.com/user/ewfsdz
Traceback (most recent call last):
  File "/opt/sherlock/sherlock/sherlock.py", line 877, in <module>
    main()
  File "/opt/sherlock/sherlock/sherlock.py", line 779, in main
    with open(result_file, "w", encoding="utf-8") as file:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/Users/mark/Desktop/result.txt'

version:
sherlock.py - 0.14.3
Python - 3.11.8

@TeemSucks TeemSucks added the bug Something isn't working label Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant