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

# #5

Closed
ghost opened this issue Feb 5, 2020 · 3 comments
Closed

# #5

ghost opened this issue Feb 5, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Feb 5, 2020

No description provided.

@zaxtyson
Copy link

zaxtyson commented Feb 6, 2020

API v2.3.2 已修复该 Bug,原因是蓝奏云上传接口启用了 https,使用 http 上传会得到 302 重定向的响应。另外修复了官方对文件名携带多重后缀的限制(比如图片.jpg.dll图片.jpg哈哈.dll 这样的文件不允许上传)。CMD版已经修复。

@mrdong916
Copy link

什么时候修复啊

@rachpt
Copy link
Owner

rachpt commented Feb 11, 2020

什么时候修复啊

按照 @zaxtyson 的说法,只需要在下面一行将 http 改成 https 即可解决上传bug。

result = self._POST('http://pc.woozooo.com/fileup.php', data=monitor, headers=tmp_header)


至于打包可以参考wiki:
python.exe "D:\pyinstaller\pyinstaller.py" -F -w -i ".\lanzou-gui\application_icon.ico" --version-file ".\lanzou-gui\pyinstaller_version_info.txt" .\lanzou-gui\main.py

最后,因为纵所周知的原因,被困在农村,没有条件测试和打包,希望有条件的同学pr😘

@rachpt rachpt added the bug Something isn't working label Feb 11, 2020
@ghost ghost changed the title v0.0.6版本今天开始上传任何文件中断 # Feb 11, 2020
rachpt added a commit that referenced this issue Feb 14, 2020
@rachpt rachpt closed this as completed Feb 14, 2020
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

3 participants