~csantosb

sigmoid.social/@csantosb

https://infosec.press/csantosb/

Doing public research in France.

https://csantosb-cv.gitlab.io/cv-fr

Trackers

~csantosb/csbwiki

Last active 1 year, 2 months ago

#9 image build failure 14 days ago

Comment by ~csantosb on ~whereiseveryone/builds.sr.ht-guix

Fixed now and stable.

#9 image build failure a month ago

Comment by ~csantosb on ~whereiseveryone/builds.sr.ht-guix

#9 image build failure 2 months ago

Comment by ~csantosb on ~whereiseveryone/builds.sr.ht-guix

#9 image build failure 2 months ago

Ticket created by ~csantosb on ~whereiseveryone/builds.sr.ht-guix

#336 Guix build image 2 months ago

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

#336 Guix build image 2 months ago

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,

#4 Oautch error 1 year, 1 month ago

Comment by ~csantosb on ~akagi/srht.el

First, let's start with srht-paste. Please complete these steps:

  1. M-x trace-function srht-create RET
  2. M-x trace-function srht-retrive RET
  3. M-x trace-function srht-paste-region RET
  4. Select one word on buffer
  5. M-x srht-paste-region
  6. Send here trace-output

Here you have

https://paste.sr.ht/~csantosb/8d36d95f8ac019a88f9c1981e0f3cde6da01fc2f

#4 Oautch error 1 year, 1 month ago

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.

#4 Oautch error 1 year, 2 months ago

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,