Jump to content

Peterlein

Members
  • Posts

    1
  • Joined

  • Last visited

Peterlein's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Hi fellow forum members, I've got the following problem : when I want to activate a torrent I get the following message : Forbidden (403) CSRF verification failed. Request aborted. You are seeing this message because this site requires a CSRF cookie when submitting forms. This cookie is required for security reasons, to ensure that your browser is not being hijacked by third parties. If you have configured your browser to disable cookies, please re-enable them, at least for this site, or for 'same-origin' requests. Help Reason given for failure: CSRF cookie not set. In general, this can occur when there is a genuine Cross Site Request Forgery, or when Django's CSRF mechanism has not been used correctly. For POST forms, you need to ensure: Your browser is accepting cookies. The view function passes a request to the template's render method. In the template, there is a {% csrf_token %} template tag inside each POST form that targets an internal URL. If you are not using CsrfViewMiddleware, then you must use csrf_protect on any views that use the csrf_token template tag, as well as those that accept the POST data. You're seeing the help section of this page because you have DEBUG = True in your Django settings file. Change that to False, and only the initial error message will be displayed. You can customize this page using the CSRF_FAILURE_VIEW setting. I get this after choosing a torrent on Idope. When I return to the Idope page and try to connect via the download button, I get through to my Utorrent page and can start the download. This problem returns each time I try the first time to download from Idope. I have got an secondary problem though. Today after succeeding to download, my Utorrent blocked. I got as message in my language : 'reageert niet meer', translated ; does no longer react, I suppose. I thought, I wait a while and it will be fixed by itself. It didn't at all. It is important to mention that the download link was active because it stood among the other downloads, ready to start. But Utorrent got stuck and I closed the Utorrent, in order to restart Utorrent. Curiously, the last download was no longer among my list of downloads ! I thaught, I have to request the download anew, did this and got a, to me, puzzling answer : this link is already active, do your want to add trackers. Whether I choose yes or no, same result. Closed down my laptop completely to restart, same result. What could be the reason and how can I get Utorrent to really start this download or is it hidden somewhere ? Sorry for my English, I'm not a native English speaker. Many thanks in advance for your help in these matters. Cheers !
×
×
  • Create New...