Jump to content

rawTOP

Administrators
  • Posts

    6,102
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by rawTOP

  1. Yes, it's a caching issue. I think I've resolved it and it shouldn't happen anymore. If it does, report it here (more details the better so I can figure out where the caching problem is in my code) and then try again and it will probably work. The other problem is with mobile devices. I know what needs to be fixed, it's just the developer of this site didn't make it easy for me. So I'll keep trying until I get it. The short explanation is that the nav bar exists twice in code – once for desktop and once for mobile. I was only changing the desktop version, not the mobile version. But changing the mobile version is more complicated – so when I figure it out mobile users will be able to use chat.
  2. Just a note… I won't be getting back to work on the remaining issues until next week. In the meantime, try turning off any ad blockers that might be overly aggressive. Chat needs something to run called a browser fingerprint. It's how I confirm you're you when I pass your credentials from this site to the site is running on. I've seen an ad blocker block the fingerprint script since it's often used to track people across websites. There are good reasons for tracking across websites and bad reasons. I think I use it for good reasons, but your ad blocker assumes I'm using it for bad reasons. This problem with ad blockers is not something I'll be fixing (since it's a self-inflicted problem). But I will look into other possible problems next week.
  3. So it seems chat is working pretty well now. The problems most of you posted were probably due to the browser remembering temporary redirects or there being some weirdness stored in a cookie or something that needed to be corrected. If anyone has continued problems with chat, let me know.
  4. I believe that's a caching issue. If you'd tried a few minutes later it should have worked. I've put the cache period down to 1 second, that should take care of it. If you (or anyone else) continues to see that problem, let me know.
  5. OK. I think I just figured out the problem(s). Somehow I had managed to delete a small line of code and didn't see the omission even though I looked at it 1000 times over the past 4 days. There was also a problem with certain browsers and validating their version numbers (something I do to try to stop hackers). And there was the problem with + signs in one of the pieces of data (something I had suspected early on). But the good news about working on it for so many days is that I found and fixed a few other problems in the process. I don't have time to test things properly. My two test cases are working, so all I can say conclusively is that it's working better than it was. It's the end of the day and we have a guest coming over in an hour, so I'm gonna quit there and do some cleaning. Please let me know if you continue to have problems and what the exact error messages are. Also, please copy the URL from the error page. I have some extra debug code in there that I don't have on the page. Again, sorry for the down time. Trust me, I've been really frustrated about not being able to get it back up quickly.
  6. Well, I fixed the data problem. Haven't figured out the cause of that problem yet. And it did not fix the chat login problem. It's the end of the day. I'm frustrated and stopping. I'll pick it up again in the morning. Now I have to figure out if I wanna go out cycling (my new way to release energy) or if I want to have a drink. My boyfriend will probably suggest combining both and cycling to a bar
  7. Well, I found a potential source of a problem. Unfortunately it's a data problem (some duplicate records) and data problems take longer to fix than code problems because I first have to write code to fix the data problem, and then prevent the problem from happening again, and then have to find the flaw in the code that created the duplicate records. And then I have to see if that's the source of the current problem. So clearly that means I need more time. Not certain it will be done before I quit today, but we'll see. Maybe… By the way… Sorry this is happening. It's sorta just bad luck that it showed it's head right before a weekend. If I had seen it quickly I would have rolled back to the old code. But I would have needed to resolve this problem eventually…
  8. There's a problem with chat? Really? I had no clue! Maybe I should have read this thread… Yeah, that's sarcastic, but yes, I know there's a problem with chat. I worked on it all day yesterday. Only stopped when a woman down the block dragged me to a community meeting. I know the nature of the problem. Just trying to figure out exactly why and when it's happening.
  9. It's the morning and I'm back at it. Those error messages are helpful. In particular, 3 of the 4 hashes didn't contain + signs. So that means the problem is something other than what I thought it was. Now to figure out what the problem really is… Can't say how long it will take. Could be 5 minutes, could be 5 hours, could be (parts of) 5 days…
  10. That is exactly how it it supposed to work. You can't go to chat until the word Chat shows up.
  11. It's 7pm. I'm frustrated I can't get the 2nd of my two test cases to work. So I'm stopping for the evening and will pick it back up in the morning. But some of you are able to get into chat. Anyone that is continuing to have errors, please post them here (unless they're just like someone else's error). In particular, my test case that fails throws an error something like this: IMPORTANT MESSAGE: Invalid Login Hash IElcA5aTNnogzWOGu3+gHI/R9yVTWsjYSOSGzI/qHRw= Let me know if you see anything like that (or anything else).
  12. I think I'm closer. Now I'm seeing a problem with the authentication keys I'm passing after you're logged into the new system. If they contain a + things don't work. So let me work on that now. But those of you lucky enough to not get a + in your login hashes should be able to get in right now.
  13. My comment just above yours answers your question.
  14. I have something else I'm gonna try. So give me a half hour or so… [A few of you can get into chat (including me), but not everyone. I think I know why…]
  15. If anyone is still seeing this error, please let me know. I've made some changes, but I may not have fixed what's causing the problem, so need to know details. UPDATE: The fact that I'm the only one in chat right now makes me think something is wrong. But there were some guys who got in a little while ago…
  16. The short version of a long explanation is you now have to wait for the check of how many people are in chat before you can go into chat. I've changed it so there's just a . while those stats are loading. When they're loading it changes to "Chat". At that point it's safe to click.
  17. Sorry for the delay. Everything worked when I tested it, but then I took the weekend off. Unfortunately as soon as there were zero people in the chatroom things failed because it tested to see if >0 were in there to do something critical. I've changed it to >=0 and now everything should work. ronetbus – I'm not sure the problem you reported is the same problem, so I'll look into that next.
  18. IM and chat are on completely different systems. I can't really answer too many questions about code I didn't write. So don't know the answer to your question.
  19. lol. That sorta describes a forum thread like this one. Or are you looking for something between or where you can browse more of what went before in the thread? Anyway, chat is back up and running. If you're wondering I was working on a common logon system for my sites today. And I'll continue work tomorrow. Things aren't fully functional yet. How this sites interacts with my new sites will always be a bit odd. But that is what it is. One thing that can go wrong this evening (I'll work on it tomorrow), is that you session on this site needs to stay active for chat to work. That means you may need to come over here and do a page refresh or something every 20 or 30 minutes or else chat may stop working for you. I'll work on that tomorrow. Basically everything you do on chat this evening is doing a new login to chat. And that requires the session cookie on here to be active. The way it used to work was there was a separate login into chat with a separate cookie. I changed how my cookies work, so that login doesn't exist right now. I'll figure out how to make that happen tomorrow.
  20. Please read the previous messages in the thread before posting.
  21. That's not my code, so won't be improving it. In a few years I'll replace it completely with my own code. In the meantime you just gotta deal with what you've got.
  22. Read the message just above yours in this thread.
  23. FYI – I'm doing some work that could impact your ability to login and stay logged into chat. Hopefully I'll be done in a few hours at which point things should be back to normal.
  24. This section is about watersports, not scat. I just realized there were threads about scat here (with pics). Those pics are illegal (they're "obscene"). Anyone contributing to a discussion about scat or posting scat pics will get an infraction. Incidental, passing references are fine, but not dedicated threads. Pics are never OK.
  25. I enabled this feature a few days ago. It should have made things more secure, but it's clearly not working. I didn't write the code. I'll try it again in a few months to see if the bugs have been worked out.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.