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

Helpers query.php problems #68

Open
lefterists opened this issue Nov 2, 2023 · 3 comments
Open

Helpers query.php problems #68

lefterists opened this issue Nov 2, 2023 · 3 comments

Comments

@lefterists
Copy link

  1. Null/zero return values are not handled properly in almost all queries

  2. Seems like some queries are executed multiple times, null or not results

03:58:02 - [LLCLIENTVIEW]: Caught exception while processing DirClassifiedQuery for Test User: Object reference not set to an instance of an object.
03:58:03 - [LLCLIENTVIEW]: Caught exception while processing DirClassifiedQuery for Test User: Object reference not set to an instance of an object.
03:58:03 - [LLCLIENTVIEW]: Caught exception while processing DirClassifiedQuery for Test User: Object reference not set to an instance of an object.
03:58:21 - [LLCLIENTVIEW]: Caught exception while processing DirLandQuery for Test User: Object reference not set to an instance of an object.
03:58:31 - [LLCLIENTVIEW]: Caught exception while processing DirPlacesQuery for Test User: Object reference not set to an instance of an object.
03:58:31 - [LLCLIENTVIEW]: Caught exception while processing DirPlacesQuery for Test User: Object reference not set to an instance of an object.
03:58:31 - [LLCLIENTVIEW]: Caught exception while processing DirPlacesQuery for Test User: Object reference not set to an instance of an object.

@GuduleLapointe
Copy link
Owner

The duplicate queries seem to come from the way the viewer handles search. I already noticed it and couldn't find something causing this inside the helpers code.

I will have a look on null values

@GuduleLapointe
Copy link
Owner

I could not reproduce the NULL/Zero issue, could you tell me how you got this behaviour?

  1. Null/zero return values are not handled properly in almost all queries

@lefterists
Copy link
Author

Must be the modules that I am using then. I am compiling and using the dotnet6 OpenSim 0,9.3 and the corresponding modules for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants