-
Notifications
You must be signed in to change notification settings - Fork 19
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
"missing groupId" error downloading messages #90
Comments
fwiw I get this too (v0.9.7) |
Getting the same error, tried with "Timeline", "Post" and "Collection" and it worked, "Normal" and "Messages" it's when it fails. |
I don't get the error with |
"Collection" option is to download what you have purchased and can be seen at https://fansly.com/collection Any collection you have created by selecting and organizing your videos is not part of the "Collection" option |
I get the same error with messages. with both 9.3 & 9.7 |
I get the same error with messages on v0.9.9 |
Can confirm that I'm seeing the same issue with messages. Reproduces consistently across all creators.
This only happens with Messages content. |
Gentle nudge to @prof79. Thank you very much!! |
I figured out how to fix this. in /api/fansly.py, change the url in the get_group function: in /download/messages.py, change this line: |
You absolute star! |
Where do we change that? |
I can confirm that these changes work (v0.9.9). |
When running the fansly_downloader_ng.py I get the following error, someone else? Or someone who could share the .exe for 9.7 or 9.9? Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)] on win32
|
To install the required python support modules (for Windows) you need to run The exe's are available from the Releases page, but they haven't been updated with the fix for this issue yet, so running the Python app is your best option for now. |
Already did it, followed the instructions at main page |
|
Thanks man, when running it I got the message that I already had installed, however it pointed the directory, being in "Python\Python39\Lib\site-packages" so figured the modules were in the wrong folder. Manually copied them one by one as the downloader was requesting for them until it run, but wasn't finding any new messages. Made the mistake of copying the entire folder from "Python39" to "Python311" and it broke, decided to uninstall "Python39" and "Python38", run the "pip install -r requirements.txt" and this time it updated the "Python312" folder, which ultimately let me run the "fansly_downloader_ng.py" using "Messages" download mode. |
Hmm, so can anyone confirm that the fix above actually pulls media in Messages? It made the error go away, but it also consistently results in this:
This is despite the fact there's several media (video and photos) available in Messages with that particular creator for download (unlocked, free, available). |
It is working for me with messages on v0.9.9 |
Hmm, very strange. I'm running v0.9.9 with the fix noted above, as well. Consistently able to reproduce it not working (with the same warning/error from above) across multiple creators. I'll keep playing with it. |
Interesting! I was able to trigger a scrape and download of media in Messages only after I generated some chat history with the creator myself first, despite there being history coming from them, otherwise the script concluded there was no chat history (per the warning/error message above). Very strange. It wasn't always behaving this way -- only after it broke, and following the fix from above. |
Maybe try this url for the API: I realized that the api by default only returns 20 results, so the group might not have been found because the messages you wanted were older. And by writing a new message, it bumped it up (and replaced one of the 20 results it was returning). So, the solution should just be to ask for more results. Either in one go by adding Or if that were to stop working, it might have to make multiple requests, with |
Hmm, with the fix noted above, it's no longer scraping, counting, and downloading messages. Anyone else experiencing this issue - again? |
Switching from Thanks, @Gnuclear! |
How do i fix this while using the .exe? |
I am terrible sorry, but does anyone have the patience to try and explain this like its a 5 year old, I am really not getting everything here, I am usually fairly decent around what I am doing, but this is a little too deep for me. |
I don't know about Windows so I cannot help too much with the OS there. But one thing is common and that is how terrible Python packaging is. I had to install packages then the install the pip/wheels via the
This is running under a 3.12.x venv and then it got everything working. |
I think I got all the packages installed manually with the |
Those |
I don't have any inside information but I do not believe their will be another update. I think prof79 is done with it. I hope their is but I don't believe their will be. |
just me or some videos dont even fully download anymore despite having a subscription to the creator ? :/ |
@pzych0p4th I was having the same issue with not being able to build the wheel or whatever and had almost given up. Commenting out the lines mentioned in this thread: #84 fixed everything and let me run the program as normal. |
This plus the other change in downloader.py worked great for me. |
I've been following along and trying to create a source code environment on a Win11 PC. The remaining error on installing all is that I cannot seem to get the plyvel-ci wheel to install. Has anyone built a win11 system using the source code and gotten it to work? Little words work best if you know how to help me, :-) |
Unfortunately, I'm too code-illiterate to understand Python mechanics properly and build an exe out of it, so if anyone can send a fixed version my way, I'll be immeasurably thankful. |
I've never gotten this working, I do have 9.3 working & only work it in single mode. This works well also |
IMPORTANT: Be sure to replace all
{{
template sections⚠️}}
or your issue may be discarded.Bug Description
Program fails to download any media from messages and fails with "Response code: 400".
Expected behavior
Media from messages are downloaded without error.
Actual behavior
Error is thrown and messages are not process. Scrape can continue by hitting enter, but only downloads content from timeline.
Environment Information
User Research
( fill
[ ]
withx
, if you've already done said task )I have done the following:
Additional context
Issue seems to be a change with Fansly requiring groupId on messages. Happened recently that I noticed (within 1-2 weeks) since time of writing.
The text was updated successfully, but these errors were encountered: