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
Version: Running from source: E:D Market Connector 5.11.0+f93485ec.DIRTY
Game Version: -
OS: Arch Linux
OS Locale: English
If applicable: -
Describe the bug
Killswitches seem to have disappeared. The log contains the following, and both killswitch URLs are currently 404ing
2024-06-06 16:45:37.155 UTC - INFO - 66301:126246759634752:66301 killswitch.fetch_kill_switches:346: Attempting to fetch kill switches
2024-06-06 16:45:37.232 UTC - WARNING - 66301:126246759634752:66301 killswitch.fetch_kill_switches:361: Failed to get kill switches, data was invalid: Extra data: line 1 column 4 (char 3)
2024-06-06 16:45:37.233 UTC - WARNING - 66301:126246759634752:66301 killswitch.get_kill_switches:447: could not get killswitches, trying fallback
2024-06-06 16:45:37.234 UTC - INFO - 66301:126246759634752:66301 killswitch.fetch_kill_switches:346: Attempting to fetch kill switches
2024-06-06 16:45:37.315 UTC - WARNING - 66301:126246759634752:66301 killswitch.fetch_kill_switches:361: Failed to get kill switches, data was invalid: Extra data: line 1 column 4 (char 3)
2024-06-06 16:45:37.316 UTC - WARNING - 66301:126246759634752:66301 killswitch.get_kill_switches:451: Could not get killswitches.
The weird thing is I just cannot find the commit in releases that removed the file.
git log --name-status --full-history -- killswitches_v2.json - Has the 'A' line for when it was added, no 'D' line, just a whole lot of merges. git log --diff-filter=D --summary - Also doesn't show the file at all, but does show other file deletions.
It feels like something has become very broken with the git commit history, at least for me locally. How can a file, that clearly shows as having been added in f833afd , that has no deletion logged, not be present ?
A similar thing happened with the edmarketconnector.xml files. I'll just
commit a new version from the last good version I can find later today and
essentially re-create them.
Please complete the following information:
Describe the bug
Killswitches seem to have disappeared. The log contains the following, and both killswitch URLs are currently 404ing
EDMarketConnector/killswitch.py
Lines 25 to 26 in f93485e
To Reproduce
Steps to reproduce the behavior:
Run EDMC and look at the log/output
Expected behavior
As a user, I have no idea if this is visible or not
Logs
EDMarketConnector-debug.log
The text was updated successfully, but these errors were encountered: