Heart2Heart

Serving the cardiophile community since 2016.

You are not logged in.

There is a small ad here.
We'd love you forever if you would donate or whitelist our site/disable your adblocker.

#41 2017-03-02 13:42:04

T145
Member
No avatar found
From: Oceania
Joined: 2017-02-17
Posts: 88
Files: 0
PM

Re: What's broken?

ChiraBeats wrote:

Looks like 3 things go into a csrf token, your user ID, a secure hash of your password, and a secure hash of  your IP address. As long as those 3 things stay constant, your token should stay constant as well.

I've set up some code to try and see which one of those is changing, please try to log out again.

Just tried it, but am still getting the bad hash. :P Strange, though.

Offline

#42 2017-03-02 17:32:27

ChiraBeats
Administrator
Joined: 2016-10-31
Posts: 480
Files: 43
PM Website

Re: What's broken?

T145 wrote:
ChiraBeats wrote:

Looks like 3 things go into a csrf token, your user ID, a secure hash of your password, and a secure hash of  your IP address. As long as those 3 things stay constant, your token should stay constant as well.

I've set up some code to try and see which one of those is changing, please try to log out again.

Just tried it, but am still getting the bad hash. :P Strange, though.

Yep, you were supposed to. I didn't do anything to fix it, just did something to try and collect information so I might have some idea of where to look to even begin fixing it.

EDIT: Would you mind trying to log out again?

Last edited by ChiraBeats (2017-03-02 17:41:52)

Online

#43 2017-03-03 09:44:12

T145
Member
No avatar found
From: Oceania
Joined: 2017-02-17
Posts: 88
Files: 0
PM

Re: What's broken?

ChiraBeats wrote:
T145 wrote:
ChiraBeats wrote:

Looks like 3 things go into a csrf token, your user ID, a secure hash of your password, and a secure hash of  your IP address. As long as those 3 things stay constant, your token should stay constant as well.

I've set up some code to try and see which one of those is changing, please try to log out again.

Just tried it, but am still getting the bad hash. :P Strange, though.

Yep, you were supposed to. I didn't do anything to fix it, just did something to try and collect information so I might have some idea of where to look to even begin fixing it.

EDIT: Would you mind trying to log out again?

Done. :p
EDIT: Looks like it's only the sidebar logout that's broken. Didn't notice the other one, whoops. :p Using the one in the navigation bar seems to work without a hitch.

Last edited by T145 (2017-03-03 09:45:16)

Offline

#44 2017-03-03 13:17:42

ChiraBeats
Administrator
Joined: 2016-10-31
Posts: 480
Files: 43
PM Website

Re: What's broken?

Kill me.

And then kill that sidebar.

Online

#45 2017-03-03 13:29:37

ChiraBeats
Administrator
Joined: 2016-10-31
Posts: 480
Files: 43
PM Website

Re: What's broken?

Yeah, that was it. Whoever made that particular bit didn't generate the hash right. The sane way to generate the hash would be to call the function "pun_csrf_token()" which just generates the hash using your IP, user ID, and password. This guy decided to generate the hash himself instead of just using the built-in, ready-to-go way of doing things and he messed up doing it. He only used the user ID and IP address, so the token ended up different and when the log out page checks to see if the tokens match up, they obviously don't.

Online

#46 2017-03-03 13:35:20

ChiraBeats
Administrator
Joined: 2016-10-31
Posts: 480
Files: 43
PM Website

Re: What's broken?

Need to add page buttons to the file gallery.

Online

#47 2017-03-06 13:00:15

T145
Member
No avatar found
From: Oceania
Joined: 2017-02-17
Posts: 88
Files: 0
PM

Re: What's broken?

I sometimes have trouble loading files, especially if the tab is open for a period of time, where the player effectively stops responding, for both audio and video. Not sure if that's related to the file incompatibility issue though.

Offline

#48 2017-03-06 15:19:51

ChiraBeats
Administrator
Joined: 2016-10-31
Posts: 480
Files: 43
PM Website

Re: What's broken?

T145 wrote:

I sometimes have trouble loading files, especially if the tab is open for a period of time, where the player effectively stops responding, for both audio and video. Not sure if that's related to the file incompatibility issue though.

Doesn't respond as in hitting play/pause does nothing or doesn't respond as in file stops loading at all?

Online

#49 2017-03-07 14:59:16

T145
Member
No avatar found
From: Oceania
Joined: 2017-02-17
Posts: 88
Files: 0
PM

Re: What's broken?

ChiraBeats wrote:
T145 wrote:

I sometimes have trouble loading files, especially if the tab is open for a period of time, where the player effectively stops responding, for both audio and video. Not sure if that's related to the file incompatibility issue though.

Doesn't respond as in hitting play/pause does nothing or doesn't respond as in file stops loading at all?

As in the player freezes up, and won't start (or resume) playing a file.

Last edited by T145 (2017-03-07 15:00:06)

Offline

#50 2017-03-07 20:43:34

ChiraBeats
Administrator
Joined: 2016-10-31
Posts: 480
Files: 43
PM Website

Re: What's broken?

And it just happens when you leave the tab alone for a bit? What browser?

Online

#51 2017-03-08 04:08:53

LadyKris55
Member
Joined: 2017-03-07
Posts: 69
Files: 1
PM

Re: What's broken?

Sorry if this was mentioned already, but is there a "remember me" option for logging in? I seem to get logged out after I reset my browser.

Offline

#52 2017-03-08 04:15:55

ChiraBeats
Administrator
Joined: 2016-10-31
Posts: 480
Files: 43
PM Website

Re: What's broken?

LadyKris55 wrote:

Sorry if this was mentioned already, but is there a "remember me" option for logging in? I seem to get logged out after I reset my browser.

Yeah, there is. If you hit Login on the navbar instead of using the sidebar there's a checkbox. Give me a minute and I'll add the checkbox to the sidebar as well.

EDIT: Done.

Last edited by ChiraBeats (2017-03-08 04:25:16)

Online

#53 2017-03-08 04:18:31

LadyKris55
Member
Joined: 2017-03-07
Posts: 69
Files: 1
PM

Re: What's broken?

ChiraBeats wrote:
LadyKris55 wrote:

Sorry if this was mentioned already, but is there a "remember me" option for logging in? I seem to get logged out after I reset my browser.

Yeah, there is. If you hit Login on the navbar instead of using the sidebar there's a checkbox. Give me a minute and I'll add the checkbox to the sidebar as well.

Oh, I see! Thank you. c:

Offline

#54 2017-03-09 00:05:11

LadyKris55
Member
Joined: 2017-03-07
Posts: 69
Files: 1
PM

Re: What's broken?

Not sure if this was reported (again) but it seems like the profile descriptions are running off of the boxes? I can try to provide an image if you're not sure what I'm talking about.

Offline

#55 2017-03-09 01:45:33

ChiraBeats
Administrator
Joined: 2016-10-31
Posts: 480
Files: 43
PM Website

Re: What's broken?

Fixed now. Adding the little action buttons for PMing and blocking and all that messed up my previous fix for escaping text, now it should all play together nicely.

Last edited by ChiraBeats (2017-03-09 01:45:56)

Online

#56 2017-03-11 17:28:20

heartbro95
Member
Joined: 2017-02-14
Posts: 21
Files: 0
PM Website

Re: What's broken?

Current bug I'm experiencing: I can't see any newer files posted past March 10th. Whenever I try to refresh the page it comes up with an "outdated" link error.

Offline

#57 2017-03-11 20:36:55

HayaiShinzouNeko
Member
From: Alabama
Joined: 2017-03-08
Posts: 25
Files: 2
PM

Re: What's broken?

One thing I've been wondering. I can't seem to find "Sharing Preferences", I found the ones for Listening already.


It's the ears, right? Everyone just loves the fuzzy ears! ~Nyao! X3

Offline

#58 2017-03-11 20:49:21

Syoubat
Member
No avatar found
From: upside down in an attic
Joined: 2017-03-09
Posts: 27
Files: 0
PM Website

Re: What's broken?

HayaiShinzouNeko wrote:

One thing I've been wondering. I can't seem to find "Sharing Preferences", I found the ones for Listening already.

same here


screeee!

Offline

#59 2017-03-11 20:53:31

LadyKris55
Member
Joined: 2017-03-07
Posts: 69
Files: 1
PM

Re: What's broken?

Syoubat wrote:

Quote

Ditto.

Offline

#60 2017-03-11 23:04:31

hbeats_rok1990
Member
No avatar found
Joined: 2017-02-15
Posts: 20
Files: 2
PM

Re: What's broken?

I started sharing and noticed in the sidebar my avatar and everyone after that had a red border. did an inspect in chrome and it's adding a "streaming" class to the CSS. I assume that it's only meant for those that are actually sharing, but it looks like a tag didn't get closed or something in a loop. (I have some coding experience in case you couldn't tell lol).

Speaking of sharing, is there any page that shows how many people are listening to you and/or who is listening?

Offline

Board footer

Powered by FluxBB

[ Generated in 0.011 seconds, 11 queries executed - Memory usage: 861.55 KiB (Peak: 913.23 KiB) ]

Amazing popover content! ×

I could have sworn I left something here.