karamanolev / WhatManager2

Torrent management system based on Django and Transmission
MIT License
153 stars 25 forks source link

Bad hash parameter when uploading to redacted #102

Open LennyPenny opened 6 years ago

LennyPenny commented 6 years ago

[2017-10-21 18:02:23,304: WARNING/PoolWorker-1] Sending request for upload to Redacted
[2017-10-21 18:02:27,278: WARNING/PoolWorker-1] bad hash parameter
[2017-10-21 18:02:27,278: WARNING/PoolWorker-1] Error retrieving new torrent, will try again in 10 sec...[2017-10-21 18:02:38,448: WARNING/PoolWorker-1] bad hash parameter
[2017-10-21 18:02:38,448: WARNING/PoolWorker-1] Error retrieving new torrent, will try again in 10 sec...[2017-10-21 18:02:49,475: WARNING/PoolWorker-1] bad hash parameter
[2017-10-21 18:02:49,475: WARNING/PoolWorker-1] Error retrieving new torrent, will try again in 10 sec...[2017-10-21 18:03:00,675: WARNING/PoolWorker-1] bad hash parameter
[2017-10-21 18:03:00,675: WARNING/PoolWorker-1] Error retrieving new torrent, will try again in 10 sec...[2017-10-21 18:03:12,094: WARNING/PoolWorker-1] bad hash parameter
[2017-10-21 18:03:12,095: WARNING/PoolWorker-1] Error retrieving new torrent, will try again in 10 sec...[2017-10-21 18:03:23,504: WARNING/PoolWorker-1] bad hash parameter
[2017-10-21 18:03:23,504: WARNING/PoolWorker-1] Error retrieving new torrent, will try again in 10 sec...[2017-10-21 18:03:34,594: ERROR/MainProcess] Task what_transcode.tasks.transcode[89a776c9-c254-421a-8576-cd723931503a] raised unexpected: Exception(u'Error uploading data to Redacted. Errors: ',)
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/celery/app/trace.py", line 240, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/celery/app/trace.py", line 438, in __protected_call__
    return self.run(*args, **kwargs)
  File "/home//gits/WhatManager2/what_transcode/tasks.py", line 392, in transcode
    job.run()
  File "/home//gits/WhatManager2/what_transcode/tasks.py", line 350, in run
    self.transcode_upload_lossless(temp_dir)
  File "/home//gits/WhatManager2/what_transcode/tasks.py", line 385, in transcode_upload_lossless
    single_job.run()
  File "/home//gits/WhatManager2/what_transcode/tasks.py", line 120, in run
    self.upload_torrent()
  File "/home//gits/WhatManager2/what_transcode/tasks.py", line 226, in upload_torrent
    raise ex
Exception: Error uploading data to Redacted. Errors:```
LennyPenny commented 6 years ago

What error html says this: https://vgy.me/wr0LFV.png

But all login info and annouce url are connect - any ideas?

Mechazawa commented 6 years ago

Odd, I'll have a look at this tonight or tomorrow probably.

montchr commented 6 years ago

I've also encountered this issue. Any suggestions?

montchr commented 6 years ago

Looks like this is addressed in the wiki. That solution fixed the issue for me.