mcrapet / plowshare-modules-legacy

Plowshare legacy & unmaintained modules
GNU General Public License v3.0
121 stars 77 forks source link

Uptobox_com #240

Open oijm17 opened 4 years ago

oijm17 commented 4 years ago

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]

nasiaf commented 4 years ago

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]</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/zodman"><img src="https://avatars.githubusercontent.com/u/44167?v=4" />zodman</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>Fixed on #245 </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/Merlincool"><img src="https://avatars.githubusercontent.com/u/45850374?v=4" />Merlincool</a> commented <strong> 3 years ago</strong> </div> <div class="markdown-body"> <p>change line <code>local -r BASE_URL='http://uptobox.com'</code></p> <p>to https</p> <p>it depends if url is blocked so adding s did trick for me, it should work.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>