jcsalterego/Contrails

Error unterminated string

samuk opened this issue · 5 comments

samuk commented

unterminated-string

When I try to deploy I get:

⛅️ wrangler 3.20.0

✘ [ERROR] Unterminated string

/github/workspace/wrangler.toml:1:31:
  1 │ name = "worker-small-night-fd13

Any idea why?

samuk commented

variable

This is how the variable looks in the Github WebUI.

Should I be adding "quotes" to that?

Ah, I think the problem is there's a newline/enter in that variable. Can you try removing the trailing newline from the CLOUDFLARE_WORKER_NAME Value field?

So if you "Select All" in that field, you should see: worker-small-night-fd13 instead of

worker-small-night-fd13

samuk commented

Thanks that has indeed resolved that. Apologies I thought I had tried deleting any extra spaces/breaks, but clearly not.

I do now run into this issue, but I'll investigate that unless you have any insights into what I've done wrong?
missingURL

@samuk Based on your action https://github.com/samuk/bsky_robot_list/actions/runs/7209257611/job/19639831726 it looks like there's another newline in your account ID perhaps? I'd run through your variables and make sure none of them have the same newline issue.