Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
system-error
- Page 1
Re: Custom font on Cloudflare error page
Programming
Web Development
3 Days Ago
by JackRyan248
> As you may know, yuo can customize the
error
pages in Cloudflare, such as for a WAF block, etc. &…; > For some reason, since the switchover to the new
error
pages dashboard, the custom font I always use isn't…
Re: Custom font on Cloudflare error page
Programming
Web Development
6 Days Ago
by wwwalker
I would check out assets you add to custom
error
page. See https://developers.cloudflare.com/rules/custom-errors/
Re: Custom font on Cloudflare error page
Programming
Web Development
6 Days Ago
by Dani
Hello Dwight, I had already checked out that link, but from what I can gather, Cloudflare does not consider individual resources (such as fonts, images, etc.) as "assets". My understanding is than an asset is the entire HTML file used to generate the page, complete with inline, base64 encoded resources.
Re: Custom font on Cloudflare error page
Programming
Web Development
3 Days Ago
by Dani
Yes, it is. Cache settings are irrelevant? I was really just wondering if anyone else has experienced this issue, and what they did to fix it?
Re: Coin Flip (Python Newbie)
Programming
Software Development
5 Days Ago
by jassonadder
… with print()—that could have been another source of the
error
. Keep going, you're doing great!
Custom font on Cloudflare error page
Programming
Web Development
1 Week Ago
by Dani
As you may know, yuo can customize the
error
pages in Cloudflare, such as for a WAF block, etc. …For some reason, since the switchover to the new
error
pages dashboard, the custom font I always use isn't…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
… change the location for some folders but you get an
error
for others, even though the change location option is still… presented. And the
error
message makes no sense. It complains about a duplicate folder…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… client pc, it waited a few seconds, then output the
error
: C:\Users\maxwi>python client.py Traceback (most recent…
500 Internal Server Error: Need to Hire Developers in USA
Programming
1 Month Ago
by YashSmith
My web app throws a 500 Internal Server
Error
despite the server running fine. No clear logs indicate the … async issue? res.send(data); }); Could it be an async
error
or a missing middleware? Looking to hire developers in the…
How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by FarrisFahad
…$response = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); $
error
= curl_error($ch); curl_close($ch); if ($response === false) {… die("cURL
Error
: " . htmlspecialchars($
error
)); } $data = json_decode($response, true); //
Error
handling for HTTP response…
Database Connection Failing in MySQL – Need to Hire Developers in the USA
Programming
1 Month Ago
by YashSmith
…-based application. The credentials are correct, but I keep getting:
ERROR
1045 (28000): Access denied for user 'admin'@'localhost' Is it…
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
…;===================") print("Exception occurred with Tweet:", i, "|
Error
:", e) exceptions += 1 print("Total exception count:"…
Running Apache Tomcat behind a IIS reverse proxy with SSL termination
Programming
Web Development
2 Months Ago
by riahc3
… for now Im only getting a "Bad Gateway"
error
. Anyone done this before?
Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination
Programming
Web Development
2 Months Ago
by blud
… this falls into. This can sometimes be defined on the
error
pages if they are enabled. Connection Timeout - This is generally…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
… occurred with model:", model_name, "| Tweet:", i, "|
Error
:", e) exceptions += 1 time.sleep(sleep_time) print("Total…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
Error
can't convert char to Text when I output ComputerName to label Cannot convert parameter 1 from char[16] to system::String ^
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
I tried that but I get this
error
Error
14
error
C2440: 'initializing' : cannot convert from 'char [16]' to 'System::String ^' Regarding browser crashing, only with Dani its crashes on the other sites it doesn't crash
Re: Hello Everyone, I'm Ray Brad
Programming
Software Development
1 Month Ago
by Dani
…; Hi Ray, > can you guide what kind of this
error
is ? i am getting this on my e-commerce store… which is on shopify. I got to know this
error
from microsoft clarity summary. (Most users encountered JavaScript errors on…
Re: How old is your computer?
Hardware and Software
2 Months Ago
by SCBWV
MANY years ago I had a Dell Precision Workstation with two CPU sockets and (I believe) the Xeon processor, and
error
correcting memory. I had a SCSI hard drive, which was very fast for the time. Love the machine, but not close to what is available today performance-wise.
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Salem
> I tried that but I get this
error
Prove it - post some code. You won't believe how many times people claim "I've done X" only to find out many posts later that they haven't done X at all, or they managed to fumble it and do "Y" instead.
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Salem
… are you using? As a test, does this compile without
error
? `String^ pcname("Barney");`
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
… the test yes it doe compile/build/run with no
error
. Here are the includes #include "stdafx.h" #include…
Re: Segmentation Fault in C++ Program – Need Debugging
Programming
Software Development
1 Month Ago
by Dani
You’re creating an array of 5 integers and then trying to access the 11th integer in the array (assuming the indexes start at 0). You’re getting an out of bounds
error
because you’re trying to access an array element that doesn’t exist. You can access arr[0] up through arr[4].
Re: Buggy career talk :-P
Programming
1 Month Ago
by Salem
…/Peterson%27s_algorithm Plus two different kinds of processors. Plus an
error
rate of less than once a week. After many months…
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Never trust ChatGPT to write fully flushed out code for ya :) Pinterest uses OAuth to authorize your app on behalf of your app's end-user, if that makes sense. For example, your goal is for your end-user to load up your app, and have access to *their* Pinterest account. What OAuth does is give your end-user the ability to grant your app …
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
Oh, it looks as if the tutorial was for the old DaniWeb API that no longer exists. The [DaniWeb Connect API](https://www.daniweb.com/connect/developers) is also OAuth-based and has some of its own documentation.
Re: Database Connection Failing in MySQL – Need to Hire Developers in the USA
Programming
1 Month Ago
by rproffitt
Isn't that a little basic for the Dev Technosys company to not fix themselves? What happened to the coders and developers you had?
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by rproffitt
"Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information" "Security researchers tested 50 well-known jailbreaks against DeepSeek’s popular new AI chatbot. It didn’t stop a single one." It only seems to get worse the more you look at DeepSeek. And I must note how it is known to not want to talk about …
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by policenbicleara
Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization performance is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate.
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC