Unable to delete version of dataset in roboflow - roboflow

I can't delete a version of a dataset from roboflow. I click delete version, put in the name of the version, click Delete version but it doesn't work. It keeps spinning forever and the version is not deleted.
I created another account to troubleshoot this, and I can't remove a version on the other account as well.
Did anyone face similar issue? I added a screenshot.
Delete version screenshot
Thank you,
Jakub
Update:
I checked the console, it doesn't show any errors.
But I looked in the network tab and the response for the XHR request is:
{"error":"You don't own that dataset."}

First check the name by going to rename option, then copy that name enter into delete version name. It worked for me

Related

How to reset Microsoft Edge in Ubuntu?

The account is not removed. How can I remove them as a new browser?
enter image description here
I want to reset all data in Ms. Edge Ubuntu as a new version on my desktop. I uninstall and re-install it. But somehow the old data is still there. You can see it in the attachment.
Reinstalling a program wont delete your data stored in the system. Sometimes you need to delete it manually. Microsoft Edge stores its user data in a folder, which can be found in the following location in Ubuntu: ~/.config/Microsoft/Edge . You can delete this folder to remove your data
Run this command to delete all your config files
rm -rf ~/.config/Microsoft/Edge
Method 2
You can also use the browser itself to delete your personal data.This can be done by going to the settings menu and clear the browsing data.
Based on your screenshot, I assume that you wouldn't like to see the "Choose an account" dropdown menu. Actually, it has nothing to do with your old data (or it does not mean "old data" was preserved), but has something to do with the accounts set to be used by other apps. You may find it in your system settings, where you've connected this Gmail account.
delete file(this file contains info about your microsoft account) in this dirrectory:
/.cache/Microsoft/Edge/IdentityCache/OneAuth/accounts

Out of date files must be resolved or reverted. But I have no unresolved files

So I resolved all files. No shown/known conflicts reported but I still can't submit.
Also looks like its trying to do a 223 revision but I see no 222 revision in history only 221.
What do I need to do to submit?
using P4V Client app.
Look at the full error message. It should be in P4V's log pane, but if you can't find it, go to the command line and retry the submit. The individual file that has a problem should be listed.
In some edge cases, there may be a file that is out of date but can't be resolved, so it must be reverted; if this is the case, the error mesage for that particular file will say so, and will explain why.
Seems like I had one file which was being picked up as new but already existed in repo. I narrowed down to the file by submitting files in chucks/one by one until I hit the file that was causing the error.
So I could submit all but one file and to fix the issue file I reverted the file and made sure it deleted it when I reverted (Note you may not want this and may not have to do that, revert may be fine).
Turn on extra log pane options (2 tick boxes) In Edit -> Preferences -> Logging to see the offending files listed in the Log on submit, revert those files and you should be right.

Delete the installer after installation

I'm trying to have the installer [NSIS] deleted after my electron app is installed on a device, so that the user needn't do so
Is there a possible way to achieve this
So I would not really recommend it but you could try to use the Delete function, specify your installer-file and set the /REBOOTOK Flag.
The code would look something like this:
Delete path\myInstaller.exe /REBOOTOK
This Flag tries to Delete the File right away and if it fails, wich it will since the installer is running, it will delete it after a reboot.
Just keep in mind that you would have to reboot your computer after the installation or the file will not be deleted.
Let me know if this solved your problem.

Editing carrier.plist in Filza?

I just downloaded FilzaEscaped, and was scrolling through it and found the carrier.plist for my carrier. If I were to change something (carrier name for example), would it mess up my phone? And if it did, is there a way to backup the original settings and restore if something goes wrong? Thanks
I think that you can freely edit it however tampering with it will make the signature for the file invalid so it might just end up doing nothing at all and revert to its original state. if you want to change the carrier name the values are located in the key StatusBarImages
See here for more info https://www.theiphonewiki.com/wiki/Carrier.plist
you can edit the.plist file if you'd like... however after your next re-jailbreak (perhaps your phone ran out of charge or you restarted your device) the files will revert. The only relevant settings are in the APN section. I would suggest installing carrier update remover, and/or using untetherme 8+ to change these settings.

Xcode won't let me create a snapshot, because I don't exist

just tried to create a snapshot of one of my projects. It didn't work, and Xcode did throw the following error at me: "Unable to create a snapshot. fatal: You don't exist. Go away!"
Source control commit doesn't work either. Ok, obviously there's something wrong with my local repository. I don't have the slightest idea, what that could possibly be, though. I have not committed in quite a while, but except some updates to Xcode itself, nothing major happened to the project folder, as far as I can remember.
So, what can I do about it? Is it possible to deactivate source control for that project and then start over again with source control with the projects current status? I don't need the previous versions anymore, so that doesn't need to be taken care of.
Thank you!
Looking into the git source code, this error message is generated only if
pw = getpwuid(getuid());
fails.
It indicates that the system wasn't able to find an entry for your user account in /etc/passwd or equivalent.
This can happen if your account is removed (via deluser, userdel, or something else) while you're logged in, or if you don't have read permissions on /etc/passwd (the latter should never happen).
Try the following commands at a terminal prompt:
whoami
id
ls -l /etc/passwd
grep "^${USER}:" /etc/passwd
According to the git documentation, this is the meaning of your particular error:
You don't exist. Go away!
The passwd(5) gecos field couldn't be read
This typically means the system doesn't know who you are (you'll see this sort of error on a Linux system if you delete someone's user account while they're still logged in). Is everything else working? That is, can you log out and log back in without a problem? Do other terminal commands operate correctly? What about the id command?
Can you interact with your repository on the command line? What happens if you cd into the directory and try something like git status?
WendiKidd's solution of just starting from scratch is probably the simplest thing to do, assuming it works, but you'll lose any change history already associated with your project.
I had this issue with git and running
dscacheutil -flushcache
in the terminal fixed it.
I would suggest creating a new project entirely, copying your code etc. files out of the old project, and simply migrating over into a new one (which you could then recommit to another source control directory). That seems like the easiest solution; this is a very odd error, and I've come across things in the past that are either unfixable or would take more effort to fix than taking 10-15 minutes to just set up a new project.
So that's what I'd recommend--hopefully that will fix your problem, and whatever xcode is mad at is in some hidden file or the .xcodeproj itself, and not in the files you'd need to migrate over.

Resources