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

Resolve bug when de zabbiz return 504 in html #21

Open
hallanneves opened this issue Mar 7, 2020 · 0 comments · May be fixed by #24
Open

Resolve bug when de zabbiz return 504 in html #21

hallanneves opened this issue Mar 7, 2020 · 0 comments · May be fixed by #24

Comments

@hallanneves
Copy link

I have problems with the timeout of zabbix. The sugestion of the solution is add this lines:

        try{
          JSON.parse(rawData);
        } catch{
          reject(new Error('Invalid content.\n' +
          `Expected json but received ${rawData}`));
          return;
        }
        resolve(JSON.parse(rawData));

In the file wrapper.js in the line number 89.

Best regrads.

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

Successfully merging a pull request may close this issue.

1 participant