Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException when invoking "com.shaft.properties.internal.Timeouts.apiSocketTimeout()" #1602

Open
kariemamal opened this issue Apr 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working triage needs to be looked at

Comments

@kariemamal
Copy link

kariemamal commented Apr 24, 2024

No description provided.

@kariemamal kariemamal added bug Something isn't working triage needs to be looked at labels Apr 24, 2024
@MohabMohie
Copy link
Contributor

This is currently a known issue dear.
You aren't able to setup any properties programmatically in the following case:

  1. You did not do an initial test run and therefore your listeners aren't configured.
  2. You did not initialize the driver instance yet.

Kindly share your code to confirm if this is a new case.

In your case since this seems to be a global configuration for you, then note that it's advised to handle global configuration by used file-based properties as per our user guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage needs to be looked at
Projects
None yet
Development

No branches or pull requests

2 participants