File size: 5,985 Bytes
8c70676
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{"message":"Retrieved schema (array format)","level":20,"time":"2025-10-13T12:36:38.129Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2","data":"{\"endpointId\":\"endpoint2\",\"toolCount\":1,\"tools\":[\"FLUX_1_Krea_dev_infer\"]}"}
{"message":"Retrieved schema (array format)","level":20,"time":"2025-10-13T12:36:38.139Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2","data":"{\"endpointId\":\"endpoint3\",\"toolCount\":1,\"tools\":[\"Qwen_Image_generate_image\"]}"}
{"message":"Retrieved schema (array format)","level":20,"time":"2025-10-13T12:36:38.182Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2","data":"{\"endpointId\":\"endpoint4\",\"toolCount\":1,\"tools\":[\"Chatterbox_generate_tts_audio_mcpui\"]}"}
{"message":"Gradio endpoint schema fetch results","level":20,"time":"2025-10-13T12:36:38.182Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2","data":"{\"total\":4,\"successful\":4,\"failed\":0}"}
{"message":"Registering Qwen Image prompt enhancer","level":20,"time":"2025-10-13T12:36:38.183Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2"}
{"message":"Re-registering capabilities with resources support","level":20,"time":"2025-10-13T12:36:38.183Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2"}
{"message":"Server ready with local and remote tools","level":20,"time":"2025-10-13T12:36:38.183Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2"}
{"message":"Request completed","level":20,"time":"2025-10-13T12:36:38.184Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2","data":"{\"duration\":799,\"method\":\"tools/list\",\"handledBy\":\"full\"}"}
{"message":"Client disconnected","level":20,"time":"2025-10-13T12:36:38.184Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2"}
{"message":"Non-401 error from whoAmI, continuing without auth tracking","level":20,"time":"2025-10-13T12:36:38.197Z","pid":2048434,"hostname":"SSMITH-PC","sessionId":"0adf8068-9e6e-415b-b39d-b4a04cafe2c2","data":"{\"error\":{\"statusCode\":429,\"url\":\"https://huggingface.co/api/whoami-v2\",\"data\":{\"message\":\"<!DOCTYPE html>\\n<html class=\\\"\\\" lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"utf-8\\\" />\\n    <meta\\n            name=\\\"viewport\\\"\\n            content=\\\"width=device-width, initial-scale=1.0, user-scalable=no\\\"\\n    />\\n    <meta\\n            name=\\\"description\\\"\\n            content=\\\"We're on a journey to advance and democratize artificial intelligence through open source and open science.\\\"\\n    />\\n    <meta property=\\\"fb:app_id\\\" content=\\\"1321688464574422\\\" />\\n    <meta name=\\\"twitter:card\\\" content=\\\"summary_large_image\\\" />\\n    <meta name=\\\"twitter:site\\\" content=\\\"@huggingface\\\" />\\n    <meta\\n            property=\\\"og:title\\\"\\n            content=\\\"Hugging Face - The AI community building the future.\\\"\\n    />\\n    <meta property=\\\"og:type\\\" content=\\\"website\\\" />\\n\\n    <title>Hugging Face - The AI community building the future.</title>\\n    <style>\\n        body {\\n            margin: 0;\\n        }\\n\\n        main {\\n            background-color: white;\\n            min-height: 100vh;\\n            padding: 7rem 1rem 8rem 1rem;\\n            text-align: center;\\n            font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system,\\n            BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,\\n            sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,\\n            Noto Color Emoji;\\n        }\\n\\n        img {\\n            width: 6rem;\\n            height: 6rem;\\n            margin: 0 auto 1rem;\\n        }\\n\\n        h1 {\\n            font-size: 3.75rem;\\n            line-height: 1;\\n            color: rgba(31, 41, 55, 1);\\n            font-weight: 700;\\n            box-sizing: border-box;\\n            margin: 0 auto;\\n        }\\n\\n        p, a {\\n            color: rgba(107, 114, 128, 1);\\n            font-size: 1.125rem;\\n            line-height: 1.75rem;\\n            max-width: 28rem;\\n            box-sizing: border-box;\\n            margin: 0 auto;\\n        }\\n\\n        .dark main {\\n            background-color: rgb(11, 15, 25);\\n        }\\n        .dark h1 {\\n            color: rgb(209, 213, 219);\\n        }\\n        .dark p, .dark a {\\n            color: rgb(156, 163, 175);\\n        }\\n    </style>\\n    <script>\\n        // On page load or when changing themes, best to add inline in `head` to avoid FOUC\\n        const key = \\\"_tb_global_settings\\\";\\n        let theme = window.matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches\\n            ? \\\"dark\\\"\\n            : \\\"light\\\";\\n        try {\\n            const storageTheme = JSON.parse(window.localStorage.getItem(key)).theme;\\n            if (storageTheme) {\\n                theme = storageTheme === \\\"dark\\\" ? \\\"dark\\\" : \\\"light\\\";\\n            }\\n        } catch (e) {}\\n        if (theme === \\\"dark\\\") {\\n            document.documentElement.classList.add(\\\"dark\\\");\\n        } else {\\n            document.documentElement.classList.remove(\\\"dark\\\");\\n        }\\n    </script>\\n</head>\\n\\n<body>\\n<main>\\n    <img\\n            src=\\\"/static-proxy?url=https%3A%2F%2Fcdn-media.huggingface.co%2Fassets%2Fhuggingface_logo.svg%3Cspan class="hljs-subst">\\\"\\n            alt=\\\"\\\"\\n    />\\n    <div>\\n        <h1>429</h1>\\n        <p>We had to rate limit you. Upgrade to a paid plan (https://hf.co/pricing) or send us an email at [email protected]</p>\\n    </div>\\n</main>\\n</body>\\n</html>\"},\"message\":\"Api error with status 429. URL: https://huggingface.co/api/whoami-v2\"}}"}