njzydark / PS4RPS

Remote pkg sender or installer for PS4
http://ps4rps.njzydark.com
MIT License
141 stars 6 forks source link

文件名和路径中不能含有空格 #5

Closed Saopanda closed 2 years ago

Saopanda commented 2 years ago

会报500错,但是看不到具体什么错误,只能猜测。nas等排除一轮,发现是文件名中空格导致,去掉即可。 遗憾的是我下载的绝大部分游戏名及路径中都包含了空格

Saopanda commented 2 years ago

猜测将文件提供端的地址链接 urlencode 就行

njzydark commented 2 years ago

能发下network面板里的请求信息吗

Saopanda commented 2 years ago

在用win客户端,没有找到控制台。网页版的运行在https上,我本地的服务都是http的,连接被浏览器拒绝,折腾无果放弃了

njzydark commented 2 years ago

在用win客户端,没有找到控制台。网页版的运行在https上,我本地的服务都是http的,连接被浏览器拒绝,折腾无果放弃了

用webdav发送文件时链接是转了的 https://xxx.com/PS4/homebrew/hello_world%20%E4%B8%AD%E6%96%87%20%E6%B5%8B%E8%AF%95.pkg 如果不行那应该是ps4上那个RPI的问题了

njzydark commented 2 years ago

在用win客户端,没有找到控制台。网页版的运行在https上,我本地的服务都是http的,连接被浏览器拒绝,折腾无果放弃了

试下这个 http的 http://ps4rps.njzydark.com/

Saopanda commented 2 years ago

Access to XMLHttpRequest at 'http://192.168.1.201:5005/' from origin 'http://ps4rps.njzydark.com' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space private.

njzydark commented 2 years ago

Access to XMLHttpRequest at 'http://192.168.1.201:5005/' from origin 'http://ps4rps.njzydark.com' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space private.

这个5005是群晖的webdav端口吧 群晖这个webdav没开跨域 win客户端按键盘ctr+shift+i试下 应该是可以唤出开发者面板的

Saopanda commented 2 years ago

win客户端成功打开控制台面板 { "status": "fail", "error": "Unable to set up prerequisites for package 'http://xxx@192.168.1.201:5005/3TLSAFE/Moving Out/Moving Out-GAMEKEGS/Moving Out.v1.01.CUSA17675-GAMEKEGS.pkg': Unable to download package header for 'http://xxxx@192.168.1.201:" }

njzydark commented 2 years ago

win客户端成功打开控制台面板 { "status": "fail", "error": "Unable to set up prerequisites for package 'http://xxx@192.168.1.201:5005/3TLSAFE/Moving Out/Moving Out-GAMEKEGS/Moving Out.v1.01.CUSA17675-GAMEKEGS.pkg': Unable to download package header for 'http://xxxx@192.168.1.201:" }

那就是rpi那边的问题了,跟sender无关了。rpi那边的问题我这里也不太好解决,目前如果想无线安装只能改目录格式了

njzydark commented 2 years ago

try this on your ps4 https://github.com/njzydark/ps4_remote_pkg_installer-OOSDK/releases/tag/1.02