Im getting the same issue that Jordan was getting earlier on the post, gotten it quite a lot earlier today on Chrome running Windows 10. Now at home receiving it pretty often just navigating from page to page on Firefox on Windows 10. On trying to create a new post in the technical talk forum received the same image and error, upon reloading this error appeared at the top of the page.
{
"Code": 404,
"Exception": "Draft not found.",
"Class": "Gdn_UserException"
}
Edit: The forum post seems to have gone through but while that was happening the code would pop up if I pushed either post submission, save draft, and preview.
Hey, I must be doing this wrong, but the info thread says that YouTube videos can be embedded pasting a specific URL format; but I can't get this to work.
Not really a bug but just a suggestion. Would it be possible to get a check box for hiding all the threads that has been "Moved to", or return the brackets, as I personally find skimming the thread titles gets harder because of that text, and if it's actually belong to a different section, we should see it there anyway, so to have an option to hide it would be useful.
On Chrome very often if I try and save an image it'll only let me save as a webP, an issue that seems to be mostly exclusive to polycount. I regularly switch to Firefox just so I can save art in their original format on here.
Webp is being implemented more and more on sites, specifically targeted at Chrome users. Speeds up image delivery quite a bit. Not something we control directly though, that's on Vanilla's end.
There's a webp loader for Photoshop, and you could also run a batch conversion using something like Image Magick if you wanted.
Webp's are quite compressed though, so if you want top quality you may be better off using another browser.
A couple recent bugs introduced by Vanilla Forums when they updated the platform on November 15:
1. Passwords have been reset for everyone. See Sticky
⛔ You need to reset your password. This is most likely because... 2. Extra line breaks are being added. They're aware of this and working on a fix. 3. Discussion topics are not being marked as "Read". They're aware of this and working on a fix. Sorry for the trouble. We'll update you once these have been laid to rest.
1. Passwords thing continues to be an issue for stragglers. Especially those who don't have their original email accounts anymore. Dude, this forum is oooold.
2. The extra line breaks thing has been fixed.
3. Marking visited topics as "read" is also fixed.
Bonus points. Images were not displaying at full width. WAYWO in particular. Fixed this. They were being forced to max height of 400 pixels, so we removed this limit.
Didn't really read the whole thread, but I found a couple of bugs that I'd like to help squash.
1) If I'm not logged and I try to access a user's Profile page, I get to a Sign In page, instead of the usual html modal window. There, the Sign In button gets covered by the Footer. That's because the <footer> is inside of the <div class=container>. Move it to outside of the container and that'll fix it.
2) In a thread list page, such as in the index, if you move your cursor to the right of the title of a thread and slightly above, you'll see that it changes to a pointer. That's because the <a> isn't wrapping around the text. If you change its display property in the CSS file to display:inline-block, it solves that problem.
Not a bug, exactly, but the draft saving feature while I'm typing a quick reply is a bit annoying... It freezes what I'm typing. And ideally it shouldn't. Looks like it doesn't happen all the time, though.
The div.container is actually inside the footer, at least here on my desktop. Are you viewing on mobile? Could you let me know which browser you're using?
Source (left), result.
And if I change the <a> style to inline-block, the formatting goes a bit nuts. I'm not a web dev by any measure though, so my tweaks are very trial-by-error.
The auto-save does not seem to prevent me from typing. I'm on a desktop PC, Windows with Chrome. What are you using?
It's just the behavior for the ".DataTable tbody .EntryLink" <a> that should be changed, that won't affect the username links. You could change it either on the style.css or rev[date here...].css.
.DataTable tbody .EntryLink {
display: inline-block; }
The a.AuthorLink does have an odd behavior on :hover, though, currently, without any changes:
That happens because the .DataTable tbody .AuthorLink has both a set padding and a negative margin to compensate for that... for some reason, and a background color on hover. If you remove these two lines, that'll fix it:
Dose the website on mobile look like this for anyone else? There's a lot of elements that aren't sized and centered correctly. I'm on Android, chrome Version 84.0.4147.111 but it also happens on opera
Dose the website on mobile look like this for anyone else? There's a lot of elements that aren't sized and centered correctly. I'm on Android, chrome Version 84.0.4147.111 but it also happens on opera
(snip)
It's also happening on the mobile versions of Firefox and Vivaldi. At first everything looks okay, yet there's a huge empty area on the right accessible through scrolling sideways.
After peeking at the code I can't assure this will fully fix the issue as some things only get properly applied if loading the page with them and I'm editing the code after the fact through devtools, but... adding these css rules to the mobile version of the <html> and <body> should fix it.
html {
overflow: auto;
}
body {
width: 100vw;
overflow: auto;
}
The page already has the correct meta tag defining width for mobile but the body container has nothing explicitly telling it to use that width. Elements with calculated width must also fully wrap the children to work, something that can be forced through overflow.
idk if this one is mentioned, notifications: somehow right clicking (for me) gives me a random thread and not the thread the notification came from. Its kind of fun but also annoying, idk how it happens perhaps it clicks the random banner threads that load and loads those instead of the notification thread link. I have explorer at half the screen size and on the alternative side another explorer as an example of how this issue happens.
idk if this one is mentioned, notifications: somehow right clicking (for me) gives me a random thread and not the thread the notification came from. Its kind of fun but also annoying, idk how it happens perhaps it clicks the random banner threads that load and loads those instead of the notification thread link. I have explorer at half the screen size and on the alternative side another explorer as an example of how this issue happens.
on Windows? Why use right click? To open in a new window? It doesn't work that way. Ctrl Left Click will do a new tab though, at least Windows/Chrome.
On Vivaldi right-clicking notification entries just closes the dropdown. The links seem to point to the correct threads anyway. Now I'm curious about how people end up being sent to random threads!
In any case, I'm experiencing a very minor oddity lately: Avatars won't load. If I keep refreshing they'll start to gradually load, always from top to bottom, until I can see everything—only to vanish again a few pages later.
It's reminiscent of a connectivity issue between here and an assets server, but the almost cyclic dynamic is weird. I'm getting no lag otherwise and no other assets like scripts fail to load. And there are no errors in the console or failed loading attempts for images, so I can't be sure it's a timeout or 403.
I've tested it on Vivaldi and Chrome, logged in and as a guest. Ad blocker is disabled for polycount.
I'm experiencing a very minor oddity lately: Avatars won't
load. If I keep refreshing they'll start to gradually load, always from
top to bottom, until I can see everything—only to vanish again a few
pages later.
It's
reminiscent of a connectivity issue between here and an assets server,
but the almost cyclic dynamic is weird. I'm getting no lag otherwise and
no other assets like scripts fail to load. And there are no errors in
the console or failed loading attempts for images, so I can't be sure
it's a timeout or 403.
Yeah, same here. it's been an intermittent annoyance, over the past week.
I'm on firefox btw and initially thought was an ISP issue or since I'm still running a PC WIN7 OS Home version, some piece of malware got through but meh! I think it's nothing insidious just an itinerant 'glitch' that'll tend too popup every once in a while.
Thanks @sacboi@DavidCruz for the confirmation it's not something on my end!
April, A...ugust. It's an understandable mistake!
Oh, extra information that could or not be useful: When avatars start to load again and I'm on a page like the forum home where you can see many at once usually the avatars below the fold are the ones that won't load.
It's a wild guess, but this make me think it's a lazy image loader gone wary. An image replacement script silently quitting doing its job would explain the lack of warnings and 404. The missing images can't 404 when they never got requested from the server.
I don't know if this is something you can easily fix on your end, but the Marmoset subforum doesn't seem to be included in the "Recent" view. At first I thought it was intentional, but other brand/product specific subforums do show up so..,
Hello! I have a problem with PC version of website. When I open any page I can see only black screen and up menu. But If I open it from smartphone it's working ok as usual. Do you know why it's could happening? Thanks!
yeah firefox, everything else i just use in case i have multiple accounts on the same platform (say my own and a company one), or also google meet/hangout just works better natively on chrome
Replies
You're experiencing the side effects of this change. I'm sorry for the inconvenience!
We hope to have things back to normal soon.
https://polycount.com/discussion/comment/2692602/#Comment_2692602
Format appears to match the kind on the info thread. Where am I mucking up?
So for your vid it would be hxxps://youtu.be/RiQYitn5ock
FWIW it took me a few edits to figure it out.
There's a webp loader for Photoshop, and you could also run a batch conversion using something like Image Magick if you wanted.
Webp's are quite compressed though, so if you want top quality you may be better off using another browser.
If they're still a bother, you could just visit them to mark them as "read" so they turn gray.
1. Passwords have been reset for everyone. See Sticky ⛔ You need to reset your password. This is most likely because...
2. Extra line breaks are being added. They're aware of this and working on a fix.
3. Discussion topics are not being marked as "Read". They're aware of this and working on a fix.
Sorry for the trouble. We'll update you once these have been laid to rest.
Sorry about this folks. Working on a fix.
1) If I'm not logged and I try to access a user's Profile page, I get to a Sign In page, instead of the usual html modal window. There, the Sign In button gets covered by the Footer.
That's because the <footer> is inside of the <div class=container>. Move it to outside of the container and that'll fix it.
2) In a thread list page, such as in the index, if you move your cursor to the right of the title of a thread and slightly above, you'll see that it changes to a pointer. That's because the <a> isn't wrapping around the text. If you change its display property in the CSS file to display:inline-block, it solves that problem.
Not a bug, exactly, but the draft saving feature while I'm typing a quick reply is a bit annoying... It freezes what I'm typing. And ideally it shouldn't.
Looks like it doesn't happen all the time, though.
Also, hi! I haven't been here in yeeeears!
The div.container is actually inside the footer, at least here on my desktop. Are you viewing on mobile? Could you let me know which browser you're using?
Source (left), result.
And if I change the <a> style to inline-block, the formatting goes a bit nuts. I'm not a web dev by any measure though, so my tweaks are very trial-by-error.
The auto-save does not seem to prevent me from typing. I'm on a desktop PC, Windows with Chrome. What are you using?
This is the current behavior:
This is where the footer is located in that page:
It's inside of div.container:
And it should be here:
I'll check for a better solution for the <a>...
I'm using Chrome on Win7.
You could change it either on the style.css or rev[date here...].css.
}
The a.AuthorLink does have an odd behavior on :hover, though, currently, without any changes:
That happens because the .DataTable tbody .AuthorLink has both a set padding and a negative margin to compensate for that... for some reason, and a background color on hover.
If you remove these two lines, that'll fix it:
/* padding: 8px; */
/* margin: -8px; */
border-radius: 2px;
I don't know if it will affect any other part of the forum, though. I guess it won't.
It's happening because the code in the input value is escaped. To fix it just replace it with either the correct code or the "" unicode character.
From:
To:
or
I'm on Android, chrome Version 84.0.4147.111 but it also happens on opera
It's also happening on the mobile versions of Firefox and Vivaldi. At first everything looks okay, yet there's a huge empty area on the right accessible through scrolling sideways.
After peeking at the code I can't assure this will fully fix the issue as some things only get properly applied if loading the page with them and I'm editing the code after the fact through devtools, but... adding these css rules to the mobile version of the <html> and <body> should fix it.
The page already has the correct meta tag defining width for mobile but the body container has nothing explicitly telling it to use that width. Elements with calculated width must also fully wrap the children to work, something that can be forced through overflow.
In any case, I'm experiencing a very minor oddity lately: Avatars won't load. If I keep refreshing they'll start to gradually load, always from top to bottom, until I can see everything—only to vanish again a few pages later.
It's reminiscent of a connectivity issue between here and an assets server, but the almost cyclic dynamic is weird. I'm getting no lag otherwise and no other assets like scripts fail to load. And there are no errors in the console or failed loading attempts for images, so I can't be sure it's a timeout or 403.
I've tested it on Vivaldi and Chrome, logged in and as a guest. Ad blocker is disabled for polycount.
April, A...ugust. It's an understandable mistake!
Oh, extra information that could or not be useful: When avatars start to load again and I'm on a page like the forum home where you can see many at once usually the avatars below the fold are the ones that won't load.
It's a wild guess, but this make me think it's a lazy image loader gone wary. An image replacement script silently quitting doing its job would explain the lack of warnings and 404. The missing images can't 404 when they never got requested from the server.
OK, new text editor, which is Vanilla Forums' solution. Let me know if this helps.
BTW, trying to colorize the formatting popup for the backwards-P on the left there. A work in progress...