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

I am not staying logged into Fansly #1117

Open
Zero3K opened this issue Jan 10, 2025 · 15 comments
Open

I am not staying logged into Fansly #1117

Zero3K opened this issue Jan 10, 2025 · 15 comments
Labels
Minor bug A bug that does not break the browser

Comments

@Zero3K
Copy link

Zero3K commented Jan 10, 2025

Describe the bug
When using a script to refresh a model's page on Fansly, I notice that I will be logged out after a while and have to log back in.

To Reproduce
Steps to reproduce the behavior:

  1. Install an auto-refresh extension.
  2. Go to https://www.fansly.com
  3. Login to your account on it.
  4. Go to a model's page.
    4.. Set the refreshing extension to refresh every 30 seconds.
  5. Start the auto-refreshing.
  6. Wait and you'll eventually be logged out.

Expected behavior
It should stay logged in no matter how much time passes.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 11
  • Bitness of browser: 32-bit.
@Zero3K Zero3K added the Minor bug A bug that does not break the browser label Jan 10, 2025
@Half-Modern
Copy link

Needs to be tested on another browser with same base Chromium version.

@Zero3K
Copy link
Author

Zero3K commented Jan 16, 2025

Where do I download it?

EDIT: I tried replicating the issue with the Chromium build at https://github.com/macchrome/winchrome/releases/download/v128.6613.114-M128.0.6613.114-r1331488-Win64/ungoogled-chromium-128.0.6613.114-1_Win64.7z. It still happened. So, it is an issue with Chrome itself. I wonder if you could fix it and send it upstream.

@ZepopaOwleMukasa
Copy link

@Zero3K

Are you sure this isn't just a security mechanism of that website itself? Did this ever used to work for you? You could try Firefox too.

@Zero3K
Copy link
Author

Zero3K commented Jan 17, 2025

  1. I am sure that it isn't a security mechanism of the website itself.
  2. No.
  3. It doesn't happen in Pale Moon 33.4.1.

It seems to happen after I put my laptop into sleep mode for a couple of minutes, resume from it and then view the tab containing the model's page.

@ZepopaOwleMukasa
Copy link

@Zero3K

Well, if it does work in Pale Moon, it would indeed be a chromium issue. However, are you using the exact same refresh extension on both browsers?

@Zero3K
Copy link
Author

Zero3K commented Jan 17, 2025

Yes, I am. I am using a userscript.

@billi857
Copy link

When using a script to refresh a model's page on Fansly, I notice that I will be logged out after a while and have to log back in.

Try "pinning the tab" (the option is in the tab properties). Perhaps the problem is related to Chromium resource saving: when you stop actively using the tab and go to another site, the scripts stop running on the inactive tab. If you make the tab "pinned", it should help.

The problem may also be related to caching: when your script is executed, the site (or some separate element of the site) is loaded not from the server, but from the browser cache. Try implementing the script differently (another update command), and also try the flags related to caching.

Why refresh every 30 seconds? Are you tracking some very important information? Usually authorization sessions last tens of minutes or longer. Constant refreshes (at regular intervals) can also be blocked for security reasons.

@Zero3K
Copy link
Author

Zero3K commented Jan 17, 2025

  1. The tab is in its own window.
  2. I don't think that is the case.
  3. The 30 second refresh works in Pale Moon.

@ZepopaOwleMukasa
Copy link

@Zero3K

I really don't think it's a good idea to publicly post your raw cookie data like that. If not for security reasons, then for exposing your, let's say, "private preferences". You should probably take that down.

@Zero3K
Copy link
Author

Zero3K commented Jan 21, 2025

Then how can I help debug this issue?

@ZepopaOwleMukasa
Copy link

ZepopaOwleMukasa commented Jan 21, 2025

@Zero3K

There is nothing to debug. It's an issue in chromium (as you've tested), the best course of action would be to report this issue to the chromium project itself.

It's also entirely possible that Pale Moon behaves in a non-standard way in terms of handling cookies, causing it to "work" there, even though it shouldn't. You should test this in Firefox and see if it behaves the same way Pale Moon does to rule that out, ultimately, possibly, pinpointing the issue directly to chromium.

@Zero3K
Copy link
Author

Zero3K commented Jan 21, 2025

Wouldn’t they want me to debug it? Also, would win32ss add the fix if they make one to the latest source code?

@ZepopaOwleMukasa
Copy link

ZepopaOwleMukasa commented Jan 21, 2025

@Zero3K

Wouldn’t they want me to debug it?

Of course, what I meant was debugging it in this repository, should've been a little more clearer.

Also, would win32ss add the fix if they make one to the latest source code?

Supermium is currently following the chromium esr branch, if it get's fixed, you'd need to wait until the esr branch is up to date with the chromium version it got fixed in. This may take a while, so the sooner you create a report in the chromium repository, the better.

But again and I can't stress this enough, please test if Firefox behaves either like Pale Moon or chromium. This is important to see if this is proper behavior or if Pale Moon just handles cookies in a non-standard way.

@Zero3K
Copy link
Author

Zero3K commented Jan 25, 2025

This issue seems to be reported by another user(s). Here's the link to the bug report:

https://issues.chromium.org/issues/391763852

@Zero3K
Copy link
Author

Zero3K commented Jan 28, 2025

Maybe other people can try to replicate it with Chromium and offer their findings to the linked bug report in order to get a developer/developers attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor bug A bug that does not break the browser
Projects
None yet
Development

No branches or pull requests

4 participants