You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all, I apologize for my ignorance on the subject.
I am currently trying to use your avrbro in a project of mine, but in order to understand how to use ir properly, I tried to run your sample.html. It says that a http server is needed, but how can I run it on local host? When using node js for the server, several importing erros showed up so I added ".js" in some import statemens and "/index.js" on others. Unfortunately, it still doesn't work and it returns me this error instead: TypeError: Cannot read properties of undefined (reading 'requestPort'), indicating something at avrbro.js:1:34007.
Could you tell me what am I doing wrong? I can't even start using your lib...
The text was updated successfully, but these errors were encountered:
Hello, first of all, I apologize for my ignorance on the subject.
I am currently trying to use your avrbro in a project of mine, but in order to understand how to use ir properly, I tried to run your sample.html. It says that a http server is needed, but how can I run it on local host? When using node js for the server, several importing erros showed up so I added ".js" in some import statemens and "/index.js" on others. Unfortunately, it still doesn't work and it returns me this error instead: TypeError: Cannot read properties of undefined (reading 'requestPort'), indicating something at avrbro.js:1:34007.
Could you tell me what am I doing wrong? I can't even start using your lib...
The text was updated successfully, but these errors were encountered: