FG

All Issues

24,993 verified issues

☁️ Cloud & DevOpsAmazon
Freshover 9 years ago

TearDown {e2e.go}

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-kops-aws-updown/485/ Failed: TearDown {e2e.go} [code block]

Confidence85%
85%
Candidate Fix
1 fix1 verified
🛠️ Developer ToolsMicrosoft
Freshover 5 years ago

GitHub Action Error Log

This issue will be automatically commented on when errors are thrown in our GitHub actions.

Confidence85%
85%
Candidate Fix
1 fix1 verified
🔌 APIs & SDKsTwilio
Freshalmost 9 years ago

Wrong Timezone

Hi, don't know if it's a Twilio issue or just a Node.js issue, but the timezone with which SMSs are sent is wrong. Both my mobile device and computer (where the server is spinning) have CET as a configured timezone. Though all SMSs I'm receiving are in UTC (i.e. 2 hours behind). Any tips on how to fix this?

Confidence85%
85%
Candidate Fix
1 fix2 verified
📡 Networking
Freshabout 13 years ago

RoutingProxy.proxyRequest modifies the options parameter

Node: v0.7.6 http-proxy: v0.8.0 (via NPM) MacOS Problem: RoutingProxy.prototype.proxyRequest modifies the 'options' parameter by adding new properties to the object. This is unexpected and leads to unintended consequences as described below. I was expecting the API to not modify the options parameter. Scenario: I have a single node process that runs two reverse proxies on two different TCP ports: an HTTPS->HTTP proxy and HTTP->HTTP proxy. The two reverse proxies use two instances of RoutingProxy, but the data structure that defines routing rules is shared between the two proxies. Specifically, the object instance I pass as 'options' parameter to RoutingProxy.proxyRequest has a global lifetime. What I notice is that whenever the first routing request is HTTPS, the modifications RoutingProxy.proxyRequest makes in the 'options' parameter cause subsequent HTTP routing requests to fail. It appears that the RoutingProxy is picking HTTPS module instead of HTTP to make the outbound request to the backend.

Confidence85%
85%
Candidate Fix
1 fix1 verified
🤖 AI & LLMs
Freshalmost 2 years ago

could not load library "/usr/pgsql-16/lib/vector.so"

Hi My project was running smoothly, but suddenly it encountered a problem and gives this error: could not load library "/usr/pgsql-16/lib/vector.so" What's the problem, and how can I solve it? I also Reinstall vector... => sudo dnf remove pgvector_16 => sudo dnf install pgvector_16

Confidence85%
85%
Candidate Fix
1 fix2 verified
☁️ Cloud & DevOpsAmazon
Freshalmost 9 years ago

ci-kubernetes-e2e-gci-gce-reboot: broken test run

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-reboot/751/ Multiple broken tests: Failed: [k8s.io] Reboot [Disruptive] [Feature:Reboot] each node by dropping all outbound packets for a while and ensure they function afterwards {Kubernetes e2e suite} [code block] Issues about this test specifically: #33703 #36230 Failed: [k8s.io] Reboot [Disruptive] [Feature:Reboot] each node by switching off the network interface and ensure they function upon switch on {Kubernetes e2e suite} [code block] Issues about this test specifically: #33407 #33623 Failed: [k8s.io] Reboot [Disruptive] [Feature:Reboot] each node by dropping all inbound packets for a while and ensure they function afterwards {Kubernetes e2e suite} [code block] Issues about this test specifically: #33405 Failed: [k8s.io] Reboot [Disruptive] [Feature:Reboot] each node by ordering clean reboot and ensure they function upon restart {Kubernetes e2e suite} [code block] Issues about this test specifically: #33874 Previous issues for this suite: #36947 #37179

Confidence85%
85%
Candidate Fix
1 fix1 verified
🤖 AI & LLMs
Freshalmost 2 years ago

can't make pgvector

gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -mmacosx-version-min=10.15 -arch x86_64 -arch arm64 -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/Library/PostgreSQL/15/include/postgresql/server -I/Library/PostgreSQL/15/include/postgresql/internal -I/opt/local/Current_v15/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -I/opt/local/20220418/include/libxml2 -I/opt/local/Current_v15/include -I/opt/local/Current_v15/include -I/opt/local/Current_v15/include/libxml2 -I/opt/local/Current_v15/include -I/opt/local/Current_v15/include/openssl/ -c -o src/bitutils.o src/bitutils.c clang: warning: no such sysroot directory: '/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk' [-Wmissing-sysroot] clang: warning: no such sysroot directory: '/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk' [-Wmissing-sysroot] In file included from src/bitutils.c:1: In file included from /Library/PostgreSQL/15/include/postgresql/server/postgres.h:46: /Library/PostgreSQL/15/include/postgresql/server/c.h:59:10: fatal error: 'stdio.h' file not found #include <stdio.h> ^~~~~~~~~ 1 error generated. make: *** [src/bitutils.o] Error 1 this is the error. ls /L

Confidence85%
85%
Verified Fix Available
1 fix3 verified
🌐 Web & Full-Stack
Freshover 11 years ago

refactor router

we were planning to do this in v4 but we never got around to it. @mscdex has been working on optimizing it and says he's gotten an 80% improvement so far. i guess this is the repo: https://github.com/mscdex/express-optimized he says it may not be totally backwards compatible, so we'll see what we can do

Confidence85%
85%
Candidate Fix
1 fix1 verified
🤖 AI & LLMsOpenAI
Freshover 2 years ago

Im not sure why but I keep getting this error.

Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library Describe the bug I keep getting this error, but I have already consulted the documentation to ensure that my code is correct. I have the most up-to-date version of openai installed through npm. To Reproduce I am using expo react native. The dataURI is the path to the audio recording saved in m4a format. Code snippets _No response_ OS pop os linux Node version Node v18.16.0 Library version openai ^4.3.1

Confidence85%
85%
Candidate Fix
1 fix2 verified
🤖 AI & LLMsOpenAI
Freshover 2 years ago

node_modules/openai/src/streaming.ts(187,18): error TS7006: Parameter 'ctrl' implicitly has an 'any' type.

Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library Describe the bug node_modules/openai/src/streaming.ts(187,18): error TS7006: Parameter 'ctrl' implicitly has an 'any' type. To Reproduce "openai": "^4.20.1", Code snippets _No response_ OS macOS Node version rwest@Roshis-MacBook-Pro slackgpt3 % node -v v21.2.0 Library version "openai": "^4.20.1",

Confidence85%
85%
Candidate Fix
1 fix1 verified
🌐 Web & Full-Stack
Freshover 11 years ago

This repo needs to belong in the expressjs org.

I seem to have lost contrib rights :( But more importantly, I think this needs to live in the express org and not under a company.

Confidence85%
85%
Candidate Fix
1 fix1 verified
☁️ Cloud & DevOpsDocker
Fresh7 months ago

[BUG] Building with bake hangs indefinitely

Description Our CI started to hang on deployment somewhen last month, as we're not pinning docker compose. [code block] I've took the liberty to shorten/edit the `args`. I've alse hit `CTRL + C` to abort it, as it would be hanging forever. The other two command seems to work fine somehow. Steps To Reproduce Kinda hard, cause I can't share the repo. 1. Running `docker compose up` with on our repo 2. Hangs forever - will get killed after an hour on CI, thanks to gitlab (usually builds need around 8 min) Compose Version [code block] Docker Environment [code block] Anything else? Opting out of `bake` seems to solve the problem for us now on CI.

Confidence85%
85%
Candidate Fix
1 fix1 verified
🌐 Web & Full-Stack
Freshabout 1 year ago

Hover styles don't apply in Chrome 133

What version of Tailwind CSS are you using? 4.0.4 / 4.0.5 / 4.0.6 What build tool (or framework if it abstracts the build tool) are you using? Vite with plugin What version of Node.js are you using? 22.13.1 What browser are you using? Chrome 132 / 133 Edge 132 / 133 Brave 132 / 133 Firefox 134 / 135 What operating system are you using? Windows 11. Note that I'm on a touch-enabled device but am not using (and have/will never use) the tablet/touch mode. Reproduction URL https://play.tailwindcss.com/ejMhEzAx6k https://codesandbox.io/p/devbox/59ynks Describe your issue Using `hover:` with any Chromium 133 based browser does not apply hover styles whereas it does work in Chromium 132 based browsers. The CSS of my project (with custom colour variables) looks like this in devtools Chrome 133: Edge 132: Firefox 135:

Confidence85%
85%
Verified Fix Available
1 fix3 verified
📱 Mobile & Cross-PlatformExpo
Freshalmost 2 years ago

[expo-notifications] notification.request.content.data is null in push notifications setup

Minimal reproducible example https://github.com/brandon-kyle-bailey/expo-notifications-bug What platform(s) does this occur on? Android, iOS, Web Did you reproduce this issue in a development build? Yes Summary Following documentation to set up push notifications and utilizing https://expo.dev/notifications to send push notifications with a data object in the message, the data object is null. Environment expo-env-info 1.2.0 environment info: System: OS: macOS 14.2.1 Shell: 5.9 - /bin/zsh Binaries: Node: 18.13.0 - ~/.nvm/versions/node/v18.13.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v18.13.0/bin/yarn npm: 9.2.0 - ~/.nvm/versions/node/v18.13.0/bin/npm IDEs: Xcode: /undefined - /usr/bin/xcodebuild npmPackages: expo: ~50.0.11 => 50.0.11 react: 18.2.0 => 18.2.0 react-native: 0.73.4 => 0.73.4 npmGlobalPackages: eas-cli: 7.1.2 Expo Workflow: managed Expo Doctor Diagnostics ✔ Check Expo config for common issues ✔ Check package.json for common issues ✔ Check native tooling versions ✔ Check dependencies for packages that should not be installed directly ✔ Check for common project setup issues ✔ Check npm/ yarn versions ✔ Check for issues with metro config ✔ Check Expo config (app.json/ app.config.js) schema ✔ Check for legacy global CLI installed locally ✔ Check that packages match versions required by installed Expo SDK ✔ Check that native modules do not use incompatible support p

Confidence85%
85%
Verified Fix Available
1 fix3 verified
📡 Networking
Freshalmost 9 years ago

socket.io website is down.

socket.io website is down.

Confidence85%
85%
Candidate Fix
1 fix1 verified
🤖 AI & LLMsAnthropic
Freshalmost 2 years ago

AnthropicBedrock does not expose `with_options`

Hi all, I'm currently in the process of migrating from `anthropic_bedrock` to `anthropic` and noticed that `client.with_options()...` is not exposed for clients of type `anthropic.AnthropicBedrock`. For clients of the old bedrock library `anthropic_bedrock.AnthropicBedrock.with_options()...` was properly exposed. Are there any plans to do so and bring the functionality of `anthropic.AnthropicBedrock` more inline with `anthropic.Anthropic`? Best

Confidence85%
85%
Candidate Fix
1 fix1 verified
🤖 AI & LLMsAnthropic
Fresh11 months ago

RecursionError in AsyncAnthropic from very large number of retries

I'm using a large number of max_retries. This can result in a stack overflow because the retry is done recursively: https://github.com/anthropics/anthropic-sdk-python/blob/main/src/anthropic/_base_client.py#L1662 The stack trace ends with: [code block]

Confidence85%
85%
Candidate Fix
1 fix1 verified
🗄️ DatabasesMongoDB
Freshalmost 10 years ago

Is it possible to populate without `_id` ?

I checked the API http://mongoosejs.com/docs/populate.html and tried out. It seems that `populate` can only works on foreign `_id`. Even there is a `match` option, it just add more filtering condition on `_id` query condition. There is no way to just populate with fields not involved with `_id`. In my project, we keep the `_id` as ObjectId and has another field as auto-increment Number. For example, `customers` model has `_id` as Object and `cuid` as incremental number. Other collections just reference to `cuid` not to `_id`. Is would be great to be able to customize this? Is there any design limitation causing this feature missing?

Confidence85%
85%
Verified Fix Available
1 fix3 verified
🤖 AI & LLMsAnthropic
Freshalmost 2 years ago

Casting to InputSchema drops $defs, causing an InternalServerError

Consider a tool-calling request with the following schema: [code block] Anthropic correctly handles this so long as `$defs` is present; should it be dropped, the `enum` fields become unresolvable, causing an error of the form of: [code block] Unfortunately, using `pydantic.TypeAdapter(anthropic.types.beta.tools.tool_param.InputSchema).validate_python(tool.model_json_schema())` drops the `$defs` field from the representation -- after getting the aforementioned HTTP 500 error, if we walk the stack up to `anthropic._base_client.post`, we see a body where `$defs` is not present at all, despite references to it existing: [code block] ...thus explaining the HTTP 500. And, indeed, if the use of `pydantic.TypeAdapter(InputSchema).validate_python(tool.model_json_schema())` is replaced with `typing.cast(InputSchema, tool.model_json_schema())`, the issue is resolved. This is unfortunate: Users of this library should not need to give up type safety to avoid triggering server-side errors.

Confidence85%
85%
Candidate Fix
1 fix1 verified
🌐 Web & Full-StackMicrosoft
Fresh7 months ago

[NewErrors] 6.0.0-dev.20250907 vs 5.9.2

The following errors were reported by 6.0.0-dev.20250907, but not by 5.9.2 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline This run considered 800 popular TS repos from GH (after skipping the top 0). <details> <summary>Successfully analyzed 448 of 800 visited repos</summary> | Outcome | Count | |---------|-------| | Detected interesting changes | 258 | | Detected no interesting changes | 190 | | Git clone failed | 10 | | Package install failed | 100 | | Project-graph error in old TS | 10 | | Too many errors in old TS | 203 | | Unknown failure | 29 | </details> Investigation Status | Repo | Errors | Outcome | |------|--------|---------| |actualbudget/actual|2| | |adobe/react-spectrum|6| | |ag-grid/ag-grid|8| | |aidenybai/react-scan|4| | |airbnb/react-sketchapp|1| | |ajv-validator/ajv|1| | |akveo/nebular|13| | |akveo/ngx-admin|3| | |akveo/react-native-ui-kitten|2| | |alan2207/bulletproof-react|2| | |alexta69/metube|1| | |alibaba/formily|7| | |alibaba/hooks|2| | |alibaba/ice|7| | |alibaba/lowcode-engine|2| | |amplication/amplication|30| | |AmruthPillai/Reactive-Resume|9| | |angular-ui/ui-router|4| | |apache/superset|4| | |api-platform/api-platform|1| | |APIs-guru/graphql-voyager|2| | |apitable/apitable|1| | |arc53/DocsGPT|1| | |arwes/arwes|21| | |aurelia/framework|1| | |aws-amplify/amplify-js|6| | |AykutSarac/jsoncrack.com|1| | |balena-io/etcher|1| | |basarat/typescript-book|1| | |beekeeper-studio/beekeeper-studio|1| | |ben-rogers

Confidence85%
85%
Candidate Fix
1 fix1 verified
← PrevPage 33 of 1250Next →