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

complains there is no market data file available - it's there and readable #2329

Open
JDJoe opened this issue Nov 13, 2024 · 4 comments
Open
Assignees
Milestone

Comments

@JDJoe
Copy link

JDJoe commented Nov 13, 2024

complains there is no market data JSON file available - it's there and readable.

@JDJoe JDJoe added bug unconfirmed An unconfirmed bug labels Nov 13, 2024
@Rixxan
Copy link
Contributor

Rixxan commented Dec 19, 2024

Hey there @JDJoe! Apologies for the delay in getting back to you.

Can you provide screenshots, log files, or the like to help diagnose this report? There's lots of reasons this message could appear, but I can't tell why exactly without more information.

@Rixxan Rixxan self-assigned this Dec 19, 2024
@Rixxan Rixxan added this to the 5.13 milestone Dec 19, 2024
@Takios
Copy link

Takios commented Dec 23, 2024

I'd been getting the same error message, but I'm on Linux so not sure if it's the same issue that the reporter is facing.

This is from the logfile:

2024-12-19 19:19:19.496 UTC - DEBUG - 70532:140445234963840:70532 plugins.eddn.journal_entry:2556: Failed exporting Market
Traceback (most recent call last):
  File "/home/MYUSERNAME/Downloads/EDMarketConnector-Release-5.12.1/plugins/eddn.py", line 2536, in journal_entry
    with path.open('rb') as f:
         ^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/pathlib.py", line 1044, in open
    return io.open(self, mode, buffering, encoding, errors, newline)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '~/Spiele/samsung1/SteamLibrary/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/Saved Games/Frontier Developments/Elite Dangerous/Market.json'

Notice the ~ at the beginning of the path. On Linux it should expand to the user's home directory, but in this case it is not expanded. I fixed the issue on my system by replacing the ~ with the direct path of my home directory in the EDMarketConnector.ini.

@JDJoe
Copy link
Author

JDJoe commented Dec 28, 2024

I am on Linux, so I guess the reason is the same as @Takios

@JDJoe
Copy link
Author

JDJoe commented Dec 31, 2024

Probably related:

WARNING - 10966:124345655114624:10966 journal_lock.JournalLock.open_journal_dir_lockfile:69: Couldn't open "~/.steam/debian-installation/.../edmc-journal-lock.txt" for "w+" Aborting duplicate process checks: FileNotFoundError(2, 'No such file or directory')

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

No branches or pull requests

3 participants