Brismuth-Apps-LLC / bulk-texter-lite

A chrome extension to automate bulk texting via Google Voice.
86 stars 48 forks source link

Write Message Failed #218

Closed Anyssa1 closed 1 year ago

Anyssa1 commented 1 year ago

image

I have updated the latest version but still i find the messages I have automated are not writing in the message box then after sometime this error appears in the screen.

brismuth commented 1 year ago

Sorry to hear that - a couple questions:

  1. Was it working for you before, or are you trying to get it to work for the first time?
  2. Can you confirm that you tried all the tips on the support page? https://github.com/Brismuth-Apps-LLC/bulk-texter-lite/blob/main/support.md#general-tips
mr-574rk commented 1 year ago

Same here it doesn't work even with the pro version...

brismuth commented 1 year ago

Sounds like Google Voice may be changing their interface in a way that will require Bulk Texter Lite / Pro to be updated.

Just to confirm, it was working for you before, right? And it suddenly stopped working?

Bulk Texter Pro subscribers that are having issues should email support@bulktexterpro.com, we're typically able to get things sorted out pretty quickly and then get the fix ported to Bulk Texter Lite soon after.

mr-574rk commented 1 year ago

Yes it was then stopped suddenly

On Tue, Jan 24, 2023, 4:28 PM Brian Smith @.***> wrote:

Sounds like Google Voice may be changing their interface in a way that will require Bulk Texter Lite / Pro to be updated.

Just to confirm, it was working for you before, right? And it suddenly stopped working?

Bulk Texter Pro subscribers that are having issues should email @.***, we're typically able to get things sorted out pretty quickly and then get the fix ported to Bulk Texter Lite soon after.

— Reply to this email directly, view it on GitHub https://github.com/Brismuth-Apps-LLC/bulk-texter-lite/issues/218#issuecomment-1402139648, or unsubscribe https://github.com/notifications/unsubscribe-auth/APY7HBP5OFNXU2MQA5VXHM3WT7YLTANCNFSM6AAAAAAUDGUEAU . You are receiving this because you commented.Message ID: @.***>

brismuth commented 1 year ago

Can you follow these steps in Chrome? That will help me get a fix out.

  1. Go to https://voice.google.com/u/0/messages.
  2. Click and open any message thread.
  3. Right click on the part of the page where you write new text messages, and click "Inspect". It should show something like this:
image
  1. Right click on the highlighted blue code that says <textarea or similar, then "Copy", then "outerHTML", and paste the output here, as shown here:
image

For example, this is what mine outputs:

<textarea aria-label="Type a message" flex="" gv-test-id="gv-message-input" gv-focus-when="ti1" autocomplete="off" md-no-resize="" ng-attr-placeholder="{{ctrl.getPlaceHolderText()}}" ng-class="::ctrl.Css.INPUT" ng-keypress="ctrl.onKeydown($event)" ng-model="ctrl.inputMessage" ng-readonly="ctrl.isSendSmsDisabled()" class="ng-valid md-input gvMessageEntry-input flex ng-touched ng-not-empty ng-dirty ng-valid-parse" id="input_0" rows="1" placeholder="Type a message" aria-invalid="false" style="height: 56px;">      </textarea>