sigmoid.social/@csantosb
https://infosec.press/csantosb/
Doing public research in France.
Comment by ~csantosb on ~whereiseveryone/builds.sr.ht-guix
Fixed now and stable.
Comment by ~csantosb on ~whereiseveryone/builds.sr.ht-guix
More on this failure:
Ticket created by ~csantosb on ~whereiseveryone/builds.sr.ht-guix
Comment by ~csantosb on ~sircmpwn/builds.sr.ht
The problem is not yet fixed, but there is a way to live with it by now.
See https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C87ed4ix2k0.fsf@inventati.org%3E
Ticket created by ~csantosb on ~sircmpwn/builds.sr.ht
Hello,
I see that the guix image build fails. In particular, the 'guix pull' command errors. This is the case since a long time. Any hope to see this fixed ?
Thanks,
Comment by ~csantosb on ~akagi/srht.el
First, let's start with srht-paste. Please complete these steps:
- M-x trace-function srht-create RET
- M-x trace-function srht-retrive RET
- M-x trace-function srht-paste-region RET
- Select one word on buffer
- M-x srht-paste-region
- Send here trace-output
Here you have
https://paste.sr.ht/~csantosb/8d36d95f8ac019a88f9c1981e0f3cde6da01fc2f
Comment by ~csantosb on ~akagi/srht.el
Hi, thanks for the bug report, when creating oauth2 toeken you need to select at least REPOSITORIES, PROFILE scopes for git.sr.ht from the "Select access grants" menu. I will add more details about this in the README. I also fixed another bug, please update and check.
Thanks ! Updated and tested. I works much better now.
When using git, I just got a timeout warning once
(plz-curl-error "Curl error" #s(plz-error :curl-error (28 . "Operation timeout.") :response nil :message nil))
Now, when using paste-region, I systematically have this error
Debugger entered--Lisp error: (wrong-type-argument arrayp nil) srht--else(#s(plz-error :curl-error (28 . "Operation timeout.") :response nil :message nil)) plz--respond(#<process plz-request-curl> #<buffer *plz-request-curl*> "exited abnormally with code 28\n") apply(plz--respond (#<process plz-request-curl> #<buffer *plz-request-curl*> "exited abnormally with code 28\n")) timer-event-handler([t 25939 10962 680166 nil plz--respond (#<process plz-request-curl> #<buffer *plz-request-curl*> "exited abnormally with code 28\n") nil 538000 nil])
No issue with paste-delete, though.
Ticket created by ~csantosb on ~akagi/srht.el
Hi,
I’m using latest version and, after following instructions and creating oauth and oauth2, I’m unable to create, delete or update projects.
The error message I get is
Error running timer ‘plz--respond’: (error "Unkown error with status 403: #s(plz-error nil #s(plz-response 2 403 ((server . "nginx") (date
- "Mon, 13 Nov 2023 19:00:25 GMT") (content-type . "application/json") (content-length . "168")) "{\"errors\":[{\"message\":\"Authentication error: Presently, OAuth authentication to the GraphQL API is only supported for OAuth tokens with all permissions, namely '*'.\"}]}") nil)")
Any idea ? I’m using defaults when creating oauth and oauth2.
Thanks,