-
Notifications
You must be signed in to change notification settings - Fork 41
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
Uncaught TypeError: Cannot convert undefined or null to object #41
Comments
BTW, I used Meteor 1.5.1 and Ionic 3.7.0 |
Hi @lingboz I have the same problem, so I created an issue in the Ionic2CLI-Meteor-WhatsApp git repo. I think that this error isn't the meteor-client-bundler, because testing in devices with different os versions, only it works fine on higher versions to android 5.0, but not in IOS and android 4.4.4. My issue: Urigo/Ionic2CLI-Meteor-WhatsApp#121 |
Hi guys, I've got it working by removing the following two dependencies in meteor-client.js. |
@sxxymzy , tried out commenting out those lines of code you stated in meteor-client.js. It still returned the same error on mobile chrome etc. Can you please elaborate on how exactly you went about it. Thanks. |
@hwonda As the error stacks implied, the error is about the uint8-array dependency. So I just go through those call stacks and remove the dependences. Maybe your error is not exactly same as the pictures? Or there might be other issues after you commented those two lines? |
Hi guys, |
Only had this problem with Safari and iOS. Don't have this problem in Chrome on Macbook and Android. I'm using meteor 1.5.1 and ionic 3.6.0. |
Looked into meteor and found out that these lines were added in 1.5.1-beta.0 and 1.6-beta.24 |
@lingboz @fernandoarevalo @blackjack0v0 @sxxymzy is any of you using windows? Because I have deleted those two lines (including in the .meteor packages)everywhere on my computer and yet I still get the error. |
Hi pkitatta
I am using Windows 10. What have you found?
…On Tue, Sep 5, 2017 at 11:54 PM, pkitatta ***@***.***> wrote:
@lingboz <https://github.com/lingboz> @fernandoarevalo
<https://github.com/fernandoarevalo> @blackjack0v0
<https://github.com/blackjack0v0> @sxxymzy <https://github.com/sxxymzy>
is any of you using windows?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIIgrYLCobyh91PR-BtKNdbNkrJR42CRks5sfgl9gaJpZM4O2rWa>
.
--
Regards,
Alex. Lingbo. Zou,
Dept.of Computer Science, Dalhousie University.
|
I am also using windows 10 and its failed to work on mine after removing the lines. Isn't also odd that those two lines are present in the old script that works without a problem?! I have tried to find @DAB0mB but have failed to get him. |
Hi guys, there is a new release from Meteor. https://blog.meteor.com/announcing-meteor-1-5-2-105b53e0debc |
A workaround is available: Urigo/Ionic2CLI-Meteor-WhatsApp#124 (comment) |
Hi guys
I ran into an error that only happens on devices and simulators (my code works well in browser).
To recreate the error, just create a new blank ionic 2 project,
and then follow angular-meteor tutorial chapter 1 using Ionic CLI to add necessary webpack supports, etc., then add meteor client blunder plugin and do a meteor-client:bundle in your project folder.
When I run my program in Android simulator, the error is as the picture (you can see this in Chrome inspect window) and nothing is loaded in Android simulator. The same things happens with ios.
Does anyone else have this issue?
The text was updated successfully, but these errors were encountered: