Felix Neumann

Results 9 comments of Felix Neumann

I get the same error when I use a wrong consumer key. Could you please make sure you are using the key you created exactly as displayed at http://getpocket.com/developer/apps/ ?

Well, that would have been too easy a solution. Three more things to troubleshoot: 1) Please provide the URL of the page displaying the error. It should start with https://getpocket.com/auth/authorize?...

Hm, the URL looks exactly as it should, your consumer key is correct. You can use the access token generated with my installation, it's only connected to your consumer key...

Depending on what you want it's quite easy: just add an item »tags« to the array $postfields in line 71ff of init.php: ``` $postfields = array( 'consumer_key' => $consumer_key, 'access_token'...

Thank you very much for your fix! I just merged the pull request. (Even without this correction it worked for me since 2013, so there was no need for updates...

Thanks for looking into it! I map those WebDAV directories as network drives, so the path looks just like a normal Windows path, e.g. Z:\Zettlr\notes I just tried the recent...

Thanks for looking into it! Neither start with dots. It's a Nextcloud share mapped to the drive letter `Z:`, so the local path looks like `Z:\Zettlr\notes`. The WebDAV path is...

There are no entries concerning FSAL in the log, but there are errors. On startup, I get a bunch of errors for each single file: `Error: EISDIR: illegal operation on...

As far as I know, mapping to a drive letter is the default. I tried adding the URL of my WebDAV share (`https://$server/`) as a working directory in Zettlr. To...