LinuxDo 新帖推送
182 subscribers
252K photos
314K links
Download Telegram
标题: 提问:大家的claude code会出现图片读取失败的问题吗?
作者: #FB4FC0CF-1B92-497A-A539-BBDC649DBFBB
板块: #开发调优
编号: 1117318
帖子: https://linux.do/t/topic/1117318
时间: 2025-11-02 18:26:32
摘要:
之前把图片直接拽到cc的对话框里,他都能准确读取,现在不是读不了,就是读成了别的根本不存在的图,怎么整啊各位佬友
标题: cto.new 封号实践指南,收集贴
作者: #laris
板块: #开发调优
编号: 1117330
帖子: https://linux.do/t/topic/1117330
时间: 2025-11-02 18:30:57
摘要:
刚注册,提取client/session
一个loop刷新session token
另一个尝试可用的llm model,试完了直接loop就挂了
三个号被封了

尝试编程代码连接,参考fucto,被封
代码尝试api,被封
注册了个新的,就是刚说的这个尝试model,直接被封

Running `target/debug/examples/02_token_refresh`
=== CTO.new Token Refresh Daemon ===

📝 Session Details:
Session ID: sess_34uxaxxxxxxxq
Organization ID: org_34ut9xxxxxxxl
Refresh Interval: 35-50 seconds (random)

💡 Press Ctrl+C to stop the daemon

🌐 Using User-Agent #0: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
🔄 [2025-11-02 17:56:04] Iteration #1: Requesting token refresh...
📊 Random interval for this cycle: 39 seconds
Token refreshed successfully!
⏱️ Token expires in 60 seconds
📊 Factor Verification Age: [0,-1]
💾 Updated .env file with new session token
Next refresh in 39 seconds...

🔄 [2025-11-02 17:56:45] Iteration #2: Requesting token refresh...
📊 Random interval for this cycle: 50 seconds
Token refreshed successfully!
⏱️ Token expires in 60 seconds
📊 Factor Verification Age: [1,-1]
💾 Updated .env file with new session token
Next refresh in 50 seconds...

🔄 [2025-11-02 17:57:36] Iteration #3: Requesting token refresh...
📊 Random interval for this cycle: 44 seconds
Token refresh failed: HTTP 401 Unauthorized: {"errors":[{"message":"Invalid authentication","long_message":"Unable to authenticate the request, you need to supply an active session","code":"authentication_invalid"}],"clerk_trace_id":"c75xxxxxxxbfa1d27bf86"}
⚠️ Will retry in 44 seconds...
Next refresh in 44 seconds...

^C

🛑 Received Ctrl+C, stopping daemon...

Token refresh daemon stopped gracefully.

cargo r --example 10_model_tester
Compiling cto-new-session-emulator v0.1.0 (/Users/username/cto-dot-new)
warning: function `load_user_agent` is never used
--> examples/00_lib_ua.rs:34:8
|
34 | pub fn load_user_agent() -> Result<String> {
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: `cto-new-session-emulator` (example "10_model_tester") generated 1 warning
Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.58s
Running `target/debug/examples/10_model_tester`
╔══════════════════════════════════════════════════════════════╗
║ LLM Model Testing Suite ║
╚══════════════════════════════════════════════════════════════╝

📋 Session loaded
👤 User ID: user_34usaYAcxxxxxxx3Dt

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Step 1: Fetching Available Models...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📦 Total adapters found: 20

Enabled models to test: 6
[1] GPT 5 → GPT5
[2] GPT 5 Codex → GPT5Codex
[3] Gemini 2.5 Pro → Gemini2_5Pro
[4] Claude Sonnet 4.5 → ClaudeSonnet4_5
[5] Sonnet 4.5 - GPT 5 Codex Alloy [BETA] → sonnet_4_5_gpt_5_codex_alloy
[6] GLM 4.6 [BETA] → GLM4_6

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Step 2: Testing Each Model...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

╔════════════════════════════════════════════════════════════╗
║ Test 1/6: GPT 5
╚════════════════════════════════════════════════════════════╝

🤖 Model: GPT 5 (API key: gpt_5)
Using adapter name: GPT5
📝 Prompt: What is your model name? Please respond in one short sentence.

Chat created (ID: cd0386e7)
💬 Response: I’m running on the OpenAI GPT-5 model.

Test completed for GPT 5

╔════════════════════════════════════════════════════════════╗
║ Test 2/6: GPT 5 Codex
╚════════════════════════════════════════════════════════════╝

🤖 Model: GPT 5 Codex (API key: gpt_5_codex)
Using adapter name: GPT5Codex
📝 Prompt: What is your model name? Please respond in one short sentence.

Failed to create chat: 400 Bad Request
Error: {"error":"Failed to start engine agen
标题: GitHub - oraios/serena: A powerful coding agent toolkit providing semantic...
作者: #SenseHu
板块: #开发调优
编号: 1117336
帖子: https://linux.do/t/topic/1117336
时间: 2025-11-02 18:33:44
摘要:
新人第2贴
有人用过这个工具么 GitHub - oraios/serena: A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations) , 尝试索引3个子仓库组成的大项目 (一个微服务大仓依赖俩基础组件库) , 总文件 1700+个go文件, 索引跑了 2 个多小时, 400多个文件因为超过了默认 10s 的超时导致没索引上, 是我使用姿势不对么, 是按项目的 readme 来的
标题: 有没有佬友,知道如何高效投诉美团
作者: #myycy
板块: #搞七捻三
编号: 1117346
帖子: https://linux.do/t/topic/1117346
时间: 2025-11-02 18:38:25
摘要:
现在美团那个LJ平台的美团月付不知道哪里搞到我的信息,天天发短信和打电话骚扰,主要我tm没用过它们的产品,它们说的还是我不认识的一个人。现在想问一下佬友们,有没有有效的投诉或者举报这种。我tm现在已经拉黑所有美团电话。
标题: Raycast for Windows Beta 邀请码两个(可裂变)
作者: #GabrielxD
板块: #福利羊毛
编号: 1117348
帖子: https://linux.do/t/topic/1117348
时间: 2025-11-02 18:38:38
摘要:
06439035
d00c7cef

使用后打开 Raycast,输入 Invite to Windows Beta 会拿到 3 个新的邀请码,欢迎分享出来~
标题: 第6个4下载用户,最有缘分的一集
作者: #QwQinfinity
板块: #搞七捻三
编号: 1117364
帖子: https://linux.do/t/topic/1117364
时间: 2025-11-02 18:44:39
摘要:
标题: 佬友们,有朋友的父亲去世了,但是手机密码不知道,可以怎么破解手机密码呢
作者: #luckyxiaole
板块: #开发调优
编号: 1117366
帖子: https://linux.do/t/topic/1117366
时间: 2025-11-02 18:45:21
摘要:
问了手机店要5k 6k合理吗
标题: 从夏天到冬天,只需要一天(秋天是什么)
作者: #xiaojz
板块: #搞七捻三
编号: 1117387
帖子: https://linux.do/t/topic/1117387
时间: 2025-11-02 18:57:00
摘要:
在我们地区,前一天be like

今天be like:
想问一下各位佬有没有同样的感触
标题: tes打t1的胜点在于莎赫儿……
作者: #Dr.K
板块: #搞七捻三
编号: 1117389
帖子: https://linux.do/t/topic/1117389
时间: 2025-11-02 18:57:07
摘要:
莎赫儿如去观战,或会引发混沌现象,造成faker偶尔消失……
标题: 万物皆可Ollama
作者: #F-Droid
板块: #搞七捻三
编号: 1117399
帖子: https://linux.do/t/topic/1117399
时间: 2025-11-02 19:00:18
摘要:
export default {
async fetch(request) {
const url = new URL(request.url);

if (url.pathname === '/') {
return new Response('Ollama is running', {
status: 200,
headers: {
'Content-Type': 'text/plain; charset=utf-8'
}
});
}

return fetch(request);
}
}

欢迎使用
https://mcptool.me
标题: 注册 cursor 有了域名之后怎么弄临时邮箱,怎么跟 cf 联动,有没有大佬给个教程
作者: #histore
板块: #搞七捻三
编号: 1117433
帖子: https://linux.do/t/topic/1117433
时间: 2025-11-02 19:13:52
摘要:
注册 cursor 有了域名之后怎么弄临时邮箱,怎么跟 cf 联动,有没有大佬给个教程
标题: OpenAI 更新 ChatGPT 使用政策,禁止提供专业医疗、法律和财务建议
作者: #𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷
板块: #前沿快讯
编号: 1117434
帖子: https://linux.do/t/topic/1117434
时间: 2025-11-02 19:14:11
摘要:
OpenAI 更新 ChatGPT 使用政策,禁止提供专业医疗、法律和财务建议 - IT之家
标题: win11 开始菜单固定应用问题
作者: #Jialifuniya
板块: #搞七捻三
编号: 1117436
帖子: https://linux.do/t/topic/1117436
时间: 2025-11-02 19:14:45
摘要:
求助,win11开始菜单固定应用,会固定成另一个应用,所有应用下显示也不全,试了网上很多方法都不行,求助各位佬友
标题: 【抽奖】Cursor 7天试用账号$10额度 x10
作者: #CursorHub
板块: #福利羊毛
编号: 1117437
帖子: https://linux.do/t/topic/1117437
时间: 2025-11-02 19:15:32
摘要:
抽奖主题:【抽奖】Cursor 7天试用账号$10额度 10个(11月2日第一期)
奖品详情:
[奖品 1]:CursorHub Cursor试用账号兑换码10个(抽10位,一人一个)
活动时间:
开始时间:Invalid date
截止时间:Invalid date
参与方式:




cdk.linux.do





LINUX DO CDK

Linux Do 社区 CDK 快速分享平台 - 让分享变得更简单












抽奖规则:
每位用户仅允许参与一次。
使用官方抽奖工具CDK领取。
中奖者使用工具 Releases · cursorhub-manage/cursorhub导入
标题: 有没有啥脚本小工具可以快捷拉黑自己不喜欢的B站UP
作者: #𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷
板块: #搞七捻三
编号: 1117438
帖子: https://linux.do/t/topic/1117438
时间: 2025-11-02 19:16:00
摘要:
标题: 抖音ai版免费开放了
作者: #yhe
板块: #前沿快讯
编号: 1117444
帖子: https://linux.do/t/topic/1117444
时间: 2025-11-02 19:19:39
摘要: