Many users have been experiencing the same problem since yesterday—attachments cannot be uploaded, and the error message simply says "Upload Failed." Right now, it's unclear whether this is a temporary server issue or a policy change, as there has been no official update on it. Hopefully, it will beRead more
Many users have been experiencing the same problem since yesterday—attachments cannot be uploaded, and the error message simply says “Upload Failed.”
Right now, it’s unclear whether this is a temporary server issue or a policy change, as there has been no official update on it. Hopefully, it will be fixed soon.
One user even mentioned, “It’s really disappointing! Deepseek is much better at PDF conversion to Markdown than ChatGPT!”—which just shows how important this feature is for many of us.
If there are any updates, we’ll share them here. Thanks for your patience!
DeepSeek has temporarily suspended new user registrations due to recent malicious attacks. Existing users can continue to access the platform, but it is unclear when new registrations will reopen. You can check status.deepseek.com for system status and updates.
DeepSeek has temporarily suspended new user registrations due to recent malicious attacks. Existing users can continue to access the platform, but it is unclear when new registrations will reopen. You can check status.deepseek.com for system status and updates.
Hey! The 401 Authentication Failed error usually means there’s an issue with your API key. Here’s what to check: Copy the API Key Correctly: Make sure there are no extra spaces or missing characters. Regenerate the Key: Try creating a new API key in your DeepSeek account. Use Environment Variables:Read more
Hey! The 401 Authentication Failed error usually means there’s an issue with your API key. Here’s what to check:
Copy the API Key Correctly: Make sure there are no extra spaces or missing characters.
Regenerate the Key: Try creating a new API key in your DeepSeek account.
Use Environment Variables: Store your key securely like this:
import os
api = deepseek.connect(api_key=os.getenv("DEEPSEEK_API_KEY"))
If it still doesn’t work, share more details about your setup, and we’ll help you out!
Uplaod function is not working
Many users have been experiencing the same problem since yesterday—attachments cannot be uploaded, and the error message simply says "Upload Failed." Right now, it's unclear whether this is a temporary server issue or a policy change, as there has been no official update on it. Hopefully, it will beRead more
Many users have been experiencing the same problem since yesterday—attachments cannot be uploaded, and the error message simply says “Upload Failed.”
Right now, it’s unclear whether this is a temporary server issue or a policy change, as there has been no official update on it. Hopefully, it will be fixed soon.
One user even mentioned, “It’s really disappointing! Deepseek is much better at PDF conversion to Markdown than ChatGPT!”—which just shows how important this feature is for many of us.
If there are any updates, we’ll share them here. Thanks for your patience!
See lessDeepSeek is running slowly
DeepSeek has temporarily suspended new user registrations due to recent malicious attacks. Existing users can continue to access the platform, but it is unclear when new registrations will reopen. You can check status.deepseek.com for system status and updates.
DeepSeek has temporarily suspended new user registrations due to recent malicious attacks. Existing users can continue to access the platform, but it is unclear when new registrations will reopen. You can check status.deepseek.com for system status and updates.
See lessI’m trying to use DeepSeek API for the first time, but I’m stuck on authentication
Hey! The 401 Authentication Failed error usually means there’s an issue with your API key. Here’s what to check: Copy the API Key Correctly: Make sure there are no extra spaces or missing characters. Regenerate the Key: Try creating a new API key in your DeepSeek account. Use Environment Variables:Read more
Hey! The 401 Authentication Failed error usually means there’s an issue with your API key. Here’s what to check:
Copy the API Key Correctly: Make sure there are no extra spaces or missing characters.
Regenerate the Key: Try creating a new API key in your DeepSeek account.
Use Environment Variables: Store your key securely like this:
If it still doesn’t work, share more details about your setup, and we’ll help you out!
See less