Error when reading stories: storybook is loading for too long - applitools

I am trying to add applitools/eyes-storybook to run existing storybook visual tests. but getting below error.
⠋ Starting storybook server/Users/testuser/project/node_modules/.bin/start-storybook
✔ Storybook was started
✖ Error when reading stories: storybook is loading for too long

This is Matt and I work on the Applitools support team. I see you're running into an issue with our Storybook SDK.
In cases like this, we'd typically ask for more information as well as verbose logging. Unfortunately, the logs will contain your API key so we can't have you post them here. Could you please open up a support ticket here? Then, I'll be able to grab the required information and help you resolve this issue.
Thanks! Matt

Related

Flutter package - simple_barcode_scanner 0.0.5 not working on windows

Hi I am currently using the flutter package simple_barcode_scanner 0.0.5 in order to scan a QR code on my (flutter) windows application. The project compiles, camera permission is requested etc, however I am not receiving any result back when scanning a QR code. Can someone kindly confirm if they are experiencing the same result and/or if there is an additional setup/configuration step that I might be missing in order for this package to work.
Kind regards,
Alecia
there is an open issue for that, you can add the error or issue which you are facing with steps to reproduce in the same thread.

undefined symbol error when building react native project with #stripe/stripe-react-native

Currently trying to integrate and #stripe/stripe-react-native and remove tipsi stripe from a react native project due to multiple issues with xcode 12.5. But integrating the Stripe official library keeps throwing undefined symbol error during build time. The suggested fix at https://www.npmjs.com/package/#stripe/stripe-react-native does not resolve the problem.
Are you sure to cleared out all of the mentioned files/references first before creating the new swift file? The sequence does matter, here. You can also closing xcode in between the two steps to ensure all files are saved & reloaded etc.
Review the troubleshooting steps and follow carefully: https://github.com/stripe/stripe-react-native/#undefined-symbols-for-architecture-x86_64-on-ios
If you continue to encounter problems, you should open an issue on GitHub with the exact error and reproduction steps (ideally including a sample repository) so the developers can help you to resolve it.

Can not publish apk in play store

I have been facing this problem since yesterday. Although I have published an app in the play store before so I am aware of the policies. But I am trying to upload a new app in play store and it's saying me the following error,
Check these warnings before starting the rollout of this release. Addressing the warnings on this page will ensure your existing users are able to upgrade to the latest version of your app.
In addition, I have tried all the way like as
Removing unused code
Unused libraries and resources
Furthermore, I have tried some of the previously asked questions but none of them saved my problem.
I am adding the details of the apk in the following image,
So it would be great if someone can help me with this problem.
I have resolved this issue.
By going Analyze->Inspect Code
This process will provide you all the unnecessary code or resources.

Xamarin Forms error when compiling in release mode for Android - No resource found that matches the given name 'Base.V21.Widget.Design.AppBarLayout'

I am getting the following error when I attempt to compile in release mode to put my application in the Android App Store. I do not get the error when I compile for debug mode.
I have found references to similar errors. They seem to revolve around the android support services not matching the Android SDK. I am running on the Android 28 SDK. I have updated my google support libraries to the v28.0.0 in NuGet. I am running in macosx and am using vs mac.
I am quite at a loss on this issue. Any suggestions are appreciated.
TIA
...../obj/Release/lp/40/jl/res/values-v26/values-v26.xml(0,0): Error APT0000: Error retrieving parent for item: No resource found that matches the given name 'Base.V21.Widget.Design.AppBarLayout'. (APT0000)....
Ok, I'm not sure that I have "solved" the problem completely, but I have at least solved it for the moment. I kept digging into the output and found a funny character in the custom proguard.cfg information in the build output. I opened the proguard.cfg file that I had created in notepadd++. Sure enough, notepadd++ is set to encode with the "UTF-8 with BOM" setting. I changed that, resaved, rebuilt, and no errors. I'm going to keep a watchful eye on this, but the problem for the moment is resolved. Thanks for everyone's input. It was much appreciated. :-)

Hyperledger composer generator: Trying to copy from a source that doesn't exist (no concepts support for Angular)

I have a composer-rest-server running on localhost:3000. To go with that, I tried to generate an Angular 2 app using yo hyperledger-composer. My business network models also have a abstract concept Spray{...} present.
I believe the documentation is outdated as I was presented with slightly different options than on the documentation. After choosing Angular and following through the steps, I got an
AssertionError: Trying to copy from source that does not exist ... /concept/concept.component.ts
Based on some quick google searches, I was able to find this issue on their Github - https://github.com/hyperledger/composer/issues/3927 however in my case, I am not even able to build the Angular app so I don't even get to the compilation stage.
Is there any way to build the app right now where it's at?
I've created a Github issue explaining steps to reproduce this and also included a hacky fix which is to comment out the lines in the generator code which copy over the concept files.
Link - https://github.com/hyperledger/composer/issues/4328

Resources