Tampermonkey: can't login onedrive???

Created on 18 Mar 2020  路  4Comments  路  Source: Tampermonkey/tampermonkey

(Please fill out the issue template with your details)

Expected Behavior

Actual Behavior

image

Specifications

  • Chromium: 80.0.3987.132
  • TM: (i.e. 4.10.6111)
  • OS: (i.e. WIN10)

Script

(Please give an example of the script if applicable.)

// ==UserScript==
// @name MyName
// @namespace http://mywebsite.com
// @Version 1.0
// @description try to take over the world!
// @author Me
// @match http://mywebsite.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @include https://mywebsite.com/*
// @grant none
// ==/UserScript==
bug fixed at beta

All 4 comments

Hi, this is working fine here. The log message of the penultimate line indicates that this was a network/server issue. Do you still see this issue?

Hi, this is working fine here. The log message of the penultimate line indicates that this was a network/server issue. Do you still see this issue?

problem still existed.

image
image

I install 4.8.41 version of TM and try again but still get me error
image

I install 4.8.41 version of TM and try again but still get me error

@RussiaVk Looks Tampermonkey's permission to use OneDrive is denied. Please check at https://account.live.com/consent/Manage

I've also improved TM's OneDrive error handling at the latest beta 4.11.6116

Was this page helpful?
0 / 5 - 0 ratings