Forum Activity for @sbhadauria

sbhadauria
@sbhadauria
12/10/17 06:09:04AM
129 posts

Jamroom Update failed


Installation and Configuration

Hi @douglas, I have just installed System Tools module but still getting errors.
sbhadauria
@sbhadauria
12/10/17 04:20:38AM
129 posts

Jamroom Update failed


Installation and Configuration

After updating Jamroom from 6.0.7 to 6.1.4 jrImage module stopped working and displaying raw characters instead of image. I am using S3 module. Please find the attached screenshot.
Screenshot-2017-12-10 Home dev cleartracks com.png Screenshot-2017-12-10 Home dev cleartracks com.png - 8KB

updated by @sbhadauria: 03/13/18 08:29:02PM
sbhadauria
@sbhadauria
09/22/17 03:26:15AM
129 posts

jrCloudS3 error on Jamroom-6.1.1 update


Using Jamroom

I am getting below mentioned error when trying to update Jamroom 6.07 to 6.1.1

[22-Sep-2017 06:18:28 America/New_York] PHP Fatal error: Uncaught exception 'Guzzle\Common\Exception\InvalidArgumentException' with message 'Invalid resource type' in /home/dev/public_html/modules/jrCloudS3/contrib/aws/Guzzle/Http/EntityBody.php:50 [1]
Stack trace: [1]
#0 /home/dev/public_html/modules/jrCloudS3/contrib/aws/Aws/Common/Client/UploadBodyListener.php(89): Guzzle\Http\EntityBody::factory(1506075508) [1]
#1 [internal function]: Aws\Common\Client\UploadBodyListener->onCommandBeforePrepare(Object(Guzzle\Common\Event), 'command.before_...', Object(Symfony\Component\EventDispatcher\EventDispatcher)) [1]
#2 /home/dev/public_html/modules/jrCloudS3/contrib/aws/Symfony/Component/EventDispatcher/EventDispatcher.php(164): call_user_func(Array, Object(Guzzle\Common\Event), 'command.before_...', Object(Symfony\Component\EventDispatcher\EventDispatcher)) [1]
#3 /home/dev/public_html/modules/jrCloudS3/contrib/aws/Symfony/Component/EventDispatcher/EventDispatcher.php(53): Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(Array, 'command.before_...', Object(Guzzle\Common\Event) in /home/dev/public_html/modules/jrCloudS3/contrib/aws/Guzzle/Http/EntityBody.php on line 50 [1]
updated by @sbhadauria: 12/11/17 10:41:54AM
sbhadauria
@sbhadauria
09/14/17 09:08:12AM
129 posts

User signup not firing listeners


Proxima

brian:
The jrUser (Users) module is the module that triggers the User events - it's part of the Jamroom Core. I think you mean that the Proxima User module is not firing jrUser events when an account is created using Proxima.

Like I mentioned above I am checking it out.

Thanks brian.
sbhadauria
@sbhadauria
09/14/17 08:53:00AM
129 posts

User signup not firing listeners


Proxima

paul:
Is this in a custom module? If so, has the listener been registered correctly? Maybe paste your code here so that we can take a look.

Signup Listeners not working in jrUser module.
sbhadauria
@sbhadauria
09/08/17 03:52:20AM
129 posts

audio_image required in proxima bridge api


Proxima

I am getting image required error in creating song through proxima api.

I am using Restlet client plugin in chrome browser to access proxima api.

How to upload image and avoid this error?

API end point: https://domain.com/api/bridge/audio



updated by @sbhadauria: 12/07/17 02:07:59PM
sbhadauria
@sbhadauria
05/14/17 11:58:40AM
129 posts

S3 Media Download Issue


Using Jamroom

I am using amazon S3 to store media files. I am using this function (_jrCloudS3_s3_media_get_media_url) to get media URL to share on social media. Everything working fine without using cloudfront.

I am getting issue in renaming filename on using cloudfront, filename is not renaming.?
updated by @sbhadauria: 08/13/17 11:34:18AM
sbhadauria
@sbhadauria
12/13/16 12:12:20AM
129 posts

Debugging conversion worker.


Jamroom Developers

After debugging I have found that "jrCloudQueueClient_check_queues_ready_listener" returning queue array with only queue name. for eg.
array(
    [audio_conversion] => array(queue_name=>audio_conversion)
)

But in "jrCore_process_exit_listener" in include.php file of jrCore module we have a condition which is checking queue name with module that's why conversion worker not working:
// Only process entries for queue we actually have
if (!isset($_qn["{$mod}_{$qname}"])) {
       continue;
}

After modifying "jrCloudQueueClient_check_queues_ready_listener" to return queue array with module name, conversion worker started again.
array(
    [jrAudio_audio_conversion] => array(queue_name=>audio_conversion)
)

updated by @sbhadauria: 12/13/16 12:18:08AM
sbhadauria
@sbhadauria
12/12/16 10:55:30AM
129 posts

process_stats task


Jamroom Developers

After updating Jamroom 6.0.2, I am getting multiple process_stats task in my queue server.
updated by @sbhadauria: 03/12/17 04:31:08PM
sbhadauria
@sbhadauria
12/12/16 07:26:48AM
129 posts

Debugging conversion worker.


Jamroom Developers

I have cleared and reset but conversion worker but not working. Can you please tell me which function is calling to trigger task on conversion worker.
  5