Blossom fails on Amethyst #35
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/chorus#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The blossom server works fine on most clients, but Amethyst gives an error.
Steps to reproduce:
While chosing a different public blossom server works fine, I understand this could be an Amethyst issue. Just posting here for reference.
This error message doesn't refer to anything I recognize
api_urlorapiUrl, neither in my code nor in the blossom specs. So I think we should ask Vitor. If it was my server, maybe it gets tripped up on the port 444 part.Thanks for the feedback. I'm not sure i understand the reference to port 444, could you elaborate?
I understand the doc isn't really up to speed and i also know the burden of documenting progress, but if you have a moment to help me understand better, i could help unburden you with contribution to the documentation.
Sorry, I wasn't sure what server you used. I was thinking of my server at wss://chorus.mikedilger.com:444/
ah! ok :) I am using my own, which i set behind a proxy:
wss://relay.basspistol.orgStill willing to help out with doc, have identified a couple of things i think i can address. Don't have an ETA, but i'm pretty sure you will recieve some gentle PRs soon™ 💜
What if you try
https://relay.basspistol.orginstead of withwss? Blossom doesn't use websockets.Thanks @mikedilger ! The relay is indeed on
wss://but in the app, i have usedhttps://for the blossom server settings.I will file an issue on amethyst repo as soon as i have a minute, and reference this one. Many thanks for taking the time to look into this!