Open Aerialflame7125 opened 6 months ago
Hi @Aerialflame7125, thanks for bringing this up. It looks like the response you're getting from the API requests is coming back in a different format than xbox2local
expects. Can you copy/paste the entire error message instead of just the last one?
@jdaymude Here is the whole thing
Traceback (most recent call last):
File "C:\Users\colin\OneDrive\Desktop\xbox2local-dev\xbox2local.py", line 121, in
I’m having the same issue as well.
Oh, that's very odd. That part of the code hasn't changed since the initial release years ago. There seems to be a formatting issue with your users/<user name>/config.json
file. Are you both first time users on Windows? I'm wondering if the classic Windows vs. Linux line breaks issue is causing this. I wrote this all on Linux and pushed the example_user/config.json
file with \n
characters for newlines, whereas Windows expects \r\n
.
You may likely fix this issue by creating a new config.json
file in a text editor of your choice and then type in the small JSON format yourself (instead of copy/pasting).
Yes, I'm a first time user on Windows. I found the issue. When I copied the path for my media directory into config.json, I copied it like this: "C:\Path\To\Directory." I changed it to this: "C:\Path\To\Directory." Everything works now.
Thank you.
@Aerialflame7125 Does the above post also describe your issue? It's true that filepaths on Windows create some ambiguity with backslashes being both escape characters and directory separators, so it's worth being careful about that.
Description I am trying to download my videos and screenshots taken on my xbox and put them on my pc, because those were first times, happy moments, and more. but keep hitting this error
To Reproduce Steps to reproduce the behavior:
python xbox2local.py --username <My Username>
Platform Windows-cmd Windows 22631.3447 23H2