Skip to content

Cannot create Session #92

@crnvl

Description

@crnvl

Describe the bug
My Code is

ConfigurationBuilder configurationBuilder = new ConfigurationBuilder();
                    configurationBuilder.setAuthKey(Config.AUTH_KEY);
                    configurationBuilder.setDevId(Config.DEV_ID);
                    configurationBuilder.build();

                    Paladins.initConfig(configurationBuilder);

                    Flowable<MatchDetail> matchDetails = Paladins.getMatchDetails(c.getMatchID());
                    Flowable<PlayerLoadout> playerLoadoutFlowable = Paladins.getPlayerLoadouts(args[0]);

But I always get Errors like
hirez.api.HiRezException: Require generate session for: testsession.

I already tried using

CreateSession session = new CreateSession();

but it doesn't seem to fix anything.
Idk, I heard it's supposed to create them automatically, but that also doesn't work for me somehow.

Desktop (please complete the following information):

  • Win 10
  • JDK 11

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions