plowshare-modules-legacy icon indicating copy to clipboard operation
plowshare-modules-legacy copied to clipboard

Uptobox_com

Open oijm17 opened this issue 5 years ago • 3 comments

Error in Plugin Uploading File

With my Account: Login process failed. Bad username/password or unexpected content

Without My Account [root@s1 Downloads]# plowup uptobox ElephantsDream.mp4 Starting upload (uptobox): ElephantsDream.mp4 Destination file: ElephantsDream.mp4 grep_form_by_id failed (sed): "id=fileupload" Failed inside uptobox_upload() [1]

oijm17 avatar Apr 15 '20 20:04 oijm17

Same issue. It seems that lign 75 send back an error

uptobox: take --auth option from configuration file Starting download (uptobox): http://uptobox.com/26pndw5hmqzn Starting login process: xxxxxxx parse_tag failed (sed): "/title/

" Failed inside uptobox_cloudflare(), line 75, uptobox.sh grep_form_by_order failed (sed): "n=1" Failed inside uptobox_download() [1]

nasiaf avatar May 17 '20 17:05 nasiaf

Fixed on #245

zodman avatar Jun 04 '20 02:06 zodman

change line local -r BASE_URL='http://uptobox.com'

to https

it depends if url is blocked so adding s did trick for me, it should work.

Merlincool avatar Feb 11 '21 12:02 Merlincool