You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I am trying to use the gitea saver, I have fixed most of the issues but am currently being left with an issue due to the SHA hash not being included with the final put request
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
The gitea saver issue Is due to a mismatch between the request header-types.
Chris Yarger
unread,
Aug 17, 2020, 8:42:44 AM8/17/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I believe the key on the request header in the gitea saver is Content-Type whereas the https.js required Content-type or vise versa
Chris Yarger
unread,
Aug 17, 2020, 8:48:25 AM8/17/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
As for updating from the old to new version I've put together a few selenium scripts to do the upgrade. Then using the JavaScriptExecutor I was able to rewrite the title, subtitle and default tiddles to the new shadow tiddle form that starts with $:/
I'll post links to the program and update process once I have them sanitized
Jeremy Ruston
unread,
Aug 17, 2020, 1:46:06 PM8/17/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 'Mark S.' via TiddlyWiki
Hi Chris
I’ve committed a fix to the underlying problem with httpRequest():
> On 17 Aug 2020, at 13:42, Chris Yarger <cpya...@gmail.com> wrote:
>
> I believe the key on the request header in the gitea saver is Content-Type whereas the https.js required Content-type or vise versa
>