Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug #4

Open
playstation452 opened this issue Apr 19, 2024 · 8 comments
Open

bug #4

playstation452 opened this issue Apr 19, 2024 · 8 comments

Comments

@playstation452
Copy link

it works until only if i ask 1 question then it will forever keep loading

@playstation452
Copy link
Author

image

@localuser-isback
Copy link
Owner

ghost commented Apr 20, 2024

Can you provide me with a screenshot of the browser tools network requests or perhaps the link to your service, if you changed any of the config let me know aswell.

@playstation452
Copy link
Author

image
https://ai.playstation451nep.workers.dev/068b77a0-e0d5-87cb-d2bf-1de81ebcbc04
i dident change any of the config except the API key to my API key

@localuser-isback
Copy link
Owner

ghost commented Apr 20, 2024

after doing some testing it seems to be an issue with cloudflare since there API changed some, im working on a fix (partially fixed atm) but might be a bit before i can spend enough time to fully fix it.

@playstation452
Copy link
Author

ok thank you

@privt00
Copy link

privt00 commented May 13, 2024

Hey im facing the same issue
grafik

@privt00
Copy link

privt00 commented May 13, 2024

the error is always the GET request the post requests work

Here is Cloudflare output

  "outcome": "exception",
  "scriptVersion": {
    "id": "a4d4b138-8cef-4e43-b6aa-1506482303cf"
  },
  "scriptName": "no need to show you that",
  "diagnosticsChannelEvents": [],
  "exceptions": [
    {
      "name": "Error",
      "message": "must have required property 'prompt',must be string,must match exactly one schema in oneOf",
      "timestamp": 1715623494365
    }
  ],
  "logs": [],
  "eventTimestamp": 1715623494365,
  "event": {
    "request": {
      "url": "no need to show you that",
      "method": "GET",
      "headers": {
        "accept": "application/json, text/plain, */*",
        "accept-encoding": "gzip, br",
        "accept-language": "de,en-US;q=0.7,en;q=0.3",
        "cf-connecting-ip": "no need to show you that",
        "cf-ipcountry": "no need to show you that",
        "cf-ray": "883492d7bca65c3f",
        "cf-visitor": "{\"scheme\":\"https\"}",
        "connection": "Keep-Alive",
        "dnt": "1",
        "host": "worker-solitary-snowflake-5b20.noahunterweger3.workers.dev",
        "origin": "https://web190-1.tfcs.site",
        "referer": "https://web190-1.tfcs.site/",
        "sec-fetch-dest": "empty",
        "sec-fetch-mode": "cors",
        "sec-fetch-site": "cross-site",
        "sec-gpc": "1",
        "user-agent": "no need to show you that",
        "x-forwarded-proto": "https",
        "x-real-ip": "no need to show you that"
      },
      "cf": {
        "longitude": "12.10970",
        "latitude": "43.14790",
        "tlsCipher": "AEAD-AES128-GCM-SHA256",
        "continent": "EU",
        "asn": 1267,
        "clientAcceptEncoding": "gzip, deflate, br",
        "tlsClientExtensionsSha1": "OyEq185FqrH3W1zDsGrTwaN/5s0=",
        "isEUCountry": "1",
        "tlsClientAuth": {
          "certIssuerDNLegacy": "",
          "certIssuerSKI": "",
          "certSubjectDNRFC2253": "",
          "certSubjectDNLegacy": "",
          "certFingerprintSHA256": "",
          "certNotBefore": "",
          "certSKI": "",
          "certSerial": "",
          "certIssuerDN": "",
          "certVerified": "NONE",
          "certNotAfter": "",
          "certSubjectDN": "",
          "certPresented": "0",
          "certRevoked": "0",
          "certIssuerSerial": "",
          "certIssuerDNRFC2253": "",
          "certFingerprintSHA1": ""
        },
        "tlsExportedAuthenticator": {
          "clientFinished": "b4fc3034840b0acdcbab77cab898112a57158b89c134badd7b9761ecdaff0f39",
          "clientHandshake": "2a7036b6f6f0d5bc028f5b9d2fa4d36ec37cef37470ea554a555cc50b97885bd",
          "serverHandshake": "8ecef60f67cf94d073b74ddc0a70f830555040f20ff860bacad40bb06db4cf6a",
          "serverFinished": "4af7f2728c9c131976e71c9293f518cdbe5005f33e2167dbe66d4e3570615821"
        },
        "tlsVersion": "TLSv1.3",
        "colo": "AMS",
        "timezone": "no need to show you that",
        "country": "no need to show you that",
        "verifiedBotCategory": "",
        "edgeRequestKeepAliveStatus": 1,
        "requestPriority": "",
        "tlsClientHelloLength": "508",
        "tlsClientRandom": "ZgWn4p9hSzI5UkSi6aIka/c18dxwKGyfRZSZMicFmms=",
        "asOrganization": "no need to show you that",
        "httpProtocol": "HTTP/3"
      }
    },
    "response": {
      "status": 500
    }
  },
  "id": 2
}```

@playstation452
Copy link
Author

ok so I found this out by accident but if you keep spamming enter on of the prompts you enter will eventually work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@playstation452 @privt00 and others