webtodotxt icon indicating copy to clipboard operation
webtodotxt copied to clipboard

Error: Access to this resource is forbidden.

Open schanceee opened this issue 3 years ago • 3 comments

Hi,

First off thank you for doing this. I really like todo.txt but I can't use it right now on my new work computer because I am not allowed to install software myself on it (including Chrome which would at least give me the extension). My only solution is finding a browser access. So thanks!

Anyway I found your git and am trying to spin it up. I am not a very experienced wed developer. So I apologize in advance if my questions are a bit naive. For your information, I am using WSL.

I followed your instructions. I made to the python local.py part (I did not use docker). So the website opens in Firefox under the url http://localhost:8080/ but somehow I get the error: "Access to this resource is forbidden." Here is how I am using your config file. I am using Dropbox, so I set the storage_backend_to_use to "Dropbox". I set up the app in Dropbox giving me access only to that folder and generated an access token which I pasted in the storage_backends part. I set the path to point to the file in that specific folder. In the users section, I entered random new credentials. In the secret_key section, I entered a random Unicode. the auth_backend_to_use is set to "DictAuth".

The logs say the following: 127.0.0.1 - - [21/Jan/2021 17:36:40] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [21/Jan/2021 17:36:40] "GET /favicon.png HTTP/1.1" 200 - 127.0.0.1 - - [21/Jan/2021 17:36:40] "GET /favicon.ico HTTP/1.1" 200 -

Any idea what I might be doing wrong? Cheers, Ed

schanceee avatar Jan 21 '21 16:01 schanceee

I also have this exact same issue; what puzzles me is that I had it working before.

Non-docker, Debian 10 (with some apt-pinning). Python 3.9.1, local storage, dictauth.

Could it be the version change from python 3.8 -> 3.9 that broke something?

uriel1998 avatar Feb 18 '21 14:02 uriel1998

Same issue here. Using Debian 10, Python 3.7.3, WebDav (Nextcloud), WebDavAuth.

It's my first installation/attempt so can't compare to previous state.

acbg avatar May 01 '21 13:05 acbg

I get the same error with Python3.7, installed in a Debian 10 LXC container

asitemade4u avatar Jun 16 '21 18:06 asitemade4u