Forum Activity for @michael

michael
@michael
09/11/21 12:02:06AM
7,717 posts

Discussion Forum


Using Jamroom

You still should have got an email with the contents in it. You can reply to that and it will arrive at a place where the whole team can view it.

So send the admin login details to support at jamroom dot net from your s**************@gmail.com account and we can move forward from there.
michael
@michael
09/06/21 05:58:30PM
7,717 posts

Still Baffled


Using Jamroom

What are you thinking? Whats the goal of what you're trying to achieve?
michael
@michael
09/06/21 04:30:23PM
7,717 posts

Still Baffled


Using Jamroom

In this regard the profiles timeline feature functions more like Twitter. It sounds like your expectations are that it functions more like Facebook.

Here's a picture of Elon Musk's profile on Twitter: (screenshot)

You'll see there is no way for me to type anything onto his profile. But if Elon Musk were to write a message that included @jamroom then it will show up on my twitter feed under MENTIONS category. (screenshot)

Its the same with jamroom.

If "Simon" writes a note that mentions another user eg: @admin then "Admin" will see that in their MENTIONS section.
mentions.png mentions.png - 276KB
michael
@michael
09/05/21 06:43:19PM
7,717 posts

email from Soundcloud... anything to worry about?


Using Jamroom

The state of things is, as I understand it:
* Soundcloud doesn't give out new keys, so any coding done would only be for the limited amount of people who currently have keys.
* Soundcloud has taken their very simple integration system and changed it to one that is overly complex and paranoid so the thought of creating the code and keeping it working is not something that's exciting to work on and maintain. (the system is OAuth)

Its my understanding that SoundCloud is loosing a lot of money, so its not too surprising they're cutting back in places. Maybe they'll start charging for connections to the API, not sure thats just speculation.

So I guess the state its at is 'uncertainty' with their side of things. What would be needed is someone wanting to work on building the system to keep the integration running, combined with them making keys available to everyone again.

Youtube API is still working, folk music doesn't use that?
michael
@michael
09/04/21 03:48:08PM
7,717 posts

ACP Error


Using Jamroom

You'll need to look in your servers error log to find out what the error is. That is a server level issue.
michael
@michael
09/01/21 06:51:28AM
7,717 posts

email from Soundcloud... anything to worry about?


Using Jamroom

Bad news on this one, its too complicated. The SoundCloud module was removed from the marketplace a while back because they were not giving out any more client keys.

Now they're changing it to a much more complicated authorization system and if we jump through all the hoops to get it working again its only going to work for those that currently have access. ( Those that have client keys. )
michael
@michael
08/28/21 02:21:21PM
7,717 posts

How do I remove old Proxima licenses


Installation and Configuration

The memcache one is a server operation. Ask you hosing company how to enable it, that would get rid of the warning.
michael
@michael
08/28/21 02:20:05PM
7,717 posts

How do I remove old Proxima licenses


Installation and Configuration

go to your profile here on jamroom, then click on your icon to get to account settings, then change to the JAMROOM SITES tab then on VIEW LICENSES.

In there you'll see proxima and you can click RELEASE LICENSE.

If you have any trouble I can do it for you.
view_licenses.jpg view_licenses.jpg - 726KB

updated by @michael: 08/28/21 02:20:22PM
michael
@michael
08/24/21 09:47:32PM
7,717 posts

searching multiple like patterns


Using Jamroom

That search WILL NOT SCALE. 'Like' queries are already slow and each time you add another % to it, its getting slower still.

ok, so given that whats the issue...... It looks like you have 2 types of datastore items listed. you have 'profile_name' which would be searching the jrProfile modules datastore and also 'audio_credits' which would be searching the jrAudio modules datastore. What does the
module=""
part of the request look like?
  32