desura / Desurium

Free online games platform (juegos gratis), with an open source client. LGPL repo for Desura client. Potentially out of date. See https://github.com/desura/desura-app for newest (LGPL) client.
https://www.desura.com/es
GNU General Public License v3.0
269 stars 44 forks source link

mcf_upload_cli does nothing #579

Closed Mailaender closed 10 years ago

Mailaender commented 10 years ago

I tried mcf_upload_cli -u myusername -p mypassword -f /home/matthias/Projekte/OpenRA/packaging/linux/root/usr/share/openra/ -i 14718 -t games and it does just nothing. No response that it aborted or completed. I guess it failed because it exits too fast and http://www.desura.com/games/publish/openra/execute stays empty. Unsure how to investigate and fix this also in regard of #550.


MCF Upload Utility By @Lodle

Usage: --username (-u): Desura Username --password (-p): Desura Password --folder (-f): Folder of game files --item (-i): Item site area id --type (-t): Item site area (mods | games)

karolherbst commented 10 years ago

I think lodle will maybe work on this, moving to 0.8 milestone

lodle commented 10 years ago

Please provide linux version and gcc versions.

Mailaender commented 10 years ago
Linux version 3.7.10-1.16-desktop (geeko@buildhost) (gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) ) #1 SMP PREEMPT Fri May 31 20:21:23 UTC 2013 (97c14ba)
Mailaender commented 10 years ago

The check for wrong password however works so some kind of connection must still be possible.