> I am getting this error. I definitely have urls in the file. Seems to be
> a permission error. Does anyone know how to fix it?
>
> Opening cache...done.
> Loading URLs from /home/ena/snap/newsboat/6828/.newsboat/urls...Failed to
> open file: Permission denied (os error 13)
>
> Error: no URLs configured. Please fill the file
> /home/ena/snap/newsboat/6828/.newsboat/urls with RSS feed URLs or import an
> OPML file.
Looks like the os user running newsboat doesn't have read permissions to
the urls file (or a directory in it's path). Normally you would fix that
with `chmod` and `chown`, but I'm not sure if snap does something funny
there (I assume you are using snap because the file is in a snap
directory).