Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest using attachment if post is too large #130

Open
nickgammon opened this issue Nov 9, 2014 · 2 comments
Open

Suggest using attachment if post is too large #130

nickgammon opened this issue Nov 9, 2014 · 2 comments
Labels
topic: forum software Related to configuration of the Arduino Forum software type: enhancement Proposed improvement

Comments

@nickgammon
Copy link

If you make a post that is too large (which is easy to do if you try to post code) you get a message like this:
screenshot from 2014-11-09 13 07 52

I suggest suggesting to use the "attachment" feature, rather than just telling the user that the error "must be corrected". How do you "correct" code that is too big?

What users typically do then is "excerpt" their code (thereby hiding the problem) or upload to Pastebin or some such site, which other forum members are reluctant to use.

I suggest adding a paragraph to the error message, like:

The message exceeds the maximum allowed length (9000 characters).
We suggest you click Attachments and other options (below), then under the "Attach:" heading click "Browse" to browse for your source code or document, and attach it to your message.
If necessary, and if you have multiple files, you can zip them up and attach the .zip file.

@RobTillaart
Copy link

maybe also add:
"Alternative you can strip your sketch to a minimal version that shows the problem"

@per1234 per1234 added the topic: forum software Related to configuration of the Arduino Forum software label Mar 14, 2023
@per1234
Copy link
Collaborator

per1234 commented Apr 3, 2023

Even though we are now using a different forum framework than at the time of this proposal, there is still a post length limit (now 120000 characters instead of 9000) and a similar error message when it is exceeded:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: forum software Related to configuration of the Arduino Forum software type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

4 participants