-
Notifications
You must be signed in to change notification settings - Fork 165
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
Fiction live images error #933
Comments
Looking at it in the browser inspector, it looks like the HTML refers to images URLs like:
...which fail, but then something in the javascript inside calls a URL like:
Note the similarity of UID. filepicker.io appears to be a CDN of some kind. The error I get in FFF is I don't even pretend to know how adapter_fictionlive works. @HazelSh, do you have the time and interest to look at this? |
I came up with this: if url.startswith("https://www.filepicker.io/api/"):
logger.warning("Filepicker.io image detected, converting to Fiction.live image. This might fail.")
url = f"https://cdn3.fiction.live/fp/{url.split('/')[-1]}?&quality=95" And it worked for the ten images I tested it with. |
I'm ill with covid at the moment, can't promise to get to this soon. |
Ugh. Hope you feel better soon. |
Thanks |
Okay, hope you get better soon |
Fixed in #1004 |
https://fiction.live/stories/naive-schoolgirl-sakuras-exchange-trip/d8gx32QggbX8JYbET
This stories images arent showing up and Im using the latest fanficfare version
The text was updated successfully, but these errors were encountered: