piejanssens / premiumizer

Download manager for premiumize.me cloud downloads
MIT License
172 stars 45 forks source link

Can't download files that are located in "my files" #354

Closed hurfi closed 1 year ago

hurfi commented 1 year ago

Premiumizer can see the files remaining in the transfers list in premiumizer.me but isn't showing anything that has completed and has been moved to "my files"

If I copy and paste a download link into "filehost links" to the file located in my files and assign a category, it adds it to the queue, but the progress stays at 0% and it isn't sent to aria2

If I assign a category to any of the files remaining in the transfers list that premiumizer grabs from premiumizer.me it sends to job to aria2 and starts the download.

All my downloads on premiumizer.me have finished and are now in the "my files" section

Essentially, is there a way to specify the folder ID from premiumize.me that premiumizer looks in for files?

hurfi commented 1 year ago

Here's the debug log...I've removed the filename and replaced with file name removed

11-08 00:42:29 root : INFO : Downloading: file name removed-- id: d74575a13e9145748a5d456c245cf5af 11-08 00:42:29 root : DEBUG : def download_file started 11-08 00:42:29 root : DEBUG : def prem_connection started 11-08 00:42:29 urllib3.connectionpool : DEBUG : https://www.premiumize.me:443 "POST /api/transfer/directdl HTTP/1.1" 200 None 11-08 00:42:29 apscheduler.executors.downloads : ERROR : Job "file name removed" raised an exception Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/apscheduler/executors/base.py", line 125, in run_job retval = job.func(*job.args, **job.kwargs) File "/app/premiumizer.py", line 1596, in download_task failed = download_process() File "/app/premiumizer.py", line 1583, in download_process returncode = download_file() File "/app/premiumizer.py", line 1372, in download_file download['combined_path'] = os.path.join(greenlet.task.dldir, download['combined_path']) KeyError: 'combined_path' 11-08 00:42:45 geventwebsocket.handler : DEBUG : Initializing WebSocket 11-08 00:42:45 geventwebsocket.handler

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

Feel free to reopen if the issue persists on the latest version.