Sidebar

Support

support
Support RadDevon 1 year ago 100%
Signed up but never got an email

Hey there. My current home instance's performance is awful, so I tried last night to create an account on VLemmy. I saw the toast saying I would get an address verification email, but that email never came through. Is this a bug, or does that email maybe not actually send until my application has been approved?

2
9
support
Support IldarA 1 year ago 100%
Can't find communities from other instances

I'm trying to find subscribe "Russia" community but can't 😕 Are they blocked?

1
0
support
Support AyleidScholar 1 year ago 100%
still having issues with uploading images despite threads saying it's fixed.

I'm getting the same error for every upload whether it's for a sub icon or a post. the error reads "SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data." I have tried using a 1024x1024 like another post suggested but that doesn't work either.

1
0
support
Support calculuschild 1 year ago 100%
Can we reboot server to fix GitHub issue?

I reported an issue on GitHub, and the devs are asking if our instance owner can reboot and provide some logs to help troubleshoot. Reaching out here in hopes the instance owners see this? Not sure the best way to contact them for stuff like this. GitHub issue here https://github.com/LemmyNet/lemmy/issues/3428#issuecomment-1617850434

1
0
support
Support DerpyPlayz18 1 year ago 100%
Can't upload avatar

If I try to add an avatar to my profile I get this error on Firefox: `SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data` And I get this error on chromium based browsers: `SyntaxError: Unexpected token 'R', "Request er"... is not valid JSON`

1
0
support
Support jamong 1 year ago 100%
Trying to add communities from Hexbear

Hi, I’m using the vlemmy search to add communities and seem to have issues with adding anything from HexBear. An example would be !sports@www.hexbear.net. When I search, a “couldn’t find object” error appears. Any help would be very appreciated!

1
0
support
Support NotDrJeff 1 year ago 100%
Spellchcker

Is it possible to get a spell checker on lemmy? It's a little frustrating having to edit posts and comments to correct my horrndous typos.

1
0
support
Support NotDrJeff 1 year ago 100%
Inconsistent Banner Size Across Instances

Hello folks, I noticed today that a community banner was rendered differently on two instances (vlemmy.net vs lemm.ee). Inspecting the source, the image is 600x200px. On vlemmy.net, the banner was rendered as 736x240px. On the community page on lemm.ee, it was rendered as 831x240px. Neither was the correct aspect ratio, and part of the banner was cut off on the lemm.ee instance. Do lemmy instances have complete freedom to format the banner in whatever way they want!? What's the recieved wisdom for dealing with this unpredicatable behaviour? Is there a "safe" way to design a banner to deal with these differences?

1
0
support
Support PrinceHabib72 1 year ago 100%
Error: couldnt_get_posts

When going to the vlemmy.net home screen, I get the following error: >Error! >There was an error on the server. Try refreshing your browser. If that doesn't work, come back at a later time. If the problem persists, you can seek help in the Lemmy support community or Lemmy Matrix room. >The server returned this error: couldnt_get_posts. This may be useful for admins and developers to diagnose and fix the error I am logged in, using the Brave browser, v1.52.126, Chromium v114.0.5735.133.

1
0
support
Support OnionFutures 1 year ago 100%
"Subscribe" and "Block" are only text, not buttons

It seems that on any community I go to (whether local or on another federated instance) the "Subscribe" and "Block" buttons appear as plain text, not as buttons/links. So that I can't subscribe to any more communities. Occasionally, "Block" will appear as a button, but "Subscribe" pretty much never does. Example: ![Example here](https://vlemmy.net/pictrs/image/59616c9f-c56b-413b-b3dd-53678c2a5aad.jpeg) This only seems to have arisen in the last couple of days. Anyone else getting this or know how to fix it?

1
0
support
Support hero2zer0 1 year ago 100%
Getting an error when trying to upload an avatar

*SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data* This is the error I'm getting in a red banner when trying to upload an avatar (512x512px, 39kb jpeg file). Was able to upload the same image to lemmy.world (which currently uses BE 0.17.4) without any errors.

1
0
support
Support pyarra 1 year ago 100%
Lemmy v0.18.0 Release https://join-lemmy.org/news/2023-06-23_-_Lemmy_Release_v0.18.0

cross-posted from: https://lemmy.ml/post/1465740 > ## What is Lemmy? > > Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top. > > ## Major Changes > > ### HTTP API instead of Websocket > > Until now Lemmy-UI used websocket for all API requests. This has [many disadvantages](https://github.com/LemmyNet/lemmy/issues/2841#issuecomment-1535469357), like making the code harder to maintain, and causing live updates to the site which many users dislike. Most importantly, it requires keeping a connection open between server and client at all times, which causes increased load and makes scaling difficult. That's why we decided to rip out websocket entirely, and switch to HTTP instead. This change was made much more urgent by the sudden influx of new users. [@CannotSleep420](https://lemmygrad.ml/u/CannotSleep420) and [@dessalines](https://lemmy.ml/u/dessalines) have been working hard for the past weeks to implement this change in lemmy-ui. > > HTTP on its own is already more lightweight than websocket. Additionally it also allows for caching of server responses which can decrease load on the database. Here is an [experimental nginx config](https://github.com/LemmyNet/lemmy-ansible/pull/75) which enables response caching. Note that Lemmy doesn't send any cache-control headers yet, so there is a chance that private data gets cached and served to other users. Test carefully and use at your own risk. > > ### Two-Factor Authentication > > New support for two-factor authentication. Use an app like [andOTP](https://f-droid.org/es/packages/org.shadowice.flocke.andotp/) or [Authenticator Pro]( > https://f-droid.org/packages/me.jmh.authenticatorpro/) to store a secret for your account. This secret needs to be entered every time you login. It ensures that an attacker can't access your account with the password alone. > > ### Custom Emojis > > Instance admins can add different images as emojis which can be referenced by users when posting. > > ### Other changes > > #### Progressive Web App > > Lemmy's web client can now be installed on browsers that support PWAs, both on desktop and mobile. It will use an instance's icon and name for the app if they are set, making it look like a given instance is an app. > > **Note for desktop Firefox users**: the desktop version of Firefox does not have built in support for PWAs. If you would like to use a Lemmy instance as a PWA, use [use this extension](https://addons.mozilla.org/en-US/firefox/addon/pwas-for-firefox/). > > #### Error Pages > > Lemmy's web client now has error pages that include resources to use if the problem persists. This should be much less jarring for users than displaying a white screen with the text "404 *error message here*". > > #### Route Changes > > Pages that took arguments in the route now take query parameters instead. For example, a link to lemmy.ml's home page with a few options used to look like this: > > ``` > https://lemmy.ml/home/data_type/Post/listing_type/All/sort/Active/page/1 > ``` > > The new route would look like this: > > ``` > https://lemmy.ml?listingType=All > ``` > Note that you now only have to specify parameters you want instead of all of them. > > #### Searchable select redesign > The searchable selects, such as those used on the search page, have a new look and feel. No more inexplicable green selects when using the lightly themes! > > #### Share button > > Posts on the web client now have a share button on supported browsers. This can be used to share posts to other applications quickly and easily. > > #### Lemmy-UI Overall look and feel > > lemmy-ui is now upgraded to bootstrap 5, and every component is now much cleaner. > > Special thanks to [sleepless](https://github.com/SleeplessOne1917), [alectrocute](https://github.com/alectrocute), [jsit](https://github.com/jsit), and many others for their great work on improving and re-organizing lemmy-ui. > > #### Database optimizations > > Special thanks to [johanndt](https://github.com/johanndt), for suggesting improvements to Lemmy's database queries. Some of these suggestions have already been implemented, and more are on the way. > > Query speed is Lemmy's main performance bottleneck, so we really appreciate any help database experts can provide. > > #### Captchas > > Captchas are not available in this version, as they need to be reimplemented in a different way. They will be back in 0.18.1, so wait with upgrading if you rely on them. > > ## Upgrade instructions > > Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating). > > If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org). > > ## Support development > > We (@dessalines and @nutomic) have been working full-time on Lemmy for almost three years. This is largely thanks to support from [NLnet foundation](https://nlnet.nl/). > > If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider [donating to support its development](https://join-lemmy.org/donate). No one likes recurring donations, but they've proven to be the only way that open-source software like Lemmy can stay independent and alive. >

1
0
support
Support francisco1844 1 year ago 100%
Posts language

When I create a post in Vlemmy the drop down to select language only has Undetermined and some symbols which likely describe some other language, but I can' tell which. Shouldn't there be more languages in there?

1
0
support
Support francisco1844 1 year ago 100%
Missing posts

When I look at [technews](https://exploding-heads.com/c/technews/data_type/Post/sort/TopWeek/page/1) on the original host I see more articles than if I see it [on vlemmy](https://vlemmy.net/c/technews@exploding-heads.com/data_type/Post/sort/TopWeek/page/1) In particular there are articles older than 3 days in vlemmy, but several posts from 3 days ago seem to be missing in vlemmy. For example: - European Union votes to bring back replaceable phone batteries - Pentagon program hunts those who ‘embarrass’ its generals - Asus zenfone 10 revealed ahead of the launch

1
0
support
Support Chickerino 1 year ago 100%
Can we see the number of downvotes on a comment/post on this instance?

I've noticed that on some other instances, the number of downvotes is displayed along side the upvotes counter, but on this one, unless I specifically downvote a comment, the count doesn't show up. Other instances, sometimes have this, along with kbin.

1
0
support
Support BrikoX 1 year ago 100%
Can the admins please restart the servers?

cross-posted from: https://lemmy.fmhy.ml/post/191969 > Sorry if this isn't the correct place to post this but: > > According to this comment (https://lemm.ee/comment/285328) restarting the servers more frequently would fix some of the problems with the fediverse. Currently, the front page with Hot/All settings does not update, and it hasn't updated for the past 3 days. The admin of dbzer0 instance already restarted the servers and our front page is now fixed... for now.

1
0
support
Support BrikoX 1 year ago 100%
Is there an issue with images on the instance?

Recent posts on [/c/globalnews@vlemmy.net](/c/globalnews@vlemmy.net) lacks the images even though they are present in the articles. I also get an error trying to upload an image to the post or comment. [Error screenshot](https://i.pstorage.space/i/yoOn3712P/original_Screenshot_292.png) Error from the console: ``` SyntaxError: Unexpected token 'R', "Request er"... is not valid JSON (anonymous) @ client.js:2 ```

1
0
support
Support diablexical 1 year ago 100%
Newbie issues

Hi transitioning from Reddit after being there since before Digg migration. Liking Lemmy but having 2 issues hoping to get advice on. Using firefox on mac. - Content movement: from the home screen when I select all, there is a loading period and the posts are populated. However as new instances collect everything just piles into the top making pics/posts I'm looking at move and self close. Is this expected behavior? - Ranking: imo the breakthrough reddit provided was in aggregating and ranking via votes. Whether it is through hot, controversial, top, etc there is an underlying algorithm that orders the posts. Due to the way content seems to come in from instances, I seem to get two different behaviors. The main page is either blocks of rank lists from each instance instead of a single rank order or the setting (hot, activity, top, etc) just doesn't seem to apply. The linked image is a screenshot of an attempt to filter all by top of week. The top posts have 1-2 votes on them. These are probably just bugs on my end and I would appreciate any suggestions. Thanks!

1
0
support
Support francisco1844 1 year ago 100%
Subscribe pending for days

I am aware that lemmy.ml has been fairly stressed, but have a few subscriptions such as !postgresql@lemmy.ml which have been stuck on **Subscribe pending** for days. They have switched to a [new server at lemmy.ml](https://lemmy.ml/post/1234235) in last few days and it seems fairly more responsive so wondering if the process is stuck somehow on vlemmy.

1
0
support
Support thesanewriter 1 year ago 100%
Remember to Report

Hey everyone, just a friendly reminder from a member of one of your mod teams. Don't forget to report bad actors, malicious bots, or rulebreakers whenever you see them. [vlemmy.net](https://vlemmy.net/) is a rapidly growing instance and as more people join, post, and comment, it will get harder for the admins/moderators to keep up. Reporting helps the admins/moderators immediately address bad behavior, making the community better for everyone and easing everyone's workload, so remember to report.

1
0
support
Support pyarra 1 year ago 100%
VLemmy Starting Guide

(This starting guide is currently being created, if you have any suggestions of what could be included please comment below) # Welcome! Welcome to Lemmy # About Lemmy Lemmy is a federated social link aggregation and discussion platform.. It’s being developed by the Lemmy devs: https://github.com/LemmyNet # About Federation What does federation mean? It means Lemmy is using a protocol (Activitypub) which makes it possible for all Lemmy servers to interact with each other. - You can search and view communities on remote servers from here - You can create posts in remote communities - You can respond to remote posts - You will be notified (if you wish) of comments on your remote posts - You can follow Lemmy users/communities on other platforms that also use the Activitypub protocol like Mastodon Please note that a server only starts indexing a server/community once it has been interacted with by a user of this server. # About Vlemmy Vlemmy is a generalized Lemmy server aimed at welcoming all and providing a space for all types of topics and discussions. We are one of the many servers hosting the Lemmy software. It was started on June 7th, 2023 by [@pyarra@vlemmy.net](https://vlemmy.net/u/pyarra). # Quick Start Guide ### Account You can use your account you created to log in to the server on which you created it. Not on other servers. Content is federated to other servers, users/accounts are **not**. ### Searching In the top menu, you’ll see the search icon. There, you can search for posts, communities etc. You can just enter a search-word and it will find the Post-titles, post-content, communities etc containing that word **that the server knows of**. So any content any user of this server ever interacted with. You can also search for a community by it’s link, e.g. `!lemmy@lemmy.ml ` or its URL, e.g. `https://lemmy@lemmy.ml`. Even if the server hasn’t ever seen that community, it will look it up remotely. Sometimes it takes some time for it to fetch the info (and displays ‘No results’ meanwhile…) so just be patient and search a second time after a few seconds. Please note search time may be increase if remote servers are experiencing high loads. For a more in depth list of remote communities, visit https://browse.feddit.de From there you can copy your chosen communities URL and search for it in VLemmy. ### Communities Before you create a community make sure it doesn’t already exist. Use search (see above). Also try https://browse.feddit.de to see if there are remote communities on other Lemmy servers that aren’t known to VLemmy.net yet. If you’re sure it doesn’t exist yet, go to the homepage and click ‘Create a Community’. ![](https://vlemmy.net/pictrs/image/f450a0b2-1125-4022-a426-0152a247e9f3.png) It will open up the following page: ![](https://vlemmy.net/pictrs/image/a24d3e4b-0800-4ab6-9ddf-28166a0e1e1a.png) Here you can fill out: - Name: should be all lowercase letters. This will be the /c/ - Display name: As to be expected, this will be the displayed name. - You can upload an icon and banner image. Looks pretty. - The sidebar should contain things like description, rules, links etc. You can use Markdown - If the community will contain mainly NSFW content, check the NSFW mark. - If you only want moderators to be able to post, check that checkbox. - Select any language you want people to be able to post in. You shouldn’t de-select ‘Undetermined’. Some apps use ‘Undetermined’ as the default language so don’t work if you don’t have it selected ### Reading I think the reading is obvious. Just click the post and you can read it. Sometimes when there are many comments, they will partly be collapsed. ### Posting When viewing a community, you can create a new post in it. First of all make sure to check the community’s rules, probably stated in the sidebar. ![](https://vlemmy.net/pictrs/image/e02e0db4-9623-41d7-b1bf-46682501a3b0.png) In the Create Post page these are the fields: - URL: Here you can paste a link which will be shown at the top of the post. Also the thumbnail of the post will link there. Alternatively you can upload an image using the image icon to the right of the field. That image will also be displayed as thumbnail for the post. - Title: The title of the post. - Body: Here you can type your post. You can use Markdown if you want. - Community: select the community where you want this post created, defaults to the community you were in when you clicked ‘create post’ - NSFW: Select this if you post any NSFW material, this blurs the thumbnail and displays ‘NSFW’ behind the post title. Also hides the post from those who choose not to see NSFW content. - Language: Specify in which language your post is. Also see the [Lemmy documentation](https://join-lemmy.org/docs/en/users/02-media.html) on formatting etc. ### Commenting ### Moderating ### Client Applications ##### Android **Jebora** - A native Android app made by Lemmy's developers - [Github](https://github.com/dessalines/jerboa) - [Google Play](https://play.google.com/store/apps/details?id=com.jerboa) - [F-Droid](https://f-droid.org/en/packages/com.jerboa) ##### iOS **Mlem** - A Lemmy Client for iOS - [Github](https://github.com/buresdv/Mlem) - [App Store (Testflight)](https://testflight.apple.com/join/xQfmkJhc) ### Issues

1
0
support
Support linuxFan 1 year ago 100%
Support Megathread

For everything you've always wanted to know about Lemmy but were afraid to make a post for.

1
0
support
Support linuxFan 1 year ago 100%
Having trouble subscribing [solved]

I'm trying to subscribe to https://lemmy.world/c/mst3k and https://feddit.de/c/raspberrypi , but I can't seem to subscribe to anything outside of vlemmy, lemmy.ml and beehaw. I tried using the method in the "How to Join Lemmy" post, and the instructions on the page (ie. copy and paste "!mst3k@lemmy.world" in the search) Am I doing it wrong, or is some type of server thing? I don't know how any of this works

1
0
support
Support pyarra 1 year ago 100%
How to Join Lemmy

# How to Join Lemmy To use Lemmy, you need to be a member of **one instance** like this one <https://vlemmy.net> or others from the list at <https://join-lemmy.org/instances>. You will still be able to see content from anywhere, but the instance you choose will determine: * What URL you use to log in to Lemmy, * What content shows on the homepage when you select "Local" or "All", * Who moderates your instance, and * What rules you agree to when you sign up. Choose an instance that matches your interests, language, and region. (If you want more information about an instance, you can tap its "Join" button, which will show you its current homepage in the main view and its description in the sidebar.) **Please avoid joining instances that are already crowded.** Join instances with 500 members or less as a rule of thumb. This isn't a hard set rule but doing so help the Lemmy network as a whole. Once you have decided on an instance, tap its "Join" button to open it and then tap "Sign Up" in the upper-right corner. Fill out the form and wait for your account to be approved. When your account is approved, log in and customize your profile and settings. If you change your language settings, **select "Undetermined" in addition to any languages you speak** so that you can still see posts and comments that are not tagged as being in any particular language. # How to Find and Subscribe to Communities There are two ways to find communities through Lemmy: 1. To browse communities that others in your instance are already subscribed to, tap the "Communities" tab at the top of the page and choose the "All" scope. Tapping on a community name will open it through your instance. 2. To browse communities across all instances, visit <https://browse.feddit.de/>. Tapping on the community's name will open it, but probably not through your instance (in which case the page will say that you are not logged in). **Instead, follow these steps:** a. Copy the community's URL. You can either use the copy button next to the community name or else open the community outside your instance and copy the URL from your address bar. b. In your instance, tap on the "🔍 Search" button in the upper toolbar. c. Make sure that you have chosen "All" for each of the four filters: "Type", "Scope", "Community", and "Creator". d. Paste the community's URL into the search field and tap "Search". e. One of the results should be the community shown as an icon, a name, and a subscriber count. If you do not see it, or it is buried too deep in the search results, try changing "Scope" to "Local". If that does not work, you may need to wait a bit and try again. f. Tap on the community in the search results to open it in your instance. Once a community is open in your instance, subscribe to it by tapping on the "Subscribe" button at the top of the sidebar. Can't find a community you're looking for? Subscribe to <https://lemmy.ml/c/findacommunity> and make a post about what you're looking for. Or, if it doesn't exist yet, and your instance allows it, create the community yourself.

1
0