er
er
> Did you try version 1.0.9? https://github.com/bit-world/Houseclub/releases/tag/1.0.9 @caasn Notifications still crash. I suspect there might be a change in HC API
It looks like Linkedin has made UI changes and by doing so also changed class names. As this tool is scraping UI it can't locate stuff anymore.
Anyone update on this issue? @GorvGoyl I see that your link is shown properly in Post inspector. How did you solved this?
Solved the problem. First of all I had a typo in canonical url tag (og:url). Apparently linkedin fetch this url and then checks all the tags. Second, I used NextSeo...
@GorvGoyl As I had typo in og:url, I did bunch of changes and I'm not sure what exactly worked out (woodoo debugging). By looking at your page, I think you...
I got it working. Here is my approach: ```python from sqlalchemy import ( Boolean, Column, DateTime, ForeignKey, Integer, String, Text ) import sqlalchemy.dialects.postgresql as postgresql import uuid from sqlalchemy.sql import...
Hi! Is there plan to merge this into master? I have implemented media in MongoDB with AWS S3 backend. So in reality there are only links saved into db. Having...
fyi - forked, merged/implemented changes from this pr. With s3-storage plugin (https://github.com/gwainer/eve-s3storage/) implemented file storage on S3. It works. p.s. there is a bug in eve-s3storage related to base64 encoding...
I might try this. Haven't committed anything to public open-source project. Might need an assistance.
@liu-weicool do you have any particular feature in mind? I'm now looking into compatibility issues and only thing I can see for now is incompatibility with latest Cerberus. p.s. This...