Skip to content

fix: remove newline characters in base64 encoding command in README - #20

Open
wankaiyi wants to merge 1 commit into
langfuse:mainfrom
wankaiyi:main
Open

wankaiyi wants to merge 1 commit into
langfuse:mainfrom
wankaiyi:main

Conversation

@wankaiyi

@wankaiyi wankaiyi commented Dec 9, 2025

Copy link
Copy Markdown

On Linux/macOS, the base64 command adds a newline character (\n) after every 76 characters by default.
This can cause an Ahthrization header error.Therefore, I used tr -d '\n' to filter out the newline character.

@CLAassistant

CLAassistant commented Dec 9, 2025

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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

Successfully merging this pull request may close these issues.

2 participants