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

Uptobox error

Open ghost opened this issue 5 years ago • 2 comments

Hi, I used JDownloader for a long time, but i have an issue with it on Linux Mint Cinnamon. JDownloader can't see my /media folder. I don't know why. So, it's my very first use of Plowshare. I have no programming skills at all :-( Any idea to fix the above download error? I checked previous Uptobox issues... I well activated "Direct Download" and "SSL" on my Uptobox Account. But I still have this issue:

plowdown --auth='MyUsername:MyPassword' https://uptobox.com/xxxxxxxxxxxx sed: -e expression n°1, caractère 18: Échec du pairage de ( ou de ( sed: -e expression n°1, caractère 18: Échec du pairage de ( ou de ( sed: -e expression n°1, caractère 18: Échec du pairage de ( ou de ( sed: -e expression n°1, caractère 18: Échec du pairage de ( ou de ( sed: -e expression n°1, caractère 88: Expression régulière précédente invalide sed: -e expression n°1, caractère 88: Expression régulière précédente invalide sed: -e expression n°1, caractère 18: Échec du pairage de ( ou de ( sed: -e expression n°1, caractère 18: Échec du pairage de ( ou de ( sed: -e expression n°1, caractère 18: Échec du pairage de ( ou de ( sed: -e expression n°1, caractère 18: Échec du pairage de ( ou de ( sed: -e expression n°1, caractère 88: Expression régulière précédente invalide sed: -e expression n°1, caractère 88: Expression régulière précédente invalide Starting download (uptobox): https://uptobox.com/xxxxxxxxxxxx Starting login process: MyUsername/******************* 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] <p>Is there an issue with sed and special characters? Thanks for the help.</p>

ghost avatar Oct 28 '20 08:10 ghost

I'm still interested to fix this problem. However, I have fixed my JDownloader issue. Flatpak made the issue possible. If someone else is interesting by the tip to give JDownloader access to a specific external hard drive or to a folder: 1- Right-click the Mint start Menu button 2- Click "Configure..." 3- Click the "Menu" Tab 4- Click "Open the menu editor" 5- Browse to the "Internet" category 6- Click on "Jdownloader" 7- Click on "Properties" 8- Under the command line, just add the following --filesystem=/media/ or any folder you would like to download to 9- The final command looks like: /usr/bin/flatpak run --branch=stable --arch=x86_64 --filesystem=/media/ --command=jd-wrapper org.jdownloader.JDownloader

ghost avatar Oct 29 '20 03:10 ghost

I dont know if you still need this. my fix was I changed local -r BASE_URL='http://uptobox.com'

in uptobox download to https not http and download is starting for me.

Merlincool avatar Feb 11 '21 12:02 Merlincool