# Error 1101 - on QR Download apk - Inconsistent

**URL:** https://community.thunkable.com/t/error-1101-on-qr-download-apk-inconsistent/53882
**Category:** Feedback
**Created:** [October 27, 2018, 1:20pm UTC](https://community.thunkable.com/t/error-1101-on-qr-download-apk-inconsistent/53882 "2018-10-27T13:20:51Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![awuser](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@awuser](https://community.thunkable.com/u/awuser)
#### Post date: [October 27, 2018, 1:20pm UTC](https://community.thunkable.com/t/error-1101-on-qr-download-apk-inconsistent/53882/1 "2018-10-27T13:20:52Z")

</div>

The error 1101 on downloading the apk via QR

One phone it works but if I start a second screen (function of android) then on that screen I have error 1101  
Same phone but in on account no problem the other problems.

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [November 4, 2018, 11:50am UTC](https://community.thunkable.com/t/error-1101-on-qr-download-apk-inconsistent/53882/2 "2018-11-04T11:50:13Z")

</div>

Hi @awuser,

the code 1101 is associated with the `Web` component. Are you trying to make an API call on your second screen?

---

<div class="post-metadata">

### Author: ![awuser](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@awuser](https://community.thunkable.com/u/awuser)
#### Post date: [November 4, 2018, 1:09pm UTC](https://community.thunkable.com/t/error-1101-on-qr-download-apk-inconsistent/53882/3 "2018-11-04T13:09:02Z")

</div>

I was literally just watching one of your videos before you replied. Thanks they are very helpful.  
It was using the same app on both screens, same google play account, same phone, one gave me the error consistently the other didn’t.  
The only WEB code I have at the moment is this: (part of getting Firebase Auth)

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/b/6b2bf6b6ae869326478ec5317cac691ce4aadda5.png)

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [November 4, 2018, 1:21pm UTC](https://community.thunkable.com/t/error-1101-on-qr-download-apk-inconsistent/53882/4 "2018-11-04T13:21:39Z")

</div>

> [@awuser](#):
>
> I was literally just watching one of your videos before you replied. Thanks they are very helpful.

Thanks, glad you like them! 😃

> [@awuser](#):
>
> The only WEB code I have at the moment is this:

The 1101 Error is `ERROR_WEB_UNABLE_TO_GET` so perhaps you have an issue with your URL, or maybe your headers?

Just out of curiosity, why not use one of the Firebase components or extensions?

---

<div class="post-metadata">

### Author: ![awuser](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@awuser](https://community.thunkable.com/u/awuser)
#### Post date: [November 4, 2018, 3:57pm UTC](https://community.thunkable.com/t/error-1101-on-qr-download-apk-inconsistent/53882/5 "2018-11-04T15:57:58Z")

</div>

So I’m using the the Firebase 3.0 Extension.  
This bit of code is just to allow someone to reset their password and receive an email from firebase through which they can reset it.  
It calls headers “Content-Type” and “application/json”

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:54am UTC](https://community.thunkable.com/t/error-1101-on-qr-download-apk-inconsistent/53882/6 "2024-11-08T11:54:50Z")

</div>


