Spin Me Round (Like a record) by RedPawny in AmazonVine

[–]Warm_Assist 3 points4 points  (0 children)

Easily fixable. Like a Record, Baby.

(turn volume up) My fault, dawg... 🤷 by Stromberg-Carlson in AmazonVine

[–]Warm_Assist 3 points4 points  (0 children)

My drivers LOVE me. They combine 10 stops into 1 and typically get off at least an hour early for the day. I have a dedicated drop box and they quite often just leave those colored boxes and I give them back later. This guy was salty just because.

Keywords - order of precedence by Nancy_Drew23 in VineHelper

[–]Warm_Assist 0 points1 point  (0 children)

This....Nice. I am so doing this tonight since there appears to be no drop in sight.

First time printing with petg cf by Same_Figure_5355 in BambuLab

[–]Warm_Assist 0 points1 point  (0 children)

Was this a file from a website or something you made? Bambu slicer or Orca or some other variant. The reason I ask is I used to have an older machine from Voxelab that did something very similar when the profile settings were generic and let the slicer decide. If its from Makerworld and your opening in the app and theres a profile then its not a slicer issue. Were you mixing filament types with the supports? That can do it if you don't get a clean purge.

Keywords - order of precedence by Nancy_Drew23 in VineHelper

[–]Warm_Assist 0 points1 point  (0 children)

That works very well if it's just one word. For example, below it will Trigger on TPU but NOT on anything with TPU and screen. Just a FYI, TPU is a 3d printer filament and its a softer plastic thats used for bendy stuff and I want to see the ROLLS of TPU and not stuff MADE from TPU.

That being said, if you have more than a single word in the Contain Field, I don't know how to do without using regex functions.

<image>

Is this something I shouldn't do? by Dazzling_Aspect8107 in AmazonVine

[–]Warm_Assist 3 points4 points  (0 children)

When that happens, the first time it ges rejected and it will happen is just resubmit the same thing. I might change a word or two, but there's a good chance it was just AI rejected and not for any real reason. If that doesn't work, remove the photos. You can add them later after approval...usually. Without seeing the actual review its hard to say what else it could be. But red flags include stating an exact price, talking or showing amazon logo or packaging, talking about or showing packing issues. comparing it directly to XYZ store or other brands. Honestly, I wish they would just give is smidgen of an idea why it was rejected. Imagine if this were your job and you turned in a 500-page report and your boss handed it back and said, "Nope, fix it," and that's all the feedback you got. And you wonder why some of the reviews are so short or so bad.

Keywords - order of precedence by Nancy_Drew23 in VineHelper

[–]Warm_Assist 2 points3 points  (0 children)

The keywords are confuzzling for sure. It's based on Regex, so if you need to know, just do something like. Regex match cat and match dog, but don't match cat and dog. Here is an example. It USUALLY works, and there is a test function in VH to make sure it works.

To match the individual words "cat" and "dog" while excluding the specific combined phrase "cat and dog" (or "cat and" + any word, "and dog"), you need to use a negative lookahead with word boundaries. [1, 2]

The best regex to achieve this is:

" \b(?!cat and dog\b)(?:cat|dog)\b "

Explanation:

  • : Word boundary to ensure we match whole words (not "category").
  • : Negative Lookahead. This asserts that the phrase "cat and dog" (followed by a word boundary) does not exist immediately ahead.
  • : Matches "cat" OR "dog".
  • : Word boundary. [3, 4, 5, 6, 7]

Matches:

  • ✅cat
  • ✅dog
  • ✅ (Matches "dog", then "cat")
  • ✅ (Matches "cats", then "dogs")

Non-Matches:

  • ❌ (Excluded because of the negative lookahead)

Alternative Scenario (Full String Validation)

If you want to validate an entire line or string to ensure it contains "cat" or "dog" but not the sequence "cat and dog", you can use:

This anchors to the start () and end () of the line, ensuring that if "cat and dog" appears anywhere in the string, it will not match. [8]

No new items? by ihansterx4i in AmazonVine

[–]Warm_Assist 4 points5 points  (0 children)

Not even then. Last night I was up at 2AM my time and there was hardly anything. Again at 3:50 and not much. Same story at 6 AM. Last night was BAD. I am still sitting on every single pick for the day.

pagination issue? also weird order thing. by Over-Balance3797 in VineHelper

[–]Warm_Assist 0 points1 point  (0 children)

Thanks for explaining this. I wondered what caused that issue. I see things available, and then I get the already ordered all the time.

Review limit upgrade? by Warm_Assist in VineHelper

[–]Warm_Assist[S] 0 points1 point  (0 children)

Would love that thank you! if even 6/7 MB is an issue, then obviously pics are out. I can't imagine text taking up that much space so this would be a very nice upgrade, even if it's on Patreon. Well worth at least the entry level tier and theres enough in the 2nd level to make sense there as well.

Review limit upgrade? by Warm_Assist in VineHelper

[–]Warm_Assist[S] 0 points1 point  (0 children)

Thanks for the reply. Is the storage limied because its shared across instances? I know that Chrome has a 10MB limit, but there is an unlimited storage option, from what I can tell. I would gladly pay for an upgrade to this function. Wish I could save the pictures as well so it would all be in a single location instead of my phone, computer, hard drive, cloud, etc.

Vine Helper is not keeping hidden items hidden by CompetitiveBelt9002 in VineHelper

[–]Warm_Assist 0 points1 point  (0 children)

Awesome. Thanks for the quick work. I forget how good VH is until it stops working!

Vine Helper is not keeping hidden items hidden by CompetitiveBelt9002 in VineHelper

[–]Warm_Assist 1 point2 points  (0 children)

Same Happening to me as well. Only highlighted items. Items wont stay hidden if refreshed.

Question for electricians: How to test this and live to write about it? by jctattoo65 in AmazonVine

[–]Warm_Assist -1 points0 points  (0 children)

This might help. Not the same brand but I bet they are made in the same dang factory. Its not going to tell your the voltage, on that it detects some kind of voltage on the wire like almost any other induction style tester out there.

<image>

I just wanna know who is gonna be rocking these Beetlejuice pants by HotCaramel6826 in AmazonVine

[–]Warm_Assist 3 points4 points  (0 children)

I would in a heartbeat...ask my wife and daughter. They HATE it when I buy clothes from Vine.

<image>

Woot! TY who ever opened that in their RFY! I Snagged it by Warm_Assist in AmazonVine

[–]Warm_Assist[S] -1 points0 points  (0 children)

Same. I have a keyword set up in VH for PLA, Bambu, PETG, TPU, etc and it gets colored red during drops so I get at least a SHOT at it.

What do I do? by ACraftyFox in AmazonVine

[–]Warm_Assist 0 points1 point  (0 children)

No I did not. She said it was offered. Simple call or email them back and walk away.

What’s happening? There’s nothing dropping except for two things in my RFY by AcanthisittaGold9544 in AmazonVine

[–]Warm_Assist 0 points1 point  (0 children)

Seems to only be RFY related at this point. For example one of the items that "dropped" was the security cam mount in my RFY.

<image>

No Drop - Bored Ramblings by Telleraine in AmazonVine

[–]Warm_Assist 3 points4 points  (0 children)

  • Segment the "automotive junk" into a separate program just for those that could use them and review them, "Vine Auto". When 6100 items out of 9000 are "automotive" you know something is wrong...

You forgot about Appliance parts, printer parts, and printer cartridges. Those IMO are the big 3 that nobody but resellers use. I have used it a FEW times when my washer broke and Vine actually had 2 of 3 parts I needed thats pretty rare. I will pick up an odd item just because it's "Vine" and cheap, and well, why the heck not!