Skip to content
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

escape quotes #662

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

escape quotes #662

wants to merge 2 commits into from

Conversation

jonycoo
Copy link
Collaborator

@jonycoo jonycoo commented Jul 30, 2024

quotes in json need to be escaped so that valid jsin es reveived. couldn't find documentation or specific reason why this changed recently.

quotes in json need to be escaped so that valid jsin es reveived. couldn't find documentation or specific reason why this changed recently.
Copy link

sonarcloud bot commented Jul 30, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

Base automatically changed from dev to master September 20, 2024 14:13
@sMeilbeck sMeilbeck changed the base branch from master to dev October 2, 2024 21:08
Copy link

sonarcloud bot commented Oct 2, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

@sMeilbeck
Copy link
Collaborator

sMeilbeck commented Oct 2, 2024

Nochmals getestet; scheint meinerseits jetzt bei jedem Browser zu funktionieren - bei einem neu angelegten Test. Bei älteren Tests weiterhin promise unresolved in 30000ms unter Firefox Getestet unter NodeJS 20.17

Unter Edge dieses Problem:

DevTools listening on ws://127.0.0.1:59634/devtools/browser/304d434c-4b43-4c5a-86d1-d2f8a3aaae6d
[17184:35704:1002/233228.232:ERROR:fallback_task_provider.cc(127)] Every renderer should have at least one task provided by a primary task provider. If a "Renderer" fallback task is shown, it is a bug. If you have repro steps, please file a new bug and tag it as a dependency of crbug.com/739782.
stdout: .
[17184:35704:1002/233231.269:ERROR:fallback_task_provider.cc(127)] Every renderer should have at least one task provided by a primary task provider. If a "Renderer" fallback task is shown, it is a bug. If you have repro steps, please file a new bug and tag it as a dependency of crbug.com/739782.
stdout: .
[17184:35704:1002/233232.032:ERROR:fallback_task_provider.cc(127)] Every renderer should have at least one task provided by a primary task provider. If a "Renderer" fallback task is shown, it is a bug. If you have repro steps, please file a new bug and tag it as a dependency of crbug.com/739782.
[17184:35704:1002/233232.599:ERROR:fallback_task_provider.cc(127)] Every renderer should have at least one task provided by a primary task provider. If a "Renderer" fallback task is shown, it is a bug. If you have repro steps, please file a new bug and tag it as a dependency of crbug.com/739782.
[17184:35704:1002/233232.801:ERROR:fallback_task_provider.cc(127)] Every renderer should have at least one task provided by a primary task provider. If a "Renderer" fallback task is shown, it is a bug. If you have repro steps, please file a new bug and tag it as a dependency of crbug.com/739782.
[17184:35704:1002/233233.278:ERROR:fallback_task_provider.cc(127)] Every renderer should have at least one task provided by a primary task provider. If a "Renderer" fallback task is shown, it is a bug. If you have repro steps, please file a new bug and tag it as a dependency of crbug.com/739782.
stdout: .
stdout: switchTo: 1st tab

stdout: .
stdout: .
stdout: .
stdout: .
stdout: .
stdout: F
stdout: -----

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants