Code Monkey home page Code Monkey logo

Comments (7)

FalkoHilbert avatar FalkoHilbert commented on May 21, 2024 6

it looks like it is working now

from slack-php-api.

FalkoHilbert avatar FalkoHilbert commented on May 21, 2024 3

Hi,
i'm using php 7.2.34 on debian 9
jolicode/slack-php-api v2.5.0 -> but it looks like it would also be present in higher versions
jane-php/open-api-runtime v5.3.3
jane-php/json-schema-runtime v5.3.3

<?php
declare(strict_types=1);

require_once( 'vendor/autoload.php' );

use Faker\Factory;
use JoliCode\Slack\ClientFactory;

$client = ClientFactory::create(SLACK_TOKEN);

$faker = Factory::create();
$veryLongBody = $faker->text(4096);

$client->chatPostMessage(
    [
        'text' => 'Test message',
        'blocks' => json_encode([
            [
                'type' => 'section',
                'text' => [
                    'type' => 'plain_text',
                    'text' => $veryLongBody
                ]
            ]
        ]),
        'channel' => 'YOUR USER ID HERE',
        'as_user' => true
    ]
);

I Hope it will help

from slack-php-api.

damienalexandre avatar damienalexandre commented on May 21, 2024

Hi!

Do you happen to have a longer stacktrace? Because I don't find an isfile method neither in the client nor in JanePHP.

Thanks!

from slack-php-api.

FalkoHilbert avatar FalkoHilbert commented on May 21, 2024

Hi,

I didn't have a stacktrace yet, but i think the following line is the reason:
https://github.com/janephp/open-api-runtime/blob/1c5248ed5e453b32e8afb325b180d010768a472e/Client/Client.php#L61

from slack-php-api.

Korbeil avatar Korbeil commented on May 21, 2024

Hey @FalkoHilbert, thanks for your report, it seems this bug is more related with https://github.com/janephp/janephp, that's why I'm taking back here :)
Could you provide us what is your OS, PHP version (php --version), slack-php-api (composer info) version and a code example (with the path your are using) to help us reproduce your issue ?

Thanks !

from slack-php-api.

damienalexandre avatar damienalexandre commented on May 21, 2024

We were not able to reproduce the error, but it should be fixed by #108.

Could you please try it? By setting this in your composer.json:

"jolicode/slack-php-api": "dev-upgradeJane"

And then composer update jolicode/slack-php-api.

Thanks a lot!

from slack-php-api.

damienalexandre avatar damienalexandre commented on May 21, 2024

Awesome, just released the patch: https://packagist.org/packages/jolicode/slack-php-api#v4.1.1

from slack-php-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.